Hi Mike,
Thanks a lot for your response.
I have query regarding the thread-safety of iscsiadm commands:
1> Suppose we run discovery for targets and are deleting the targets in
parallel,
Command1: iscsiadm -m discovery --type sendtargets -p x.x.x.x
Command2: iscsiadm -m node -o delete -T <iqn> -p x.x.x.x
2> Suppose we run login to a target and are deleting the record of
same/different target in parallel,
Command1: /sbin/iscsiadm -m node -T <iqn> -p x.x.x.x --login
Command2: iscsiadm -m node -o delete -T <iqn> -p x.x.x.x
3> Suppose we run discovery of targets and login to a target in parallel,
Command1: iscsiadm -m discovery --type sendtargets -p x.x.x.x
Command2: iscsiadm -m node -o delete -T <iqn> -p x.x.x.x
For above mentioned three cases what will be the behavior of each command?
Also, can you help us in understanding the general behavior of iscsiadm
commands executed in parallel. Is there some document available that can be
referred for the same?
--
You received this message because you are subscribed to the Google Groups
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.