Eli Mesika has posted comments on this change. Change subject: webadmin: Show migrating VM on destination host ......................................................................
Patch Set 2: (1 inline comment) .................................................... File backend/manager/dbscripts/vms_sp.sql Line 832: -- use migrating_to_vds column when the VM in status Migrating From Line 833: RETURN QUERY SELECT DISTINCT * FROM VMS V Line 834: WHERE V.RUN_ON_VDS=V_VDS_ID OR (V.STATUS = 5 AND V.MIGRATING_TO_VDS=V_VDS_ID) Line 835: ORDER BY V.VM_NAME Line 836: LIMIT 100; Why limiting the results ??? Line 837: END; $procedure$ Line 838: LANGUAGE plpgsql; Line 839: Line 840: -- To view, visit http://gerrit.ovirt.org/12878 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iae8228e4a6e9e7e91b8224f0ef2764c5e4e25cfa Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Libor Spevak <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Libor Spevak <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
