mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
b071ec4347
Commit 7c2d65d
dropped setting default mode.
Update zfs tests accordingly.
15 lines
356 B
XML
15 lines
356 B
XML
<pool type='zfs'>
|
|
<name>zfs</name>
|
|
<uuid>429126d2-f4bb-45b0-b336-2e81dc6d241c</uuid>
|
|
<capacity unit='bytes'>0</capacity>
|
|
<allocation unit='bytes'>0</allocation>
|
|
<available unit='bytes'>0</available>
|
|
<source>
|
|
<device path='/dev/ada1'/>
|
|
<name>testpool</name>
|
|
</source>
|
|
<target>
|
|
<path>/dev/zvol/testpool</path>
|
|
</target>
|
|
</pool>
|