Bug #19273
Reset 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.
Associated revisions
History
#1
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/498 added
#2
Updated by Chris Roberts about 5 years ago
- Legacy Backlogs Release (now unused) set to 114
#3
Updated by Stephen Benjamin about 5 years ago
- Legacy Backlogs Release (now unused) changed from 114 to 211
We're shipping candlepin 2.0 in 3.4 so this should get cherry-picked
#4
Updated by Chris Roberts about 5 years ago
- Bugzilla link set to 1444190
#5
Updated by Anonymous about 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|b06c57d074dd2b448c0109d272161dc1c4d1434a.
Fixes #19273 - update cp db file location (#498)