[libvirt] [PATCH v3 0/2] Qemu/Gluster support in Libvirt

Harsh Prateek Bora harsh at linux.vnet.ibm.com
Fri Oct 26 13:21:09 UTC 2012


This patchset provides support for Gluster protocol based network disks.

Changelog:

v3:
- RNG schema updated as required for unix transport [Paolo]
- introduced another new attribute 'socket' for unix transport [Paolo]
- Uses virURIFormat and virURIParse for URI parsing. [danpb]
- updated documentation as required. [Jirka]

v2:
- Addressed review comments by Jiri
- Updated patcheset as per new URI spec
Ref: http://lists.gnu.org/archive/html/qemu-devel/2012-09/msg05199.html

v1:
- Initial prototype


Harsh Prateek Bora (2):
  Qemu/Gluster: Add Gluster protocol as supported network disk formats.
  tests: Add tests for gluster protocol based network disks support

 docs/formatdomain.html.in                          |  24 +++-
 docs/schemas/domaincommon.rng                      |  35 ++++-
 src/conf/domain_conf.c                             |  72 ++++++++--
 src/conf/domain_conf.h                             |  12 ++
 src/libvirt_private.syms                           |   2 +
 src/qemu/qemu_command.c                            | 155 +++++++++++++++++++++
 tests/qemuargv2xmltest.c                           |   1 +
 .../qemuxml2argv-disk-drive-network-gluster.args   |   1 +
 .../qemuxml2argv-disk-drive-network-gluster.xml    |  35 +++++
 tests/qemuxml2argvtest.c                           |   2 +
 10 files changed, 311 insertions(+), 28 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-disk-drive-network-gluster.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-disk-drive-network-gluster.xml

-- 
1.7.11.7




More information about the libvir-list mailing list