SHA256
1
0
forked from pool/libguestfs

- make sure /etc/lvm/lvm.conf exists (bnc#812931)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=207
This commit is contained in:
Olaf Hering 2013-04-02 12:39:51 +00:00 committed by Git OBS Bridge
parent 95c541568a
commit c0212c17f9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 2 14:39:01 CEST 2013 - ohering@suse.de
- make sure /etc/lvm/lvm.conf exists (bnc#812931)
-------------------------------------------------------------------
Fri Mar 22 19:55:41 CET 2013 - ohering@suse.de

View File

@ -111,6 +111,8 @@ load_modules
mdadm -As --auto=yes --run
# Scan for LVM.
mkdir -p /etc/lvm
echo -n >> /etc/lvm/lvm.conf
lvm vgscan --ignorelockingfailure
lvm vgchange -ay --ignorelockingfailure