Change in vdsm[master]: migration: typo: destServer attribute is private

fromani at redhat.com fromani at redhat.com
Mon May 4 13:13:02 UTC 2015


Francesco Romani has uploaded a new change for review.

Change subject: migration: typo: destServer attribute is private
......................................................................

migration: typo: destServer attribute is private

A typo in migration.py cause all migrations to fail.

Change-Id: I78f079fc5503d6cddf5f08280bb4be6e6beec924
Bug-Url: https://bugzilla.redhat.com/1217362
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M vdsm/virt/migration.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/91/40491/1

diff --git a/vdsm/virt/migration.py b/vdsm/virt/migration.py
index 67b05a4..b6b6c15 100644
--- a/vdsm/virt/migration.py
+++ b/vdsm/virt/migration.py
@@ -125,7 +125,7 @@
         self.log.debug('Destination server is: ' + hostPort)
         try:
             self.log.debug('Initiating connection with destination')
-            status = self.destServer.getVmStats(self._vm.id)
+            status = self._destServer.getVmStats(self._vm.id)
             if not status['status']['code']:
                 self.log.error("Machine already exists on the destination")
                 self.status = errCode['exist']


-- 
To view, visit https://gerrit.ovirt.org/40491
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I78f079fc5503d6cddf5f08280bb4be6e6beec924
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>


More information about the vdsm-patches mailing list