v0.13.43: Pass 1 transport-failure recovery loop

This commit is contained in:
2026-04-29 08:53:56 -07:00
parent 2e276abb9b
commit 6934f735d5
4 changed files with 23 additions and 22 deletions
+6
View File
@@ -507,6 +507,12 @@ impl Error {
status: crate::scsi::SCSI_STATUS_TRANSPORT_FAILURE,
..
}
) || matches!(
self,
Error::DiscRead {
status: Some(crate::scsi::SCSI_STATUS_TRANSPORT_FAILURE),
..
}
)
}