[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:04:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 7865f825376b218746946bf423b359169ed3fc61
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu May 16 11:11:39 2013 +0100

    appliance: Run lvmetad if it exists.
    
    This daemon is used by newer LVM to interface with udev events.

diff --git a/appliance/init b/appliance/init
index fc49126..34a6177 100755
--- a/appliance/init
+++ b/appliance/init
@@ -100,6 +100,7 @@ mdadm -As --auto=yes --run
 
 # Scan for LVM.
 modprobe dm_mod ||:
+lvmetad ||:
 
 lvm vgscan --ignorelockingfailure
 lvm vgchange -ay --ignorelockingfailure

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list