mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Fix for RESERVE command line
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2579 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -26,7 +26,7 @@ echo -e "\n>>>> Query registered keys - Should report 'key' $KEY2"
|
||||
sg_persist -n -i --read-keys $DEV
|
||||
|
||||
echo -e "\n>>>> Reserving device using key $KEY2 (Write exclusive)"
|
||||
sg_persist -n -o --reserve --prout-type=1 --param-sark $KEY2 $DEV
|
||||
sg_persist -n -o --reserve --prout-type=1 --param-rk $KEY2 $DEV
|
||||
|
||||
echo -e "\n>>>> Removing registered key 'bad123' "
|
||||
sg_persist -n -o --register --param-sark 0 --param-rk $KEY2 $DEV
|
||||
|
||||
Reference in New Issue
Block a user