Displaying 1 result from an estimated 1 matches for "volume8".
Did you mean:
  volume
  
2012 Oct 12
0
libvirt java api create volume bug?
hi,all
I use  libirt Java AP { pool.storageVolCreateXML(xml,0)} to create a volume
,notice:here I define the format is "qcow2",
the xml file is :
<volume>
     <name>volume8</name>
     <capacity unit="KB">512000</capacity>
     <target>
          <format type="qcow2" />
     </target>
</volume>
when use command  check the volume's format,
root at 60:/dev/vgtest2# qemu-img info volume8
image: volume8
f...