Bug 1132480
| Summary: | pulp-manage-db exists with 0 even when it crashes | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Ivan Necas <inecas> |
| Component: | rel-eng | Assignee: | Chris Duryee <cduryee> |
| Status: | CLOSED UPSTREAM | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.4.0 | CC: | bkearney, bmbouter, cduryee, cristi.falcas, jhutar, katello-bugs, katello-qa-list, mmccune, pthomas |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1132475 | Environment: | |
| Last Closed: | 2015-02-28 22:15: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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1132475 | ||
|
Description
Ivan Necas
2014-08-21 12:27:08 UTC
The fix for #1093760 also fixes this BZ. Marking as ON_QA. verified [root@pulp-24-server ~]# rpm -qa pulp-server pulp-server-2.4.1-0.7.beta.el6.noarch [root@pulp-24-server ~]# [root@pulp-24-server ~]# service qpidd stop Stopping Qpid AMQP daemon: [ OK ] [root@pulp-24-server ~]# sudo -u apache pulp-manage-db Loading content types. /usr/lib/python2.6/site-packages/pulp/server/db/connection.py:133: DeprecationWarning: The safe parameter is deprecated. Please use write concern options instead. return method(*args, **kwargs) Content types loaded. Ensuring the admin role and user are in place. Admin role and user are in place. Beginning database migrations. Applying pulp.server.db.migrations version 1 Migration to pulp.server.db.migrations version 1 complete. Applying pulp.server.db.migrations version 2 Migration to pulp.server.db.migrations version 2 complete. Applying pulp.server.db.migrations version 3 Migration to pulp.server.db.migrations version 3 complete. Applying pulp.server.db.migrations version 4 Migration to pulp.server.db.migrations version 4 complete. Applying pulp.server.db.migrations version 5 Migration to pulp.server.db.migrations version 5 complete. Applying pulp.server.db.migrations version 6 Migration to pulp.server.db.migrations version 6 complete. Applying pulp.server.db.migrations version 7 Migration to pulp.server.db.migrations version 7 complete. Applying pulp.server.db.migrations version 8 Migration to pulp.server.db.migrations version 8 complete. Applying pulp.server.db.migrations version 9 Applying migration pulp.server.db.migrations.0009_qpid_queues failed. Halting migrations due to a migration failure. See log for details. [Errno 111] Connection refused Moved to https://pulp.plan.io/issues/492 |