X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdsa_lvm%2Ffiles%2Flvm-osuosl-ganeti2.conf;h=08031810f68805d81bd6029bfceef0a50cc3d15f;hb=6f170969f00763a6592413d200b598414cc283e9;hp=eeaa01e2f4a7117eb15cbd29bc1173bb25ae1460;hpb=955db7615e417fc4f8864ec059b7e0aef79d89f5;p=mirror%2Fdsa-puppet.git diff --git a/modules/dsa_lvm/files/lvm-osuosl-ganeti2.conf b/modules/dsa_lvm/files/lvm-osuosl-ganeti2.conf index eeaa01e2f..08031810f 100644 --- a/modules/dsa_lvm/files/lvm-osuosl-ganeti2.conf +++ b/modules/dsa_lvm/files/lvm-osuosl-ganeti2.conf @@ -139,7 +139,7 @@ devices { # # This configuration option has an automatic default value. # filter = [ "a|.*/|" ] - filter = [ "a|^/dev/sd[ab][0-9]*$|", "r/.*/" ] + filter = [ "a|^/dev/sda[0-9]*$|", "r/.*/" ] # Configuration option devices/global_filter. # Limit the block devices that are used by LVM system components. @@ -150,7 +150,7 @@ devices { # global_filter are not opened by LVM. # This configuration option has an automatic default value. # global_filter = [ "a|.*/|" ] - global_filter = [ "a|^/dev/sd[ab][0-9]*$|", "r/.*/" ] + global_filter = [ "a|^/dev/sda[0-9]*$|", "r/.*/" ] # Configuration option devices/cache_dir. # Directory in which to store the device cache file.