[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] [PATCH v5 0/4] Qemu/Gluster support in Libvirt
From: |
Harsh Prateek Bora |
Subject: |
[Gluster-devel] [PATCH v5 0/4] Qemu/Gluster support in Libvirt |
Date: |
Thu, 22 Nov 2012 23:40:37 +0530 |
Changelog:
v5:
- Separated initialization of new host members for nbd, rbd, sheepdog
in a separate patch [Patch 3/4]
- Fixed tests for appropriate args to DO_TEST
- Code cleanups for squashing pointer incrememnts into single line.
v4:
- Addressed review comment by Jiri on v3 updated series.
v3 updated:
- Fix other network backends (nbd, rbd, sheepdog) to initialize new members
(transport, socket) of _virDomainDiskHostDef appropriately so that garbage
values doesnt break the argv2xml tests.
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 (4):
Add Gluster protocol as supported network disk backend
qemu: Add support for gluster protocol based network storage backend.
qemu: Fix nbd, rbd, sheepdog to initialize defaults for new host
members.
tests: Add tests for gluster protocol based network disks support
docs/formatdomain.html.in | 24 ++-
docs/schemas/domaincommon.rng | 33 +++-
src/conf/domain_conf.c | 77 ++++++--
src/conf/domain_conf.h | 12 ++
src/libvirt_private.syms | 2 +
src/qemu/qemu_command.c | 195 ++++++++++++++++++++-
tests/qemuargv2xmltest.c | 1 +
.../qemuxml2argv-disk-drive-network-gluster.args | 1 +
.../qemuxml2argv-disk-drive-network-gluster.xml | 34 ++++
tests/qemuxml2argvtest.c | 2 +
10 files changed, 352 insertions(+), 29 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
- [Gluster-devel] [PATCH v5 0/4] Qemu/Gluster support in Libvirt,
Harsh Prateek Bora <=
- [Gluster-devel] [PATCH v5 2/4] qemu: Add support for gluster protocol based network storage backend., Harsh Prateek Bora, 2012/11/22
- [Gluster-devel] [PATCH v5 1/4] Add Gluster protocol as supported network disk backend, Harsh Prateek Bora, 2012/11/22
- [Gluster-devel] [PATCH v5 3/4] qemu: Fix nbd, rbd, sheepdog to initialize defaults for new host members., Harsh Prateek Bora, 2012/11/22
- [Gluster-devel] [PATCH v5 4/4] tests: Add tests for gluster protocol based network disks support, Harsh Prateek Bora, 2012/11/22
- Message not available