Bug 1084760
| Summary: | rhevm-dwh-setup fails if pg_hba.conf is manually modified | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | rhev-integ | |
| Component: | ovirt-engine-dwh | Assignee: | Yedidyah Bar David <didi> | |
| Status: | CLOSED ERRATA | QA Contact: | Barak Dagan <bdagan> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.3.0 | CC: | aberezin, acathrow, adahms, didi, gklein, iheim, pstehlik, Rhev-m-bugs, sbonazzo, sradco, yeylon, ylavi | |
| Target Milestone: | --- | Keywords: | ZStream | |
| Target Release: | 3.3.3 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | integration | |||
| Fixed In Version: | IS36 - rhevm-dwh-3.3.3-1.el6ev.noarch.rpm | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, the ovirt-engine-dwh-setup command would fail under certain conditions if the pg_hba.conf file had been manually edited prior to running that command. This was caused by the setup process checking the exact number of spaces in between values on the line corresponding to 'local'. Now, the logic for checking the values in that line has been revised so that the setup process can correctly read all values regardless of the number of spaces.
|
Story Points: | --- | |
| Clone Of: | 1079903 | |||
| : | 1085364 (view as bug list) | Environment: | ||
| Last Closed: | 2014-05-27 16:20:56 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1079903 | |||
| Bug Blocks: | 1085364 | |||
|
Comment 1
Yedidyah Bar David
2014-04-08 08:49:10 UTC
Verified on 3.3.3: is36.1 rhevm-3.3.3-0.51.el6ev.noarch rhevm-dwh-3.3.3-1.el6ev.noarch rhevm-reports-3.3.3-1.el6ev.noarch # "local" is for Unix domain socket connections only local all all md5 host all engine_history 0.0.0.0/0 md5 changed ident to md5 i 1st raw and added an extra space between each pair. Starting oVirt-ETL... [ DONE ] Successfully installed rhevm-dwh. The installation log file is available at: /var/log/ovirt-engine/rhevm-dwh-setup-2014_05_08_17_45_08.log 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/RHSA-2014-0559.html |