From 7e844f7dc04428578230edb26da6d44d9cfa72b5 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 2 Mar 2013 04:22:00 +0000 Subject: [PATCH] Fix copy-paste error reported by julian freed git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4780 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/doc/iscsi-scst-howto.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iscsi-scst/doc/iscsi-scst-howto.txt b/iscsi-scst/doc/iscsi-scst-howto.txt index 9a2946404..97271f74f 100644 --- a/iscsi-scst/doc/iscsi-scst-howto.txt +++ b/iscsi-scst/doc/iscsi-scst-howto.txt @@ -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)".