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
F110774795: D12653.id33941.diff
Sat, Feb 22, 11:26 PM
Unknown Object (File)
Mon, Feb 3, 3:23 AM
Unknown Object (File)
Wed, Jan 29, 1:27 AM
Unknown Object (File)
Jan 23 2025, 5:27 PM
Unknown Object (File)
Jan 21 2025, 10:28 AM
Unknown Object (File)
Jan 12 2025, 12:22 AM
Unknown Object (File)
Oct 27 2024, 7:17 AM
Unknown Object (File)
Sep 26 2024, 7:45 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