Description of problem: Executing command --> 'rhevm-setup --no-mem-check --answer-file=answer_file' Usage: rhevm-setup [options] Options: -h, --help show this help message and exit ...... Error: The --answer-file flag is mutually exclusive to all other command line options Please check log file /var/log/ovirt-engine/engine-setup_2013_03_27_16_16_59.log for more information Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.run engine-setup --no-mem-check --answer=ans_file 2. 3. Actual results: setup fails Expected results: either allow this option to run with answer file or enable this option in the answer file Additional info:
The fix should be to convert the abort to warning - on interactive mode, stop, warn and ask if to abort - on answer file mode don't stop, issue the warning in the log. The assumption here is that users of the answer file are aware of the requirements and had to read the manual to use this option.
patch 13409 merged upstream master: http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=014ae9a67bacc339e89209672fb5a26ca2c5f853
On sf-13 option --no-mem-check removed. Don't we need this option?
Hi Ilanit, no the option is not needed anymore. --no-mem-check were used for avoiding an abort in engine-setup if the installed RAM was less than the minimum required. Now we just warn without aborting the setup, so it's not needed anymore.
I understand. Moved to verified.
3.2 has been released