chiark / gitweb /
persistent storage rules: skip gnbd devices
authorKay Sievers <kay.sievers@suse.de>
Fri, 13 Oct 2006 11:16:08 +0000 (13:16 +0200)
committerKay Sievers <kay.sievers@suse.de>
Fri, 13 Oct 2006 11:16:08 +0000 (13:16 +0200)
etc/udev/rules.d/60-persistent-storage.rules

index ed979e3ce614d56c3885c286a61655284f0a9966..5c68010913b055fa6e11465b16e7dda6d6fb4d27 100644 (file)
@@ -5,7 +5,7 @@ ACTION!="add", GOTO="persistent_storage_end"
 SUBSYSTEM!="block", GOTO="persistent_storage_end"
 
 # skip rules for inappropriate block devices
 SUBSYSTEM!="block", GOTO="persistent_storage_end"
 
 # skip rules for inappropriate block devices
-KERNEL=="ram*|loop*|fd*|nbd*|dm-*", GOTO="persistent_storage_end"
+KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|dm-*", GOTO="persistent_storage_end"
 
 # never access non-cdrom removable ide devices, the drivers are causing event loops on open()
 KERNEL=="hd*[!0-9]", ATTRS{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"
 
 # never access non-cdrom removable ide devices, the drivers are causing event loops on open()
 KERNEL=="hd*[!0-9]", ATTRS{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"