Accepting request 229469 from Base:System
bnc#862403, modify lvm.conf to add filter to exclude floppy and cdrom (forwarded request 229357 from wanglh) OBS-URL: https://build.opensuse.org/request/show/229469 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=66
This commit is contained in:
commit
7c65ee6bfb
4
lvm.conf
4
lvm.conf
@ -71,8 +71,8 @@ devices {
|
||||
# is an 'r' pattern for any of the names it is rejected; otherwise it is
|
||||
# accepted.
|
||||
|
||||
# By default we accept every block device except udev names:
|
||||
filter = [ "r|/dev/.*/by-path/.*|", "r|/dev/.*/by-id/.*|", "a/.*/" ]
|
||||
# By default we accept every block device except udev names, floppy and cdrom drives:
|
||||
filter = [ "r|/dev/.*/by-path/.*|", "r|/dev/.*/by-id/.*|","r|/dev/fd.*|", "r|/dev/cdrom|", "a/.*/" ]
|
||||
|
||||
# Exclude the cdrom drive
|
||||
# filter = [ "r|/dev/cdrom|" ]
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 08:47:51 UTC 2014 - lwang@suse.com
|
||||
|
||||
- bnc#862403, modify lvm.conf to add filter to exclude floppy and cdrom
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 09:08:16 UTC 2014 - dmzhang@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user