summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorEd Swierk <eswierk@skyportsystems.com>2015-06-03 08:08:37 -0700
committerEd Swierk <eswierk@skyportsystems.com>2015-06-03 08:08:37 -0700
commitff2aa01e61f8aff149b63231365f1cef008296a2 (patch)
treed4d8a19260ac46d390ef33e4d051218f077c0bb9 /rules
parentce54255fa599d32738a311c77331fa611e6cfa5e (diff)
Add /dev/xvd* to 60-persistent-storage whitelist
Without this, systemd-udevd does not create persistent storage symlinks for xen block 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 2aa15f3411..64c5f1cfdd 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*", 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"
# ignore partitions that span the entire disk
TEST=="whole_disk", GOTO="persistent_storage_end"