udev: Bring back persistant storage symlinks for bcache
authorDavid Mohr <david@mcbf.net>
Mon, 1 Jun 2015 06:10:28 +0000 (08:10 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 1 Jun 2015 09:44:52 +0000 (11:44 +0200)
https://bugs.debian.org/787367

rules/60-persistent-storage.rules

index 3f803ce..2aa15f3 100644 (file)
@@ -6,7 +6,7 @@
 ACTION=="remove", GOTO="persistent_storage_end"
 
 SUBSYSTEM!="block", GOTO="persistent_storage_end"
-KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*", GOTO="persistent_storage_end"
+KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*|bcache*", GOTO="persistent_storage_end"
 
 # ignore partitions that span the entire disk
 TEST=="whole_disk", GOTO="persistent_storage_end"