Yedidyah Bar David has posted comments on this change. Change subject: Add additional exception to prevent socket.gaierror error ......................................................................
Patch Set 4: (2 comments) http://gerrit.ovirt.org/#/c/32392/4/src/plugins/ovirt-hosted-engine-setup/core/remote_answerfile.py File src/plugins/ovirt-hosted-engine-setup/core/remote_answerfile.py: Line 154 Line 155 Line 156 Line 157 Line 158 here? Line 143: self._tmp_ans Line 144: ) Line 145: finally: Line 146: sftp.close() Line 147: except (paramiko.AuthenticationException, socket.gaierror) as e: Perhaps you intended to do this change, Line 148: self.logger.error( Line 149: _('Invalid password for host {fqdn}').format( Line 150: fqdn=fqdn, Line 151: ) -- To view, visit http://gerrit.ovirt.org/32392 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I92776791af606b6fdb664c9e44ed119a167d15ac Gerrit-PatchSet: 4 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Artyom Lukianov <[email protected]> Gerrit-Reviewer: Artyom Lukianov <[email protected]> Gerrit-Reviewer: Jiří Moskovčák <[email protected]> Gerrit-Reviewer: Lev Veyde <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
