On 07/19/2016 06:21 PM, Jeff Cody wrote: > From: Prasanna Kumar Kalever <[email protected]> > > this patch adds 'GlusterServer' related schema in qapi/block-core.json > > [Jeff: minor fix-ups of comments and formatting, per patch reviews] > > Signed-off-by: Prasanna Kumar Kalever <[email protected]> > Reviewed-by: Markus Armbruster <[email protected]> > Reviewed-by: Eric Blake <[email protected]> > Message-id: [email protected] > Signed-off-by: Jeff Cody <[email protected]> > ---
> +++ b/qapi/block-core.json
> @@ -1666,13 +1666,14 @@
> +##
> +# @BlockdevOptionsGluster
> +#
> +# Driver specific block device options for Gluster
> +#
> +# @volume: name of gluster volume where VM image resides
> +#
> +# @path: absolute path to image file in gluster volume
> +#
> +# @server: gluster server description
> +#
> +# @debug-level: #optional libgfapi log level (default '4' which is Error)
You got one,
> +#
> +# Since: 2.7
> +##
> +{ 'struct': 'BlockdevOptionsGluster',
> + 'data': { 'volume': 'str',
> + 'path': 'str',
> + 'server': 'GlusterServer',
> + '*debug_level': 'int' } }
but not the other instance. Can be fixed in a followup patch if the pull
request has already landed.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
