mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
bfc32e5895
The input and output were the same, but the output file did not correspond to what libvirt would output.
14 lines
347 B
XML
14 lines
347 B
XML
<pool type='vstorage'>
|
|
<name>vstorage</name>
|
|
<uuid>cfd270f9-acc7-4394-8685-4977eb318171</uuid>
|
|
<capacity unit='bytes'>0</capacity>
|
|
<allocation unit='bytes'>0</allocation>
|
|
<available unit='bytes'>0</available>
|
|
<source>
|
|
<name>vzstorage-cluster</name>
|
|
</source>
|
|
<target>
|
|
<path>/mnt/vstorage_cluster</path>
|
|
</target>
|
|
</pool>
|