Change in vdsm[master]: vm: handle missing domains on recovery

fromani at redhat.com fromani at redhat.com
Wed Mar 26 10:53:05 UTC 2014


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 <fromani at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list