
Tal Nisan has submitted this change and it was merged. Change subject: webadmin: Host sort not working ...................................................................... webadmin: Host sort not working - The code that unifies the fence agents on the hosts would not preserver the order in which the hosts were returned from the query, which resulted in the sorting not working properly. This patch simplies the mechanism to unify the fence agents while preserving the order. Change-Id: I1bda06931812ed0dca4ecab8dd956e5b5c1e9686 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1249607 Signed-off-by: Alexander Wels <awels@redhat.com> (cherry picked from commit bbb72545ce7b0263f7dcdf3632d73fd894138bad) --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDaoImpl.java 1 file changed, 21 insertions(+), 25 deletions(-) Approvals: Alexander Wels: Verified Jenkins CI: Passed CI tests Oved Ourfali: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/46225 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1bda06931812ed0dca4ecab8dd956e5b5c1e9686 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org