mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
b071ec4347
Commit 7c2d65d
dropped setting default mode.
Update zfs tests accordingly.
14 lines
325 B
XML
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>
|