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)
Mon, Aug 18, 9:01 AM
Unknown Object (File)
Sat, Aug 16, 2:48 AM
Unknown Object (File)
Fri, Aug 15, 12:25 AM
Unknown Object (File)
Wed, Aug 13, 12:30 PM
Unknown Object (File)
Wed, Aug 13, 11:22 AM
Unknown Object (File)
Sat, Aug 2, 2:30 AM
Unknown Object (File)
Fri, Jul 25, 3:53 AM
Unknown Object (File)
Jul 18 2025, 9:34 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