
Allon Mureinik has submitted this change and it was merged. Change subject: core: order of operations when deactivating the last master domain ...................................................................... core: order of operations when deactivating the last master domain When deactivating the master domain and there's no other domain to migrate the master to, the hsms can be disconnected from the pool only after the spm was stopped to avoid having them being disconnected from the pool in case that we failed to stop the spm which will cause them to move to non op as they won't have repoStats on the domains. Change-Id: I9d9dcf86a7a1f49175435807816a208d4506a7b7 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=921666 Signed-off-by: Liron Aravot <laravot@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/DeactivateStorageDomainCommand.java 1 file changed, 21 insertions(+), 17 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/22269 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9d9dcf86a7a1f49175435807816a208d4506a7b7 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Ar <laravot@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Federico Simoncelli <fsimonce@redhat.com> Gerrit-Reviewer: Liron Ar <laravot@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server