]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rules: block - add scm block devices to whitelist (#3494)
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Jun 2016 13:19:26 +0000 (15:19 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2016 13:19:26 +0000 (15:19 +0200)
Since the introduction of the whitelist in 60-persistent-storage.rules
block device symlinks are no longer created for scm block devices.

Add scm to the whitelist.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
rules/60-persistent-storage.rules

index 408733915ca70d065e835f722cee6ba5ee1506e4..cbd44cb242e622c2d2cd6463289fe67b06cabcda 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*|xvd*|bcache*|cciss*|dasd*|ubd*", GOTO="persistent_storage_end"
+KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*|xvd*|bcache*|cciss*|dasd*|ubd*|scm*", GOTO="persistent_storage_end"
 
 # ignore partitions that span the entire disk
 TEST=="whole_disk", GOTO="persistent_storage_end"