]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Process cciss devices 403/head
authorCédric Delmas <cedricde@users.noreply.github.com>
Mon, 29 Jun 2015 07:54:58 +0000 (09:54 +0200)
committerCédric Delmas <cedricde@users.noreply.github.com>
Mon, 29 Jun 2015 07:54:58 +0000 (09:54 +0200)
Do not skip the persistent storage rules for cciss devices

rules/60-persistent-storage.rules

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