Bug 849428
| Summary: | PostgreSQL cartridge: no statistics collector and no autovacuum | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Matthias Dieter Wallnöfer <mdw> | 
| Component: | Containers | Assignee: | Ram Ranganathan <ramr> | 
| Status: | CLOSED DUPLICATE | QA Contact: | libra bugs <libra-bugs> | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | M8R-7fin56, mephinet, mfisher, mpatel, sluskyb | 
| Target Milestone: | --- | Keywords: | Triaged | 
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-20 18:51:57 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: | |||
| 
 
        
          Description
        
        
          Matthias Dieter Wallnöfer
        
        
        
        
        
          2012-08-19 12:14:22 UTC
        
       
      
      
      
    Marking this as a duplicate of bugz 806016. Thanks for your analysis.
Yes, the issue is in pgstat.c which tries to bind/use localhost, which is not
allowed on OpenShift (we turned off bind capability to 127.0.0.1 -- would have to
use the internal ip somehow). Problematic call is this one: 
pgstat.c:319: ret = pg_getaddrinfo_all("localhost", NULL, &hints, &addrs);
*** This bug has been marked as a duplicate of bug 806016 ***
    funny, this bug is access-denied. I'm guessing the bug is not yet resolved?  |