Nir Soffer has posted comments on this change. Change subject: gluster: Don't fail connect server when getting volume info ......................................................................
Patch Set 9: (1 comment) https://gerrit.ovirt.org/#/c/53785/9/vdsm/storage/storageServer.py File vdsm/storage/storageServer.py: Line 381: volinfo = superVdsmProxy.glusterVolumeInfo(self._volname, Line 382: self._volfileserver) Line 383: return volinfo[self._volname] Line 384: except ge.GlusterCmdExecFailedException as e: Line 385: self.log.warning("Failed to get volume info. %s", e) info. -> info: Line 386: return {} Line 387: Line 388: Line 389: class NFSConnection(object): -- To view, visit https://gerrit.ovirt.org/53785 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0e1835b7de4c5c4c5c4616d3c36f15c1f91a01dc Gerrit-PatchSet: 9 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ala Hino <[email protected]> Gerrit-Reviewer: Ala Hino <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
