diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-06-09 07:15:59 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-06-09 07:15:59 +0200 |
commit | 6f90fe6de6c1086502d300bfc54b8b19c59a22a9 (patch) | |
tree | 3ab25424f8348f14074b20148c13a44294a277c9 /rules/60-persistent-storage.rules | |
parent | 02776da6ec90d28799561407d8a07f76d1c2c120 (diff) | |
parent | bb5c512de22eeb7464f120a01fd1d59e7a4bbb7b (diff) |
Merge pull request #114 from crawford/xen
rules: whitelist xvd* devices
Diffstat (limited to 'rules/60-persistent-storage.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 64c5f1cfdd..2daeb6db42 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*|bcache*|xvd*", 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" # ignore partitions that span the entire disk TEST=="whole_disk", GOTO="persistent_storage_end" |