]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: allow interleave in volume XML
authorEric Blake <eblake@redhat.com>
Fri, 22 Nov 2013 19:40:15 +0000 (12:40 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 25 Nov 2013 14:51:14 +0000 (07:51 -0700)
commitf5580bd6d653e74a22f742cf20a9e864c8f52837
treeb599e94a4e354a6d70cc4619f2c823f9fede230a
parentd68f16447d485b404dd262e0b91951bbccc7f50c
storage: allow interleave in volume XML

The RNG grammar did not allow arbitrary interleaving, which makes
it harder than necessary to create a new volume from handwritten XML.
(Compare also to commit caf516db for pools).

* docs/schemas/storagevol.rng: Support interleaving.
* tests/storagevolxml2xmlin/vol-file-backing.xml: Test it.

Signed-off-by: Eric Blake <eblake@redhat.com>
docs/schemas/storagevol.rng
tests/storagevolxml2xmlin/vol-file-backing.xml