段世博
unread,Apr 24, 2025, 4:36:38 AMApr 24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libiscsi
In the current implementation of SPDK and QUMU, each LUN will create an iscsi_context, so only one thread can call iscsi_service at a time. If I create an iscsi_context for each thread, and each thread reads and writes data through its own iscsi_context, will there be any problems? Any answers will be very much appreciated.