<div dir="ltr"><br><div class="gmail_quote">I've seen this kind of behavior when you get multiple VG's (and LV's in my<br>
case) with the same name many times over.<br>
<br>
The issue that I witnessed was due to the host vgscan picking up the lvm<br>
information on the Virtual Machine disks and adding them to the host's<br>
running config.<br>
<br>
PV<br>
  \_VG<br>
    \_LV_VM1<br>
    | \_PV_VM<br>
    |   \_VG_VM<br>
    |    \_LV_VM<br>
    \_LV_VM2<br>
    | \_PV_VM<br>
    |   \_VG_VM<br>
    |    \_LV_VM<br>
    \_LV_VM3<br>
      \_PV_VM<br>
        \_VG_VM<br>
         \_LV_VM<br>
<br>
In this case, the host was picking up VG_VM (and LV_VM) three times and<br>
adding it to the running config.  I was seeing the same type of warnings<br>
you 'read failed after ....' for each duplicate that was found.<br>
<br>
The method I used to fix this was to adjust the "filter = " line in<br>
/etc/lvm/lvm.conf (on a ubuntu 12.04 LTS system) under the devices section<br>
to explicitly prevent any of the virtual machine LV's from being added to<br>
the config.<br>
</div></div>