]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Add /dev/xvd* to 60-persistent-storage whitelist 59/head
authorEd Swierk <eswierk@skyportsystems.com>
Wed, 3 Jun 2015 15:08:37 +0000 (08:08 -0700)
committerEd Swierk <eswierk@skyportsystems.com>
Wed, 3 Jun 2015 15:08:37 +0000 (08:08 -0700)
Without this, systemd-udevd does not create persistent storage symlinks
for xen block devices.

rules/60-persistent-storage.rules

index 2aa15f3411dbff6e2773d7a9672a0642a32c766d..64c5f1cfdd95dbd0e0f0a870773b02132a0e7235 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*|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"