ShaoHe Feng has posted comments on this change.

Change subject: fix dataProgress of migration
......................................................................


Patch Set 3:

surely, Zhengsheng.
 I use the libvirt dom coreDump API to do the migration without copy of disk. 
then get job info by libvirt dom jobInfo API.

 and log the job info per 0.3s.

   the follow progress was calculated by dataRemaining.
   Progress: dataRemaining = 1008160768, dataTotal=1082458112,  7% processed
   Progress: dataRemaining = 609681408, dataTotal=1082458112, 44% processed
   Progress: dataRemaining = 211202048, dataTotal=1082458112, 81% processed
   Progress: dataRemaining = 106823680, dataTotal=1082458112, 91% processed
   Progress: dataRemaining = 42057728, dataTotal=1082458112, 97%
finish 100%

   the follow progress was calculated by dataProcessed.
   Progress: dataProcessed = 0, dataTotal=0, 0% processed
   Progress: dataProcessed = 2191547, dataTotal=1082458112, 0% processed
   Progress: dataProcessed = 19430371, dataTotal=1082458112, 1% processed
   Progress: dataProcessed = 23658984, dataTotal=1082458112, 2% processed
 Progress: dataProcessed = 23671277, dataTotal=1082458112, 2% processed
   Progress: dataProcessed = 182731925, dataTotal=1082458112, 16% processed
finish 100%

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I8ff16da7a0bfb6a28cb8bae6b127bff46575d5f6
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: ShaoHe Feng <[email protected]>
Gerrit-Reviewer: Gal Hammer <[email protected]>
Gerrit-Reviewer: Mark Wu <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: ShaoHe Feng <[email protected]>
Gerrit-Reviewer: Shu Ming <[email protected]>
Gerrit-Reviewer: Xu He Jie <[email protected]>
Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to