diff options
author | Cédric Delmas <cedricde@users.noreply.github.com> | 2015-06-29 09:54:58 +0200 |
---|---|---|
committer | Cédric Delmas <cedricde@users.noreply.github.com> | 2015-06-29 09:54:58 +0200 |
commit | ba27fb2111b0b7cb73043ba159456d8933a59f8f (patch) | |
tree | d1a5ac111bf259d32b8c542a62c3cc6c3cb9f4f3 /rules | |
parent | a611cd740675c1a1a886cd57617a846dfdd8493c (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.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules index 71b8e46ae8..90b62cc490 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" |