Vered Volansky has posted comments on this change. Change subject: core: ExportVm vmDown validation ......................................................................
Patch Set 1: Looks good to me, but someone else must approve (1 inline comment) Do you eventually intend to remove this argument (check if vm is down) from ImagesHandler.checkWhatever? .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java Line 151: addCanDoActionMessage(VdcBllMessages.ACTION_TYPE_FAILED_DISK_SPACE_LOW); Line 152: return false; Line 153: } Line 154: Line 155: if (!(checkVmInStorageDomain() I guess this is a gerrit newline, just make sure. Line 156: && validate(new SnapshotsValidator().vmNotDuringSnapshot(getVmId())) Line 157: && validate(new VmValidator(getVm()).vmDown()) Line 158: && ImagesHandler.PerformImagesChecks(getVm(), Line 159: getReturnValue().getCanDoActionMessages(), -- To view, visit http://gerrit.ovirt.org/11016 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0d48868ea1a292e7b655f27e3984606d152f9866 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Alissa Bonas <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
