Bug#715184: lvm2 still doesn't active volume group at boot time
    Bjoern Buerger 
    b.buerger at pengutronix.de
       
    Tue Apr  1 11:03:24 UTC 2014
    
    
  
Dear Maintainers of lvm2 and initramfs-tools. 
For the second time since mid-2013, I got hit by the "lvm2 still doesn't 
active volume group at boot time" bug:
lvm2 version is 2.02.104-2 in both cases.
Please at least try to merge some of the outstanding bug-reports:
742962, 711147, 715184 are all describing the same problem.
Quick and dirty Workaround:
--- lvm2.orig   2014-04-01 12:31:11.000000000 +0200
+++ /usr/share/initramfs-tools/scripts/local-top/lvm2   2014-04-01 11:05:57.000000000 +0200
@@ -63,4 +63,7 @@
 activate_vg "$ROOT"
 activate_vg "$resume"
 
+vgchange -a y 
+sleep 5
+
 exit 0
... and then rebuild the initramfs.
I am sure there's a better solution, but I am no lvm2/initramfs expert :o)
Hth, 
Bjørn
    
    
More information about the pkg-lvm-maintainers
mailing list