<HTML>
<p>Hi All,</p><p>I'm having issue with creating LVM volume via libvirt.<br />XML of LVM StoragePool is:<br /><pool type="logical"><br />    <name>VG01</name><br />    <target><br />        <path>/dev/VG01</path><br />    </target><br /></pool>  (existing vg)<br /><br />XML of create volume in lvm pool is: <br /><volume type="block"><br />    <name>ub_test01.img</name><br />    <allocation>0</allocation><br />    <capacity unit="M">1</capacity><br />    <target><br />        <format type="lvm2" /><br />    </target><br /></volume><br /><br />When I create the volume with above XML defn, lvs command to list logical volume shows a value in the origin column indicating it was created as snapshot.. the strange thing is that the origin volume does not exist..! something strange going on. You can see the lvs output here See <a href="http://pastebin.com/prk6VqwD">http://pastebin.com/prk6VqwD</a><br />I'd appreciate if you anyone can help me understand what is going on and/or describe how to make libvirt create logical volumes not as a snapshot.<br /><br />We are running libvirtd 1.2 with KVM.<br /><br />Regards, <br />Ravi</p><BR><hr />Message sent via Atmail Open - http://atmail.org/</HTML>