aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-05-22 13:17:09 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-05-22 13:17:09 +0000
commiteebe59ce63d30da476a04e294a3c06ff5ae20aab (patch)
treef36076a5c4aa7b4b3fe0bf2adde80c1f7648f2f4 /examples
parent9647d3e6173589213cf585d24b8764dabf6a0c76 (diff)
downloadsg3_utils-eebe59ce63d30da476a04e294a3c06ff5ae20aab.tar.gz
sg_vpd: Supported block lengths and protection types + Block device characterics extension VPD pages added [sbc4r01/02]
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@583 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/sg_persist_tst.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/sg_persist_tst.sh b/examples/sg_persist_tst.sh
index 4d68248b..c7483811 100755
--- a/examples/sg_persist_tst.sh
+++ b/examples/sg_persist_tst.sh
@@ -3,7 +3,7 @@
# in the sg3_utils package. This script works as expected on the
# author's Fujitsu MAM3184, Seagate ST373455 and ST9146803SS disks.
#
-# Version 1.8 20140516
+# Version 1.8 20140521
# N.B. make sure the device name is correct for your environment.
@@ -19,10 +19,14 @@ usage()
echo " -h, --help print usage message"
echo " -s, --second use second key"
echo " -v, --verbose more verbose output"
+ echo " -vv even more verbose output"
+ echo " -vvv even more verbose output"
echo ""
echo "Test SCSI Persistent Reservations with sg_persist utility."
echo "Default key is ${key} and alternate, second key is ${key2} ."
echo "Should be harmless (unless one of those keys is already in use)."
+ echo "Also the APTPL bit is not set on the PR register so a power cycle"
+ echo "on the device will clear it."
}
opt="$1"