libvirt/tests/storagepoolxml2xmlout/pool-zfs.xml
Roman Bogorodskiy 6005bac45d zfs: fix storagepoolxml2xml test
Commit c4d27bd dropped output of owner/group -1.

Update zfs tests accordingly.
2015-05-24 10:20:05 +03:00

17 lines
386 B
XML

<pool type='zfs'>
<name>zfs</name>
<uuid>024835f8-52b5-4226-b2b4-8c0d3afa5b2f</uuid>
<capacity unit='bytes'>0</capacity>
<allocation unit='bytes'>0</allocation>
<available unit='bytes'>0</available>
<source>
<name>testpool</name>
</source>
<target>
<path>/dev/zvol/testpool</path>
<permissions>
<mode>0755</mode>
</permissions>
</target>
</pool>