mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
caf516db51
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>
9 lines
197 B
XML
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>
|