[libvirt] [PATCH v4 0/2] qemu/gluster: add option for tuning debug logging level

Prasanna Kumar Kalever prasanna.kalever at redhat.com
Wed Sep 21 13:30:15 UTC 2016


v4:
Address comments by peter on v3
Mostly betterments in naming variables and grouping patterns in Caps by 5
Thanks to Peter

v3:
Add patch 2/2 which address capability checks
Changed 'glusterfs_debug_level' to 'gluster_debug_level' agreeing to Peter
Made changes in libvirtd_qemu.aug
Thanks to Peter & Daniel

v2:
Modify test cases and syntax check changes as suggested by Peter in v1.
Rename qemu_gfapi_debuglevel to glusterfs_debug_level as per Daniel comments.
Fix to make debug_level changes effects on URI along with JSON.

TODO:
* changes in libvirtd_qemu.aug
Which I don't understand for now
* comment on debug_level variable in storage source
Not sure what is the right place
* Capablities check

v1:
Initial post

*** BLURB HERE ***

Prasanna Kumar Kalever (2):
  qemu/gluster: add option for tuning debug logging level
  qemu_capabilities: Introduce gluster specific debug capability

 src/qemu/libvirtd_qemu.aug                          |  3 +++
 src/qemu/qemu.conf                                  | 20 ++++++++++++++++++++
 src/qemu/qemu_capabilities.c                        |  5 +++++
 src/qemu/qemu_capabilities.h                        |  1 +
 src/qemu/qemu_command.c                             | 21 ++++++++++++++++++---
 src/qemu/qemu_conf.c                                |  3 +++
 src/qemu/qemu_conf.h                                |  1 +
 src/util/virstoragefile.h                           |  2 ++
 .../qemuargv2xml-disk-drive-network-gluster.args    |  7 ++++---
 .../qemuxml2argv-disk-drive-network-gluster.args    | 12 ++++++------
 tests/qemuxml2argvtest.c                            |  3 ++-
 11 files changed, 65 insertions(+), 13 deletions(-)

-- 
2.7.4




More information about the libvir-list mailing list