Michal Skrivanek has posted comments on this change.

Change subject: vdsm: handle migration abort before semaphore acquiration
......................................................................


Patch Set 1:

(1 comment)

....................................................
File vdsm/vm.py
Line 301:         except Exception as e:
Line 302:             self._recover(str(e))
Line 303:             self.log.error("Failed to migrate", exc_info=True)
Line 304: 
Line 305:     def _startUnderlyingMigration(self):
I wonder if we shouldn't set this in init
Line 306:         self._preparingMigrationEvt = True
Line 307:         if self._mode == 'file':
Line 308:             hooks.before_vm_hibernate(self._vm._dom.XMLDesc(0), 
self._vm.conf)
Line 309:             try:


-- 
To view, visit http://gerrit.ovirt.org/21445
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id271a41466bc355ca505f764206457af419f0edd
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Polednik <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[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

Reply via email to