Francesco Romani has posted comments on this change.

Change subject: vm: handle missing domains on recovery
......................................................................


Patch Set 2:

(1 comment)

http://gerrit.ovirt.org/#/c/25275/2/vdsm/vm.py
File vdsm/vm.py:

Line 2378:             self.saveState()
Line 2379:         except LibvirtConnectionError:
Line 2380:             self.recovering = False
Line 2381:             # we cannot ever deal with this, not even on recovery.
Line 2382:             self.setDownStatus(ERROR, 
vmexitreason.LIBVIRT_START_FAILED)
A new exit reason is probably better. Will add in the next upload.
Line 2383:         except Exception as e:
Line 2384:             if self.recovering:
Line 2385:                 self.log.info("Skipping errors on recovery", 
exc_info=True)
Line 2386:             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: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to