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)
Sun, Apr 26, 10:53 AM
Unknown Object (File)
Tue, Apr 21, 7:57 AM
Unknown Object (File)
Mon, Apr 20, 3:51 AM
Unknown Object (File)
Sat, Apr 18, 4:51 PM
Unknown Object (File)
Apr 15 2026, 1:34 PM
Unknown Object (File)
Apr 13 2026, 12:05 AM
Unknown Object (File)
Apr 12 2026, 11:54 PM
Unknown Object (File)
Apr 10 2026, 11:39 AM
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