Bug 1072391
Summary: | [RFE] Support _managed_ remote PostgreSQL database | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Julio Entrena Perez <jentrena> |
Component: | RFEs | Assignee: | Scott Herold <sherold> |
Status: | CLOSED WONTFIX | QA Contact: | Shai Revivo <srevivo> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.2.0 | CC: | bazulay, gklein, jentrena, lpeer, mgoldboi, oourfali, pep, rbalakri, srevivo, ylavi |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | Flags: | sherold:
Triaged+
|
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-12-04 13:10:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1077267 | ||
Bug Blocks: |
Description
Julio Entrena Perez
2014-03-04 13:50:41 UTC
Basically what you expect is ovirt setup to be a full blown provisioning system, that is capable of ssh to remote system and provision the remote system as it wishes, which may conflict with the settings already exists on that system, or other applications that use the same server. If we go further, you expect any database enabled application during setup to do the same, duplicating this logic to virtually all applications in the world. What we provide is more than most applications, and I do think it is incorrect as well -- if database is local (default) engine-setup knows to provision the local machine to have database usable for application. If administrator/dba wishes non default settings, due to his own reasons, he should follow simple steps to establish database usability, at dedicated server or shared server. Max connections can be validated during setup, good for local and remote settings. select setting from pg_settings where name='max_connections'; I will open a separate bug for this validation to happen. |