libvirt/tests/storagepoolxml2xmlout/pool-vstorage.xml
Peter Krempa bfc32e5895 tests: storage: Fix storage xml2xml test for vstorage pool
The input and output were the same, but the output file did not
correspond to what libvirt would output.
2017-01-27 10:39:53 +01:00

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>