Page MenuHomeFreeBSD

nvmf: Handle shutdowns more gracefully
ClosedPublic

Authored by jhb on Jun 2 2024, 7:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 1, 5:30 AM
Unknown Object (File)
Mon, Mar 24, 7:44 AM
Unknown Object (File)
Feb 14 2025, 12:12 PM
Unknown Object (File)
Feb 14 2025, 10:45 AM
Unknown Object (File)
Feb 1 2025, 4:26 PM
Unknown Object (File)
Feb 1 2025, 9:27 AM
Unknown Object (File)
Jan 31 2025, 11:44 PM
Unknown Object (File)
Jan 22 2025, 3:13 PM
Subscribers
None

Details

Summary

If an association is disconnected during a clean shutdown, abort all
pending and future I/O requests with an error to avoid hangs either due
to filesystem unmounts or a stuck GEOM event.

If an association is connected during a clean shutdown, gracefully
disconnect from the remote controller and close the open queues.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable