xref: /freebsd/sbin/devd/nvmf.conf (revision 8f0a6a9aadb1fe4ce87345c6d2fbb2d2b6f6cedf)
1# Attempt to reconnect NVMeoF host devices when requested
2notify 100 {
3	match "system" "nvme";
4	match "subsystem" "controller";
5	match "type" "RECONNECT";
6	action "nvmecontrol reconnect $name";
7};
8