summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorCédric Delmas <cedricde@users.noreply.github.com>2015-06-29 09:54:58 +0200
committerCédric Delmas <cedricde@users.noreply.github.com>2015-06-29 09:54:58 +0200
commitba27fb2111b0b7cb73043ba159456d8933a59f8f (patch)
treed1a5ac111bf259d32b8c542a62c3cc6c3cb9f4f3 /rules
parenta611cd740675c1a1a886cd57617a846dfdd8493c (diff)
Process cciss devices
Do not skip the persistent storage rules for cciss devices
Diffstat (limited to 'rules')
-rw-r--r--rules/60-persistent-storage.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules
index 71b8e46ae..90b62cc49 100644
--- a/rules/60-persistent-storage.rules
+++ b/rules/60-persistent-storage.rules
@@ -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"