diff mbox

[1/1] qapi: add release designator to gluster logfile option

Message ID 45ee25d33701819bbda1c74e10116033eaff4764.1473781218.git.jcody@redhat.com
State New
Headers show

Commit Message

Jeff Cody Sept. 13, 2016, 3:41 p.m. UTC
The "logfile" option to BlockdevOptionsGluster will not be in
QEMU until 2.8.  Update comment to indicate this.

Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
---
 qapi/block-core.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eric Blake Sept. 13, 2016, 4:11 p.m. UTC | #1
On 09/13/2016 10:41 AM, Jeff Cody wrote:
> The "logfile" option to BlockdevOptionsGluster will not be in
> QEMU until 2.8.  Update comment to indicate this.
> 
> Reported-by: Eric Blake <eblake@redhat.com>
> Signed-off-by: Jeff Cody <jcody@redhat.com>
> ---
>  qapi/block-core.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 24223fd..09fc303 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -2167,7 +2167,7 @@
>  #
>  # @debug-level: #optional libgfapi log level (default '4' which is Error)
>  #
> -# @logfile:     #optional libgfapi log file (default /dev/stderr)
> +# @logfile:     #optional libgfapi log file (default /dev/stderr) (Since 2.8)
>  #
>  # Since: 2.7
>  ##
>
diff mbox

Patch

diff --git a/qapi/block-core.json b/qapi/block-core.json
index 24223fd..09fc303 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -2167,7 +2167,7 @@ 
 #
 # @debug-level: #optional libgfapi log level (default '4' which is Error)
 #
-# @logfile:     #optional libgfapi log file (default /dev/stderr)
+# @logfile:     #optional libgfapi log file (default /dev/stderr) (Since 2.8)
 #
 # Since: 2.7
 ##