Nir Soffer has posted comments on this change.
Change subject: virt: enable glusterfs access through libgfapi interface ......................................................................
Patch Set 8:
(1 comment)
https://gerrit.ovirt.org/#/c/44061/8/vdsm/clientIF.py File vdsm/clientIF.py:
Line 321: if drive.get('diskType') == DISK_TYPE.NETWORK: Line 322: volinfo = res['info'] Line 323: volPath = volinfo['path'] Line 324: drive['protocol'] = volinfo['protocol'] Line 325: # currently, single host is provided due to this bug:
I think we should take in the support for additional hosts as an addon patc
I agree with Sahina, this patch should make it possible to use libgfapi with current support in libvirt.
When libvirt will support more than one host we will support multiple hosts. Line 326: # https://bugzilla.redhat.com/1247521 Line 327: drive['hosts'] = [volinfo['hosts'][0]] Line 328: else: Line 329: volPath = res['path']