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
Unknown Object (File)
Sat, May 30, 12:32 PM
Unknown Object (File)
Fri, May 29, 9:33 AM
Unknown Object (File)
Mon, May 25, 12:46 PM
Unknown Object (File)
Sun, May 24, 11:16 AM
Unknown Object (File)
Wed, May 20, 5:58 AM
Unknown Object (File)
Tue, May 19, 5:57 PM
Unknown Object (File)
Sun, May 17, 3:57 PM
Unknown Object (File)
Apr 21 2026, 4:33 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