On 5/3/24 2:56 PM, Martin Wilck wrote: > case UNIT_ATTENTION: > + if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x0a) Do you need to add this check in alua_tur as well? We are checking for the NOT_READY case.
On 5/3/24 2:56 PM, Martin Wilck wrote: > case UNIT_ATTENTION: > + if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x0a) Do you need to add this check in alua_tur as well? We are checking for the NOT_READY case.