Displaying 2 results from an estimated 2 matches for "storagevolcreatexml".
2018 Aug 25
1
Download image to libvirt storage pool
Is there any function in libvirt (golang SDK) to download image to libvirt
storage pool from path?
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" />
<...