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)
Wed, Mar 18, 11:38 PM
Unknown Object (File)
Tue, Mar 17, 8:49 PM
Unknown Object (File)
Tue, Mar 17, 1:19 PM
Unknown Object (File)
Tue, Mar 17, 1:13 PM
Unknown Object (File)
Sat, Mar 7, 7:36 PM
Unknown Object (File)
Wed, Mar 4, 4:45 PM
Unknown Object (File)
Wed, Mar 4, 11:15 AM
Unknown Object (File)
Wed, Mar 4, 8:59 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