scsi: virtio-scsi: Correctly handle the case where all LUNs are unplugged
authorMaxim Levitsky <mlevitsk@redhat.com>
Wed, 29 Jul 2020 19:48:06 +0000 (22:48 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 31 Jul 2020 01:08:52 +0000 (21:08 -0400)
commitbb2e33146876306d5623080e008f61e96e407590
treebcaa415abc9a25d21fabc9b3d40d129fcfe3da10
parentfc13638ae92ee9eb861732d642d922d577b82a9e
scsi: virtio-scsi: Correctly handle the case where all LUNs are unplugged

Commit 5ff843721467 ("scsi: virtio_scsi: unplug LUNs when events missed")
missed a corner case in which all the LUNs are unplugged at the same time.

In this case INQUIRY returns DID_BAD_TARGET. Detect this and unplug the
LUN.

Link: https://lore.kernel.org/r/20200729194806.4933-2-mlevitsk@redhat.com
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/virtio_scsi.c