Change in ovirt-engine[ovirt-engine-4.1]: core: SyncLunsInfoForBlockStorageDomain - domain md devices

From Tal Nisan <tnisan@redhat.com>:
Tal Nisan has submitted this change and it was merged. Change subject: core: SyncLunsInfoForBlockStorageDomain - domain md devices ...................................................................... core: SyncLunsInfoForBlockStorageDomain - domain md devices When a domain is created it has a vg metadata device and a metadata lv which may be created on multiple devices. On a regular basis, those devices should be never changing. However, in some user envs in case of disaster the block sd may be resotored manually in a way that will change its metadata devices. The SyncLunsInfoForBlockStorageDomain is executed when a block domain moves to Active status, it synchronizes the domain luns info persisted in the db with the actual info retrieved from the storage - this patch adds to it the code that'll update the info on the domain metadata devices as well as it may changed. Change-Id: Id65dad542fee6f1a55625f5e5730b112f8149e0e Bug-Url: https://bugzilla.redhat.com/1452984 Signed-off-by: Liron Aravot <laravot@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/domain/BlockStorageDomainHelper.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/domain/ReduceSANStorageDomainDevicesCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/domain/SyncLunsInfoForBlockStorageDomainCommand.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 5 files changed, 47 insertions(+), 6 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Jenkins CI: Passed CI tests Liron Aravot: Verified -- To view, visit https://gerrit.ovirt.org/77085 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id65dad542fee6f1a55625f5e5730b112f8149e0e Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.1 Gerrit-Owner: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review