Bug 1040981

Summary: [TEXT][rhevm-dwh-setup] When using remote DB it should state 'Populating DB...' instead of 'Creating DB...'
Product: Red Hat Enterprise Virtualization Manager Reporter: Jiri Belka <jbelka>
Component: ovirt-engine-dwhAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED WONTFIX QA Contact: Barak Dagan <bdagan>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: acathrow, bazulay, iheim, pstehlik, Rhev-m-bugs, yeylon, ylavi
Target Milestone: ---Keywords: Reopened
Target Release: 3.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: integration
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-05 08:56:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jiri Belka 2013-12-12 13:12:38 UTC
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:

Comment 1 Barak 2014-01-26 15:45:07 UTC
This is a matter of semantics,
moving to CLOSE WONTFIX

Comment 2 Jiri Belka 2014-01-27 08:26:06 UTC
The database is already created - manually! - so how can you create the database which already exists?