mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
b4af40226d
- Provide an implementation for buildPool and deletePool operations for the ZFS storage backend. - Add VIR_STORAGE_POOL_SOURCE_DEVICE flag to ZFS pool poolOptions as now we can specify devices to build pool from - storagepool.rng: add an optional 'sourceinfodev' to 'sourcezfs' and add an optional 'target' to 'poolzfs' entity - Add a couple of tests to storagepoolxml2xmltest
9 lines
177 B
XML
9 lines
177 B
XML
<pool type="zfs">
|
|
<name>zfs</name>
|
|
<uuid>429126d2-f4bb-45b0-b336-2e81dc6d241c</uuid>
|
|
<source>
|
|
<name>testpool</name>
|
|
<device path="/dev/ada1"/>
|
|
</source>
|
|
</pool>
|