diff mbox

[PULL,01/14] qapi: add release designator to gluster logfile option

Message ID 1477941781-4108-2-git-send-email-jcody@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jeff Cody Oct. 31, 2016, 7:22 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(-)
diff mbox

Patch

diff --git a/qapi/block-core.json b/qapi/block-core.json
index cd1fa7b..4c45982 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -2166,7 +2166,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
 ##