Change in ovirt-engine[master]: core: there is no validation on domain status when deleting ...

Michael Kublin has submitted this change and it was merged. Change subject: core: there is no validation on domain status when deleting snapshot (#834021) ...................................................................... core: there is no validation on domain status when deleting snapshot (#834021) https://bugzilla.redhat.com/834021 The bug is not correct a validation does exist, but in order to validate a call to vdsm is send, it is not needed for that case, because the engines knows that status of domain at DB is maintaince. So, in order to solve a problem I change order of checks Change-Id: I5fc120f5fffbad125b71b0d8339484f37bd016b1 Signed-off-by: Michael Kublin <mkublin@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java 1 file changed, 12 insertions(+), 11 deletions(-) Approvals: Michael Kublin: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5571 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5fc120f5fffbad125b71b0d8339484f37bd016b1 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>
participants (1)
-
mkublin@redhat.com