Page MenuHomeFreeBSD

no need to retry oustanding requests when terminating a session
ClosedPublic

Authored by avg on Oct 13 2017, 12:03 PM.
Tags
None
Referenced Files
F157312416: D12653.id34062.diff
Wed, May 20, 5:58 AM
F157253036: D12653.id.diff
Tue, May 19, 5:57 PM
Unknown Object (File)
Sun, May 17, 3:57 PM
Unknown Object (File)
Tue, Apr 21, 4:33 AM
Unknown Object (File)
Apr 14 2026, 7:47 AM
Unknown Object (File)
Apr 11 2026, 2:25 PM
Unknown Object (File)
Apr 10 2026, 4:26 AM
Unknown Object (File)
Apr 7 2026, 10:10 AM
Subscribers

Details

Summary

CAM_REQ_ABORTED sounds natural for aborting outstanding requests
when tearing down a session, but that status actually causes the
requests to be tried again. And that's completely useless.
So, I propose to use CAM_DEV_NOT_THERE or maybe some other status
that is not retriable.
This should affect only the session termination.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable