libvirt/tests/storagepoolxml2xmlin/pool-zfs.xml
Roman Bogorodskiy b4af40226d storage: zfs: implement pool build and delete
- 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
2014-09-18 18:08:29 +04:00

8 lines
146 B
XML

<pool type="zfs">
<name>zfs</name>
<uuid>024835f8-52b5-4226-b2b4-8c0d3afa5b2f</uuid>
<source>
<name>testpool</name>
</source>
</pool>