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
F132383450: D33747.diff
Thu, Oct 16, 10:39 AM
Unknown Object (File)
Sat, Oct 11, 1:36 AM
Unknown Object (File)
Thu, Sep 25, 12:29 PM
Unknown Object (File)
Mon, Sep 22, 2:43 PM
Unknown Object (File)
Mon, Sep 22, 12:49 AM
Unknown Object (File)
Mon, Sep 22, 12:42 AM
Unknown Object (File)
Sat, Sep 20, 2:07 PM
Unknown Object (File)
Wed, Sep 17, 5:12 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
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