From 20f3fcb175b72c06464965a4bce7d0a5eaef47b9 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 4 Nov 2022 15:43:37 +0000 Subject: add two new exit status values: SG_LIB_CAT_STANDBY and SG_LIB_CAT_UNAVAILABLE which refine the 'not ready' exit status git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@980 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- doc/sg3_utils.8 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/sg3_utils.8') diff --git a/doc/sg3_utils.8 b/doc/sg3_utils.8 index c65af9aa..d038cb51 100644 --- a/doc/sg3_utils.8 +++ b/doc/sg3_utils.8 @@ -318,6 +318,7 @@ the \fIDEVICE\fR reports that it is not ready for the operation requested. The \fIDEVICE\fR may be in the process of becoming ready (e.g. spinning up but not at speed) so the utility may work after a wait. In Linux the \fIDEVICE\fR may be temporarily blocked while error recovery is taking place. +See exit status values 12 and 13 below which refine this exit value. .TP .B 3 the \fIDEVICE\fR reports a medium or hardware error (or a blank check). For @@ -356,6 +357,14 @@ the \fIDEVICE\fR reports an aborted command. In some cases aborted commands can be retried immediately (e.g. if the transport aborted the command due to congestion). .TP +.B 12 +the \fIDEVICE\fR reports a sense key of not ready together with an +additional sense code of "target port in standby state". +.TP +.B 13 +the \fIDEVICE\fR reports a sense key of not ready together with an +additional sense code of "target port in unavailable state". +.TP .B 14 the \fIDEVICE\fR reports a miscompare sense key. VERIFY and COMPARE AND WRITE commands may report this. -- cgit v1.2.3