Created attachment 781042 [details] engine-setup log Description of problem: Running "engine-setup-2 --jboss-home=dir" do not run over jboss-home as expected. /etc/ovirt-engine-setup.conf.d/10-packaging.conf still contain original jboss-home: OVESETUP_CONFIG/jbossHome=str:/usr/share/jbossas alonbl explanation: In order to find jboss location which is different in distributions, we add this packaging file during rpm installation. at fedora and rhel it is different setting the --jboss-home should have overridden this setting, while the packaging file overwrite the parameter... Version-Release number of selected component (if applicable): is6
setting this as low, as: 1. production should not modify jboss home. 2. this can be achieved via configuration file.