Tal Nisan has posted comments on this change. Change subject: core: Fix error message when exporting to a non export domain ......................................................................
Patch Set 2: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java Line 140: } Line 141: Line 142: // check destination storage is Export domain Line 143: if (getStorageDomain().getstorage_domain_type() != StorageDomainType.ImportExport) { Line 144: addCanDoActionMessage(String.format("$storageDomainName %1$s", getStorageDomainName())); redundant empty line Line 145: return failCanDoAction(VdcBllMessages.ACTION_TYPE_FAILED_SPECIFY_DOMAIN_IS_NOT_EXPORT_DOMAIN); Line 146: } Line 147: // check destination storage have free space Line 148: int sizeInGB = (int) getVm().getActualDiskWithSnapshotsSize(); -- To view, visit http://gerrit.ovirt.org/10498 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iffe15389360d6233655056dcfd94880f8033b741 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <tni...@redhat.com> Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com> Gerrit-Reviewer: Ayal Baron <aba...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Tal Nisan <tni...@redhat.com> Gerrit-Reviewer: Vered Volansky <vvola...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches