Hide Forgot
Description of problem: When using remote DB it should state 'Populating DB...' instead of 'Creating DB...'. As the DB is already created manually on remote host and thus it is confusing. -%- rhevm-dwh-setup ...snip... Enter the host name for the DB server : test-db.rhev.lab.eng.brq.redhat.com Enter the port of the remote DB server : [5432] Provide a remote DB user : engine_history Please choose a password for the db user: Re-type password: Creating DB... [ DONE ] Setting DB connectivity... [ DONE ] Starting ovirt-engine... [ DONE ] Starting oVirt-ETL... [ DONE ] Successfully installed rhevm-dwh. The installation log file is available at: /var/log/ovirt-engine/rhevm-dwh-setup-2013_12_11_16_25_55.log -%- Version-Release number of selected component (if applicable): is26 rhevm-dwh-3.3.0-24.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1. do remote db configuration for rhevm-dhw-setup 2. 3. Actual results: Creating DB... Expected results: Populating DB... or Populating remote DB... Additional info:
This is a matter of semantics, moving to CLOSE WONTFIX
The database is already created - manually! - so how can you create the database which already exists?