Change in ovirt-engine[master]: core: Fix GetDeviceListQuery

Allon Mureinik has submitted this change and it was merged. Change subject: core: Fix GetDeviceListQuery ...................................................................... core: Fix GetDeviceListQuery Commit 7fe236353390354ba0e908a2abf79d4049ca4b4d removed ConfigValues.FilteringLUNsEnabled from the code base, but did so wrongly - it assumed in modern DCs it will be true, instead of actually being false. This patch fixes this mistake. Change-Id: Iecb058c9553e092fd3892ea7cf32aece3f6cf448 Signed-off-by: Allon Mureinik <amureini@redhat.com> Signed-off-by: Idan Shaby <ishaby@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/disk/lun/GetDeviceListQuery.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/storage/disk/lun/GetDeviceListQueryTest.java 2 files changed, 11 insertions(+), 30 deletions(-) Approvals: Jenkins CI: Passed CI tests Allon Mureinik: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/55055 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iecb058c9553e092fd3892ea7cf32aece3f6cf448 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Idan Shaby <ishaby@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
amureini@redhat.com