Bug 1538250 - 4.2 remote db docs need update for now used uuid-ossp extension
Summary: 4.2 remote db docs need update for now used uuid-ossp extension
Keywords:
Status: CLOSED DUPLICATE of bug 1534928
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: rhev-docs@redhat.com
QA Contact: rhev-docs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-24 17:26 UTC by Jiri Belka
Modified: 2019-05-07 12:50 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-24 18:21:02 UTC
oVirt Team: Docs
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1515635 0 high CLOSED [RFE] Drop uuid_generate_v1() internal implementation and use the implementation from standard PostgreSQL uuid-ossp exte... 2021-02-22 00:41:40 UTC

Internal Links: 1515635

Description Jiri Belka 2018-01-24 17:26:51 UTC
Description of problem:

if a dbadmin won't configure remote db correctly engine-setup would fail with:

~~~
...
[ INFO  ] Stage: Misc configuration
         
          PostgreSQL uuid-ossp extension is not installed in  the engine :database
          Please run the following commands from psql prompt  with database administrator privileges and run  engine-setup again:
          DROP FUNCTION IF EXISTS uuid_generate_v1();
          CREATE EXTENSION "uuid-ossp";
          For DROP you should connect to the engine database,
            even though you use admin user.
[ ERROR ] Failed to execute stage 'Misc configuration': uuid-ossp extension is not installed on database
[ INFO  ] Yum Performing yum transaction rollback
[ INFO  ] Stage: Clean up
          Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20180124181741-012jha.log
[ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20180124181849-setup.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ ERROR ] Execution of setup failed
~~~

this is caused with https://bugzilla.redhat.com/show_bug.cgi?id=1515635


Version-Release number of selected component (if applicable):
4.2

How reproducible:
100%

Steps to Reproduce:
1. follow 4.2-beta for remote db
2. engine-setup
3.

Actual results:
fails

Expected results:
docs should have info about uuid-ossp configuration

Additional info:

Comment 1 Martin Perina 2018-01-24 18:21:02 UTC

*** This bug has been marked as a duplicate of bug 1534928 ***


Note You need to log in before you can comment on or make changes to this bug.