Dan Kenigsberg has posted comments on this change. Change subject: vm: extract migration completion check ......................................................................
Patch Set 7: (1 comment) https://gerrit.ovirt.org/#/c/47086/7/vdsm/virt/vm.py File vdsm/virt/vm.py: Line 2775: del self.conf['username'] Line 2776: self.saveState() Line 2777: self.log.info("End of migration") Line 2778: Line 2779: def _needToWaitForMigrationToComplete(self): please consider pep_8_names for future new functions. Line 2780: if not self.recovering: Line 2781: # if not recovering, we are in a base flow and need Line 2782: # to wait for migration to complete Line 2783: return True -- To view, visit https://gerrit.ovirt.org/47086 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia1afb406e3e2ca7b37a621fc1bcc8bc1bf37031b Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Betak <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Betak <[email protected]> Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
