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)
Fri, Oct 10, 4:39 AM
Unknown Object (File)
Mon, Oct 6, 4:36 PM
Unknown Object (File)
Thu, Sep 25, 12:23 PM
Unknown Object (File)
Wed, Sep 24, 11:44 PM
Unknown Object (File)
Sat, Sep 20, 12:49 PM
Unknown Object (File)
Fri, Sep 12, 11:46 PM
Unknown Object (File)
Aug 18 2025, 9:01 AM
Unknown Object (File)
Aug 16 2025, 2:48 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