| Summary: | aeolus-cleanup fails to drop postgres db's | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | wes hayutin <whayutin> | ||||
| Component: | aeolus-configure | Assignee: | Mike Orazi <morazi> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 0.3.1 | CC: | cpelland, dajohnso, mtaylor, ssachdev | ||||
| Target Milestone: | alpha | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-06-02 13:58:24 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
This only happens when aeolus-cleanup is run before aeolus-configure. In which case, cleanup will not be able to drop the "conductor" database from Postgres with user "aeolus" since neither the user nor the database exist. Since puppet only shows a Notice and not an Error I reccomend we close this one off. We might want to add another BZ to catch the Error message output by Postgres. Thanks Martyn Martyn, Please look at the log here.. http://hudson.rhq.lab.eng.bos.redhat.com:8080/hudson/view/DEV-CloudForms/job/cloudEngine-smoke-test/190/artifact/automatjon/cloudEngine/test-output/html/index.html Search on aeolus-configre and aeolus-cleanup. You should see configure is run first, and cleanup unable to drop the postgres tables. Thanks click log output Closing off. Seems it was an issue with QE testing suite. removing from tracker perm close |
Created attachment 502046 [details] full log ssh root.rhts.eng.bos.redhat.com aeolus-cleanup Stdout: [0;36mnotice: /Stage[main]/Aeolus::Image-factory::Disabled/Exec[remove_aeolus_templates]/returns: executed successfully[0m [0;36mnotice: /Stage[main]/Aeolus::Conductor::Disabled/Rails::Drop::Db[drop_aeolus_database]/Exec[drop_rails_database]/returns: (in /usr/share/aeolus-conductor)[0m [0;36mnotice: /Stage[main]/Aeolus::Conductor::Disabled/Rails::Drop::Db[drop_aeolus_database]/Exec[drop_rails_database]/returns: Couldn't drop conductor : #<PGError: FATAL: password authentication failed for user "aeolus"[0m [0;36mnotice: /Stage[main]/Aeolus::Conductor::Disabled/Rails::Drop::Db[drop_aeolus_database]/Exec[drop_rails_database]/returns: >[0m [0;36mnotice: /Stage[main]/Aeolus::Conductor::Disabled/Rails::Drop::Db[drop_aeolus_database]/Exec[drop_rails_database]/returns: executed successfully[0m [0;36mnotice: Finished catalog run in 1.69 seconds[0m Stderr: ExitCode: 0 full log of install/configure/cleanup attached