Sahina Bose has posted comments on this change.
Change subject: virt: enable libgfapi ......................................................................
Patch Set 7:
(1 comment)
https://gerrit.ovirt.org/#/c/44061/7/vdsm/clientIF.py File vdsm/clientIF.py:
Line 317: Line 318: # The order of imgVolumesInfo is not guaranteed Line 319: drive['volumeChain'] = res['imgVolumesInfo'] Line 320: drive['volumeInfo'] = res['info'] Line 321: if drive.get('diskType') == DISK_TYPE.NETWORK:
We expect engine to send diskType="network" for gluster volumes, in the sam
Ok, now it makes sense. Thanks! 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: