Accepting request 612714 from home:ganghe:branches:openSUSE:Factory
- Fix the wrong filter for the cdrom device in /etc/lvm/lvm.conf (bsc#1081530) - Fix the wrong filter for the cdrom device in /etc/lvm/lvm.conf (bsc#1081530) - Fix the wrong filter for the cdrom device in /etc/lvm/lvm.conf (bsc#1081530) OBS-URL: https://build.opensuse.org/request/show/612714 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=223
This commit is contained in:
parent
628729af6b
commit
90900723ea
@ -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
|
||||
|
||||
|
2
lvm.conf
2
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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user