Daniel Erez has submitted this change and it was merged. Change subject: core: fix err msg-add disk to locked VM (#865551) ......................................................................
core: fix err msg-add disk to locked VM (#865551) When adding a disk to a locked VM the error message stated locked disks (ACTION_TYPE_FAILED_DISKS_ARE_LOCKED) without mentioning the actual disks aliases. It's now changed to ACTION_TYPE_FAILED_VM_IS_LOCKED. Bug-Url: https://bugzilla.redhat.com/865551 Change-Id: Ib7a82d91b0ee51ebd1a612dbf210e0ea4533e746 Signed-off-by: Vered Volansky <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddDiskCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java 2 files changed, 20 insertions(+), 28 deletions(-) Approvals: Daniel Erez: Looks good to me, approved Allon Mureinik: Looks good to me, but someone else must approve Vered Volansky: Verified -- To view, visit http://gerrit.ovirt.org/8666 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib7a82d91b0ee51ebd1a612dbf210e0ea4533e746 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
