Page MenuHomeFreeBSD

iscsi: Abort fewer data-out tasks on a terminating session.
ClosedPublic

Authored by jhb on Jan 4 2022, 10:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 24 2024, 10:33 AM
Unknown Object (File)
Oct 23 2024, 5:26 PM
Unknown Object (File)
Oct 23 2024, 5:26 PM
Unknown Object (File)
Oct 23 2024, 5:26 PM
Unknown Object (File)
Oct 23 2024, 5:13 PM
Unknown Object (File)
Oct 3 2024, 7:49 PM
Unknown Object (File)
Oct 2 2024, 6:10 PM
Unknown Object (File)
Oct 1 2024, 6:59 AM
Subscribers

Details

Summary

Only abort tasks queued for datamove after
cfiscsi_sesssion_terminate_tasks has posted its internal
CTL_TASK_I_T_NEXUS_RESET task.

Reported by: Jithesh Arakkan @ Chelsio
Fixes: 0cd6e85e242b iscsi: Abort data-out tasks queued on a terminating session.
Sponsored by: Chelsio Communications

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43711
Build 40599: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 4 2022, 10:42 PM

I'm still waiting for Chelsio's QA to test this solution.

sys/cam/ctl/ctl_frontend_iscsi.c
2792

We may not need this warning, but for testing purposes at least I want to see if this case fires during testing.

This revision is now accepted and ready to land.Jan 4 2022, 10:54 PM