Actions
Bug #19273
closedReset does not recreate candlepin db due to cpdp/cpinit in wrong location
Difficulty:
trivial
Triaged:
Bugzilla link:
Description
When you do a --reset the candlepin db is not recreated because it stills sees the following files:
/var/lib/candlepin/cpdb_done
/var/lib/candlepin/cpinit_done
The --reset removes them from here but they are no longer present in this location:
/var/lib/katello/cpdb_done
/var/lib/katello/cpinit_done
After a long debug session with the candlepin team and removing them from /var/lib/candlepin the --reset went through and the db got recreated correctly.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/498 added
Updated by Chris Roberts over 7 years ago
- Translation missing: en.field_release set to 114
Updated by Stephen Benjamin over 7 years ago
- Translation missing: en.field_release changed from 114 to 211
We're shipping candlepin 2.0 in 3.4 so this should get cherry-picked
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|b06c57d074dd2b448c0109d272161dc1c4d1434a.
Actions