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)
Fri, Apr 5, 1:57 PM
Unknown Object (File)
Feb 18 2024, 1:59 AM
Unknown Object (File)
Jan 17 2024, 4:58 AM
Unknown Object (File)
Dec 23 2023, 2:05 AM
Unknown Object (File)
Dec 13 2023, 4:58 AM
Unknown Object (File)
Nov 24 2023, 10:32 AM
Unknown Object (File)
Oct 4 2023, 7:15 AM
Unknown Object (File)
Oct 3 2023, 4:18 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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