diff options
author | Prasanna Kumar Kalever <prasanna.kalever@redhat.com> | 2016-11-02 22:20:37 +0530 |
---|---|---|
committer | Jeff Cody <jcody@redhat.com> | 2016-12-05 16:30:21 -0500 |
commit | 7103d9165b78dd827e05d87f1edf1a5ec0847ebe (patch) | |
tree | 142d7649dee0670eb33261b4f5c4c2c95f0c4cc1 /qemu-doc.texi | |
parent | 1a417e46aedb7d762691fdd9aaab67465240b830 (diff) |
block/nfs: fix QMP to match debug option
The QMP definition of BlockdevOptionsNfs:
{ 'struct': 'BlockdevOptionsNfs',
'data': { 'server': 'NFSServer',
'path': 'str',
'*user': 'int',
'*group': 'int',
'*tcp-syn-count': 'int',
'*readahead-size': 'int',
'*page-cache-size': 'int',
'*debug-level': 'int' } }
To make this consistent with other block protocols like gluster, lets
change s/debug-level/debug/
Suggested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
Diffstat (limited to 'qemu-doc.texi')
0 files changed, 0 insertions, 0 deletions