
Oved Ourfali has submitted this change and it was merged. Change subject: core: spm and master domain maintenance actions cause wrong error (#853704) ...................................................................... core: spm and master domain maintenance actions cause wrong error (#853704) When failed to acquire lock, the error message is misleading, as it clains that same action is in progress, but it is not the case. The real case is that there are two related operations that are occuring at the same time, so the user should wait for one to finish, before initiating the second one. This patch fixes this error message. Change-Id: I183ab61e1078c18b94e0faab5f1ba5074b8c9e8d Signed-off-by: Oved Ourfali <oourfali@redhat.com> --- M backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties 4 files changed, 4 insertions(+), 4 deletions(-) Approvals: Oved Ourfali: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8166 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I183ab61e1078c18b94e0faab5f1ba5074b8c9e8d Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com>