Change in ovirt-engine[ovirt-engine-4.0]: core: update LUNs in DB on RefreshLunsSizeCommand

Tal Nisan has submitted this change and it was merged. Change subject: core: update LUNs in DB on RefreshLunsSizeCommand ...................................................................... core: update LUNs in DB on RefreshLunsSizeCommand Previously, RefreshLunsSizeCommand didn't update the luns in the DB after resizing them, causing an inconsistency between the LUNs real size and their size in the DB. This patch takes care of this update right after the PVs are resized. Change-Id: I71d59b9bacaff5df3d3b2e1ca0908fe978eed7d4 Bug-Url: https://bugzilla.redhat.com/1370101 Signed-off-by: Idan Shaby <ishaby@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/domain/RefreshLunsSizeCommand.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/DbFacade.java 2 files changed, 31 insertions(+), 11 deletions(-) Approvals: Jenkins CI: Passed CI tests Allon Mureinik: Looks good to me, approved Idan Shaby: Verified -- To view, visit https://gerrit.ovirt.org/62910 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I71d59b9bacaff5df3d3b2e1ca0908fe978eed7d4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.0 Gerrit-Owner: Idan Shaby <ishaby@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Idan Shaby <ishaby@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
tnisan@redhat.com