Fix copy-paste error reported by julian freed <j321112@gmail.com>

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4780 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2013-03-02 04:22:00 +00:00
parent ae8e9ef049
commit 7e844f7dc0

View File

@@ -250,9 +250,9 @@ Deleting a LUN from a group
Run the following command:
echo "del disk1" > /sys/kernel/scst_tgt/targets/iscsi/iqn.2007-05.com.example\:storage.iscsi-scst-1/luns/mgmt
echo "del X" > /sys/kernel/scst_tgt/targets/iscsi/iqn.2007-05.com.example\:storage.iscsi-scst-1/luns/mgmt
This will remove the LUN "disk1" from the target iqn.2007-05.com.example:storage.iscsi-scst-1.
This will remove the LUN X from the target iqn.2007-05.com.example:storage.iscsi-scst-1.
For more information about LUN masking, refer to SCST README, section
"Access and devices visibility management (LUN masking)".