Shahar Havivi has submitted this change and it was merged. Change subject: core: Fix CDA for AddVmCommand ......................................................................
core: Fix CDA for AddVmCommand The command allowed a user to add a VM using REST before the DC was initialized, this VM caused problems in some flows. Added a check for the storage pool status that will cause the command to fail when the DC is down. Change-Id: I2586b0026c85f053b6cd0aebeb555d760afc0937 Bug-Url: https://bugzilla.redhat.com/1157229 Signed-off-by: Eldan Shachar <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmCommand.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddVmCommandTest.java 2 files changed, 7 insertions(+), 0 deletions(-) Approvals: Eldan Shachar: Verified Shahar Havivi: Looks good to me, approved Arik Hadas: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/35454 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2586b0026c85f053b6cd0aebeb555d760afc0937 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eldan Shachar <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Eldan Shachar <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
