Dan Kenigsberg has submitted this change and it was merged. Change subject: Support for GLUSTERFS_DOMAIN ......................................................................
Support for GLUSTERFS_DOMAIN This patch introduces a new storage domain of type GLUSTERFS_DOMAIN, which uses gluster as the storage backend. In GLUSTERFS_DOMAIN, vdsm creates the storage domain by mounting the gluster volume (akin to nfs mounting export path). VMs created using this domain exploit the QEMU's gluster block backend. Instead of accessing the vmdisk as a file path, it accesses the vmdisk as a network disk device, served by gluster server/volume. This patch attempts to re-use nfsSD core logic (to an extent) to support domain of type GLUSTERFS_DOMAIN. Change-Id: I9ac37da88625f20d148beaf53bb6371c15b33ad7 Signed-off-by: Deepak C Shetty <[email protected]> --- M vdsm.spec.in M vdsm/clientIF.py M vdsm/libvirtvm.py M vdsm/storage/Makefile.am A vdsm/storage/glusterSD.py A vdsm/storage/glusterVolume.py M vdsm/storage/hsm.py M vdsm/storage/sd.py M vdsm/storage/sdc.py M vdsm/storage/storageServer.py M vdsm/storage/volume.py 11 files changed, 158 insertions(+), 6 deletions(-) Approvals: Dan Kenigsberg: Looks good to me, approved Deepak C Shetty: Verified -- To view, visit http://gerrit.ovirt.org/6856 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9ac37da88625f20d148beaf53bb6371c15b33ad7 Gerrit-PatchSet: 15 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Deepak C Shetty <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Bala.FA <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Deepak C Shetty <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Royce Lv <[email protected]> Gerrit-Reviewer: Ryan Harper <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
