Fix ASCQ for "Logical unit not ready, manual intervention required" error.

This commit is contained in:
mav 2014-09-23 17:30:00 +00:00
parent a9cecd1c7e
commit 7b701e7e1c

View File

@ -694,7 +694,7 @@ ctl_set_lun_not_ready(struct ctl_scsiio *ctsio)
/*current_error*/ 1,
/*sense_key*/ SSD_KEY_NOT_READY,
/*asc*/ 0x04,
/*ascq*/ 0x05,
/*ascq*/ 0x03,
SSD_ELEM_NONE);
}