Francesco Romani has posted comments on this change. Change subject: vm: handle missing domains on recovery ......................................................................
Patch Set 5: (1 comment) http://gerrit.ovirt.org/#/c/25275/5/vdsm/virt/vm.py File vdsm/virt/vm.py: Line 1969: self.saveState() Line 1970: except MissingLibvirtDomainError: Line 1971: self.recovering = False Line 1972: # we cannot ever deal with this, not even on recovery. Line 1973: self.setDownStatus(ERROR, vmexitreason.LIBVIRT_DOMAIN_MISSING) > If a VM was already Down before Vdsm was restarted, it has another existrea Yes, good point. Will fix. Line 1974: except Exception as e: Line 1975: if self.recovering: Line 1976: self.log.info("Skipping errors on recovery", exc_info=True) Line 1977: else: -- To view, visit http://gerrit.ovirt.org/25275 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I00ef12883c8035209de0f273925eb8603d6b6da8 Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
