libvirt/tests/storagepoolxml2xmlin/pool-sheepdog.xml
Eric Blake caf516db51 storage: allow interleave in pool XML
The RNG grammar did not allow arbitrary interleaving, which makes
it harder than necessary to create a new pool from handwritten XML.

* docs/schemas/storagepool.rng: Allow interleaving.
* tests/storagepoolxml2xmlin/pool-sheepdog.xml: Test interleave.
* tests/storagepoolxml2xmlin/pool-iscsi-auth.xml: Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
2013-10-16 10:15:44 -06:00

9 lines
197 B
XML

<pool type='sheepdog'>
<source>
<name>sheepdog</name>
<host name='localhost' port='7000'/>
</source>
<uuid>65fcba04-5b13-bd93-cff3-52ce48e11ad7</uuid>
<name>sheepdog</name>
</pool>