Omer Frenkel has posted comments on this change. Change subject: RFE: Report downtime for each live migration ......................................................................
Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/40100/3/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MigrateVmCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MigrateVmCommand.java: Line 193: } Line 194: } Line 195: Line 196: protected void getDowntime() { Line 197: try { we should only call this for hosts that support the new downtime value Line 198: VDSReturnValue retVal = runVdsCommand(VDSCommandType.MigrateStatus, Line 199: new MigrateStatusVDSCommandParameters(getDestinationVdsId(), getVmId())); Line 200: if (retVal != null) { Line 201: actualDowntime = (Integer) retVal.getReturnValue(); -- To view, visit https://gerrit.ovirt.org/40100 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic18c6db9a85167b1c4b85bdad22cf63f0204f378 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
