libvirt/tests/storagepoolxml2xmlout/pool-zfs.xml
Roman Bogorodskiy b071ec4347 zfs: fix storagepoolxml2xml test
Commit 7c2d65d dropped setting default mode.

Update zfs tests accordingly.
2015-05-27 14:03:42 +04:00

14 lines
325 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>
</target>
</pool>