Bug 1077267 - Validate database max connections when applying schema
Summary: Validate database max connections when applying schema
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: Setup.Engine
Version: ---
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ovirt-3.6.0-rc
: 3.6.0
Assignee: Yedidyah Bar David
QA Contact: Karolína Hajná
URL:
Whiteboard:
Depends On:
Blocks: 1072391
TreeView+ depends on / blocked
 
Reported: 2014-03-17 15:30 UTC by Alon Bar-Lev
Modified: 2016-05-20 01:24 UTC (History)
8 users (show)

Fixed In Version: ovirt-engine-3.6.0-0.0.master.20150412172306.git55ba764
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-10 12:55:59 UTC
oVirt Team: Integration
Embargoed:
rule-engine: ovirt-3.6.0+
ylavi: planning_ack+
rule-engine: devel_ack+
pstehlik: testing_ack+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 37806 0 master MERGED packaging: setup: pg conf check/set lc_messages Never
oVirt gerrit 37811 0 ovirt-engine-3.5 ABANDONED packaging: setup: pg conf check/set lc_messages Never
oVirt gerrit 37814 0 master MERGED packaging: setup: Fix check of pg conf Never
oVirt gerrit 37815 0 ovirt-engine-3.5 ABANDONED packaging: setup: Fix check of pg conf Never
oVirt gerrit 37828 0 master MERGED packaging: setup: Move provisioning init to common Never
oVirt gerrit 37870 0 master MERGED packaging: setup: clean up db connection plugins Never

Description Alon Bar-Lev 2014-03-17 15:30:16 UTC
We have specific requirement for max conenctions, exists in DEFAULT_POSTGRES_PROVISIONING_MAX_CONN.

We should take it out of 'PROVISIONING' into common database environment.

Apply this when provisioning and verify the remote database settings when applying.

select setting from pg_settings where name='max_connections';

Comment 1 Alon Bar-Lev 2014-03-17 15:33:15 UTC
Make sure to cast to int as the settings is text.

Comment 3 Karolína Hajná 2016-02-05 13:38:42 UTC
Verified in rhevm-3.6.3-0.1.el6.noarch


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