Shahar Havivi has posted comments on this change.

Change subject: RFE: Report downtime for each live migration
......................................................................


Patch Set 2:

(1 comment)

https://gerrit.ovirt.org/#/c/40103/2/vdsm/virt/vm.py
File vdsm/virt/vm.py:

Line 1717:             'network': {},
Line 1718:             'disks': {}}
Line 1719:         if 'pauseCode' in self.conf:
Line 1720:             stats['pauseCode'] = self.conf['pauseCode']
Line 1721:         if self.isMigrating() and 
self.migrateStatus().has_key('progress'):
> Yep, with the downtime reporting we will call migrateStatus() even after a 
I will send it in a separate patch
Line 1722:             stats['migrationProgress'] = 
self.migrateStatus()['progress']
Line 1723: 
Line 1724:         decStats = {}
Line 1725:         try:


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I2ff421c489ef24869502bd80461018f0aca2144d
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <shav...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <mskri...@redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczew...@gmail.com>
Gerrit-Reviewer: Shahar Havivi <shav...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to