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
F168461166: D12653.diff
Fri, Aug 28, 12:39 PM
Unknown Object (File)
Wed, Aug 12, 1:45 PM
Unknown Object (File)
Wed, Aug 12, 1:45 PM
Unknown Object (File)
Wed, Aug 5, 6:48 AM
Unknown Object (File)
Mon, Aug 3, 7:29 AM
Unknown Object (File)
Mon, Aug 3, 1:52 AM
Unknown Object (File)
Sun, Aug 2, 12:51 AM
Unknown Object (File)
Jul 27 2026, 12:31 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