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)
Tue, Jan 21, 10:28 AM
Unknown Object (File)
Sun, Jan 12, 12:22 AM
Unknown Object (File)
Oct 27 2024, 7:17 AM
Unknown Object (File)
Sep 26 2024, 7:45 PM
Unknown Object (File)
Sep 24 2024, 5:35 AM
Unknown Object (File)
Sep 23 2024, 3:30 AM
Unknown Object (File)
Sep 22 2024, 3:26 PM
Unknown Object (File)
Sep 22 2024, 8:59 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