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

This commit is contained in:
Alexander Motin 2014-09-23 17:30:00 +00:00
parent f0656da44f
commit eebb09cfe7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272033

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);
}