Change in ovirt-engine[master]: core: sync LUNs on SD status changes to active

Daniel Erez has submitted this change and it was merged. Change subject: core: sync LUNs on SD status changes to active ...................................................................... core: sync LUNs on SD status changes to active Ensure invocation of SyncLunsInfoForBlockStorageDomain command when a storage domain status changes to Active. * VdsEventListener: added syncLunsInfoForBlockStorageDomain method * IrsProxyData: perform synchronization when SD status is active: - Upon getStoragePoolInfo callback and status change detection. - Upon getVdsStats callback and active domain detection. Change-Id: I31ccdaaa8f7f982cb38dd8f1c4488d76cba21463 Bug-Url: https://bugzilla.redhat.com/1115845 Signed-off-by: Daniel Erez <derez@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/SyncLunsInfoForBlockStorageDomainCommand.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/IVdsEventListener.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/locks/LockingGroup.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsProxyData.java 5 files changed, 49 insertions(+), 0 deletions(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/29692 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I31ccdaaa8f7f982cb38dd8f1c4488d76cba21463 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
derez@redhat.com