Vinzenz Feenstra has uploaded a new change for review. Change subject: vdsm: Vm remove unused method _incomingMigrationPending ......................................................................
vdsm: Vm remove unused method _incomingMigrationPending Change-Id: I726a46a1d7dea4461a44414ac5f596222cfbee68 Signed-off-by: Vinzenz Feenstra <[email protected]> --- M vdsm/vm/vm.py 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/10870/1 diff --git a/vdsm/vm/vm.py b/vdsm/vm/vm.py index 5fca0f0..b2de4d2 100644 --- a/vdsm/vm/vm.py +++ b/vdsm/vm/vm.py @@ -501,9 +501,6 @@ self.log.error("The vm start process failed", exc_info=True) self.setDownStatus(ERROR, str(e)) - def _incomingMigrationPending(self): - return 'migrationDest' in self.conf or 'restoreState' in self.conf - def stopDisksStatsCollection(self): self._volumesPrepared = False -- To view, visit http://gerrit.ovirt.org/10870 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I726a46a1d7dea4461a44414ac5f596222cfbee68 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
