[libvirt] [PATCH 04/14] docs: schemas: Extract RBD-specific data

Peter Krempa pkrempa at redhat.com
Thu Apr 27 15:10:58 UTC 2017


On Thu, Apr 27, 2017 at 16:48:17 +0200, Jiri Denemark wrote:
> On Wed, Apr 26, 2017 at 19:52:34 +0200, Peter Krempa wrote:
> > RBD driver supports specifying a snapshot image name or config file.
> > Create a define for RBD and move the specifics there.
> > ---
> >  docs/schemas/domaincommon.rng | 50 ++++++++++++++++++++++++++++++++-----------
> >  1 file changed, 37 insertions(+), 13 deletions(-)
> > 
> > diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
> > index eca479594..05efea7f2 100644
> > --- a/docs/schemas/domaincommon.rng
> > +++ b/docs/schemas/domaincommon.rng
> ...
> > @@ -1568,6 +1556,42 @@
> >      </element>
> >    </define>
> > 
> > +  <define name="diskSourceNetworkProtocolGeneric">
> > +    <element name="source">
> > +      <interleave>
> > +        <attribute name="protocol">
> > +          <choice>
> > +            <value>nbd</value>
> > +            <value>sheepdog</value>
> > +            <value>gluster</value>
> > +            <value>iscsi</value>
> > +            <value>http</value>
> > +            <value>https</value>
> > +            <value>ftp</value>
> > +            <value>ftps</value>
> > +            <value>tftp</value>
> > +          </choice>
> > +        </attribute>
> > +        <optional>
> > +          <attribute name="name"/>
> > +        </optional>
> > +        <zeroOrMore>
> > +          <ref name="diskSourceNetworkHost"/>
> > +        </zeroOrMore>
> > +      </interleave>
> > +    </element>
> > +  </define>
> 
> The <interleave> is redundant here as attributes are implicitly
> interleaved and there's only a single <host> element in addition to
> them.

This is a diff quirk. I did not touch this part, I just renamed it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20170427/c0b23d9e/attachment-0001.sig>


More information about the libvir-list mailing list