Don't include the stock lvm.conf.
We started including it as an unintended side-effect of commit9ca487f8
. lvm doesn't like it when there are multiple 'global' sections in lvm.conf, and we add one right at the end of that block. We expect ours to be the file's only content. (cherry picked from commit4a7552d4be
) Related: rhbz#1149992
This commit is contained in:
parent
e425ee14c6
commit
c79b291923
@ -121,6 +121,7 @@ remove etc/lvm/backup/*
|
||||
remove etc/lvm/backup
|
||||
remove etc/lvm/cache/*
|
||||
remove etc/lvm/cache
|
||||
remove etc/lvm/lvm.conf
|
||||
append etc/lvm/lvm.conf "global {\n\tuse_lvmetad = 1\n}\n"
|
||||
|
||||
## TODO: we could run prelink here if we wanted?
|
||||
|
Loading…
Reference in New Issue
Block a user