diff --git a/device-mapper.changes b/device-mapper.changes index fb345cc..8484708 100644 --- a/device-mapper.changes +++ b/device-mapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 29 10:45:30 UTC 2018 - ghe@suse.com + +- Fix the wrong filter for the cdrom device in /etc/lvm/lvm.conf + (bsc#1081530) + ------------------------------------------------------------------- Thu Apr 19 10:59:59 UTC 2018 - mwilck@suse.com diff --git a/lvm.conf b/lvm.conf index 90d9dc5..960c885 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|", "a/.*/" ] # 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 fb345cc..8484708 100644 --- a/lvm2-clvm.changes +++ b/lvm2-clvm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 29 10:45:30 UTC 2018 - ghe@suse.com + +- Fix the wrong filter for the cdrom device in /etc/lvm/lvm.conf + (bsc#1081530) + ------------------------------------------------------------------- Thu Apr 19 10:59:59 UTC 2018 - mwilck@suse.com diff --git a/lvm2.changes b/lvm2.changes index fb345cc..8484708 100644 --- a/lvm2.changes +++ b/lvm2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 29 10:45:30 UTC 2018 - ghe@suse.com + +- Fix the wrong filter for the cdrom device in /etc/lvm/lvm.conf + (bsc#1081530) + ------------------------------------------------------------------- Thu Apr 19 10:59:59 UTC 2018 - mwilck@suse.com