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)
Mon, Jul 20, 12:57 AM
Unknown Object (File)
Sat, Jul 18, 8:43 AM
Unknown Object (File)
Mon, Jul 13, 12:34 PM
Unknown Object (File)
Fri, Jul 10, 9:12 PM
Unknown Object (File)
Sat, Jun 27, 6:03 AM
Unknown Object (File)
Thu, Jun 25, 4:12 AM
Unknown Object (File)
Jun 22 2026, 7:33 AM
Unknown Object (File)
May 11 2026, 6:31 PM
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