libvirt/tests/storagepoolxml2xmlin/pool-zfs-sourcedev.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

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>