v0.13.43: Pass 1 transport-failure recovery loop

This commit is contained in:
MattJackson
2026-04-29 08:53:56 -07:00
parent bd744171e4
commit 1e6eb0698d
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),
..
}
)
}