Dan Kenigsberg has submitted this change and it was merged. Change subject: net: vdsClient fails to connect to an IPv6 addr ......................................................................
net: vdsClient fails to connect to an IPv6 addr When vdsClient is used on a non-ipv6 host, and no destination address is provided, it will fail to connect to the server. (it uses the vdsm.conf management_ip parameter which is by default '::') The vdsClient now prompts when it detects/suspects this is the problem. (instead of a traceback) Change-Id: I069dcb3863a720f414d3048299fd54ef74839bdb Signed-off-by: Edward Haas <[email protected]> Reviewed-on: https://gerrit.ovirt.org/52367 Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-by: Yaniv Bronhaim <[email protected]> Continuous-Integration: Jenkins CI --- M client/vdsClient.py 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: Yaniv Bronhaim: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/52367 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I069dcb3863a720f414d3048299fd54ef74839bdb Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
