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
F151229388: D12653.id34062.diff
Tue, Apr 7, 12:11 AM
F151196495: D12653.diff
Mon, Apr 6, 6:31 PM
Unknown Object (File)
Wed, Mar 25, 3:27 PM
Unknown Object (File)
Thu, Mar 19, 4:18 PM
Unknown Object (File)
Mar 4 2026, 11:05 AM
Unknown Object (File)
Mar 4 2026, 3:23 AM
Unknown Object (File)
Mar 2 2026, 5:54 PM
Unknown Object (File)
Mar 2 2026, 2:32 PM
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