Arik Hadas has posted comments on this change.

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


Patch Set 5: Code-Review+1

(1 comment)

https://gerrit.ovirt.org/#/c/38057/5/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 488:     }
Line 489: 
Line 490:     // ActualDowntime: returns the actual time that the vm was 
offline (not available for access)
Line 491:     public String getActualDowntime() {
Line 492:         return (actualDowntime == null) ? "(N/A)" : 
actualDowntime.toString() + "ms";
so now you can drop the "toString()"
Line 493:     }
Line 494: 
Line 495:     @Override
Line 496:     protected String getLockMessage() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I5535c66988b2594778b0666b902c3142bc3e2aea
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <shav...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Shahar Havivi <shav...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to