summaryrefslogtreecommitdiff
path: root/sbin/devd/nvmf.conf
blob: eaf3ebe86cec54ee89a0a9a629e7fb0651414540 (plain)
1
2
3
4
5
6
7
# Attempt to reconnect NVMeoF host devices when requested
notify 100 {
	match "system" "nvme";
	match "subsystem" "controller";
	match "type" "RECONNECT";
	action "nvmecontrol reconnect $name";
};