diff --git a/device-mapper.changes b/device-mapper.changes index 1a605a7..357ddbc 100644 --- a/device-mapper.changes +++ b/device-mapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 6 07:55:00 UTC 2019 - heming.zhao@suse.com + +- Remove conflict filter in /etc/lvm/lvm.conf (bsc#1137296) + ------------------------------------------------------------------- Tue Apr 30 10:20:05 UTC 2019 - ghe@suse.com diff --git a/lvm.conf b/lvm.conf index 960c885..87c68cc 100644 --- a/lvm.conf +++ b/lvm.conf @@ -140,7 +140,7 @@ devices { # # This configuration option has an automatic default value. # filter = [ "a|.*/|" ] - filter = [ "r|/dev/.*/by-path/.*|", "r|/dev/.*/by-id/.*|", "r|/dev/fd.*|", "r|/dev/cdrom|", "a/.*/" ] + filter = [ "r|/dev/.*/by-path/.*|", "r|/dev/.*/by-id/.*|", "r|/dev/fd.*|", "r|/dev/cdrom|" ] # Configuration option devices/global_filter. # Limit the block devices that are used by LVM system components. diff --git a/lvm2-clvm.changes b/lvm2-clvm.changes index 1a605a7..357ddbc 100644 --- a/lvm2-clvm.changes +++ b/lvm2-clvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 6 07:55:00 UTC 2019 - heming.zhao@suse.com + +- Remove conflict filter in /etc/lvm/lvm.conf (bsc#1137296) + ------------------------------------------------------------------- Tue Apr 30 10:20:05 UTC 2019 - ghe@suse.com diff --git a/lvm2.changes b/lvm2.changes index 1a605a7..357ddbc 100644 --- a/lvm2.changes +++ b/lvm2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 6 07:55:00 UTC 2019 - heming.zhao@suse.com + +- Remove conflict filter in /etc/lvm/lvm.conf (bsc#1137296) + ------------------------------------------------------------------- Tue Apr 30 10:20:05 UTC 2019 - ghe@suse.com