Bug 1031543
Summary: | [RHS-C] There is a typo in the "configuration preview" section when you run the rhsc-setup command. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Pavithra <psriniva> | ||||
Component: | rhsc | Assignee: | Darshan <dnarayan> | ||||
Status: | CLOSED ERRATA | QA Contact: | Prasanth <pprakash> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | unspecified | CC: | asriram, dtsang, knarra, mmahoney, pprakash, rhs-bugs, sbonazzo, sdharane, ssampat | ||||
Target Milestone: | --- | Keywords: | ZStream | ||||
Target Release: | RHGS 2.1.2 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | cb10 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-02-25 08:04:07 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: | |||||
Embargoed: | |||||||
Attachments: |
|
line number 7... take a look at the difference [ INFO ] Configurating PostgreSQL (seen) [ INFO ] Configuring PostgreSQL (expected) Pushed also on upstream 3.3 branch Verified as fixed in cb10. ------------- [ INFO ] Initializing PostgreSQL [ INFO ] Creating PostgreSQL database [ INFO ] Configuring PostgreSQL [ INFO ] Creating database schema [ INFO ] Creating CA [ INFO ] Generating post install configuration file '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf' [ INFO ] Stage: Transaction commit [ INFO ] Stage: Closing up ------------- Doc_text not needed as its a small typo and the change is not prominently seen by the user. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0208.html |
Created attachment 825443 [details] rhsc-setup command Description of problem: There is a typo - "Configurating PostgreSQL" in the Configuration Preview step of the rhsc-setup command. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install RHSC 2. Run the rhsc-setup command 3. In the "Configuration Preview" step of the rhsc-setup script, you will observe this typo Actual results: Please confirm installation settings (OK, Cancel) [OK]: ok [ INFO ] Stage: Transaction setup [ INFO ] Stopping engine service [ INFO ] Stage: Misc configuration [ INFO ] Stage: Package installation [ INFO ] Stage: Misc configuration [ INFO ] Creating PostgreSQL database [ INFO ] Configurating PostgreSQL [ INFO ] Creating database schema [ INFO ] Creating CA [ INFO ] Generating post install configuration file '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf' [ INFO ] Stage: Transaction commit [ INFO ] Stage: Closing up Expected results: Please confirm installation settings (OK, Cancel) [OK]: ok [ INFO ] Stage: Transaction setup [ INFO ] Stopping engine service [ INFO ] Stage: Misc configuration [ INFO ] Stage: Package installation [ INFO ] Stage: Misc configuration [ INFO ] Creating PostgreSQL database [ INFO ] Configuring PostgreSQL [ INFO ] Creating database schema [ INFO ] Creating CA [ INFO ] Generating post install configuration file '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf' [ INFO ] Stage: Transaction commit [ INFO ] Stage: Closing up Additional info: