Juan Hernandez has uploaded a new change for review. Change subject: core: Use BLOB servlet to server .iso files (#840356) ......................................................................
core: Use BLOB servlet to server .iso files (#840356) https://bugzilla.redhat.com/840356 We used to copy .iso to the root web application so that hosts can download them during installation. This is not possible now because the engine doesn't have permission to write to the root web application. This patch changes the installation process so that it uses the BLOB servlet instead. This has the additional benefit that the .iso file doesn't have to be copied, it is served directly from its original location. Change-Id: I0dd1f7d5e3b34d00c105a922c7244a203887087a Signed-off-by: Juan Hernandez <[email protected]> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/hostinstall/MinaInstallWrapper.java 1 file changed, 21 insertions(+), 23 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/85/6485/1 -- To view, visit http://gerrit.ovirt.org/6485 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0dd1f7d5e3b34d00c105a922c7244a203887087a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
