Bug 2001065
Summary: | Candlepin CRL file continues to grow even though job to populate it is disabled | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Samson Wick <swick> |
Component: | Installation | Assignee: | Jonathon Turel <jturel> |
Status: | CLOSED DUPLICATE | QA Contact: | Devendra Singh <desingh> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.9.0 | CC: | ekohlvan, nmoumoul, wpinheir |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-09-28 14:09:27 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
Samson Wick
2021-09-03 17:05:50 UTC
Satellite 6.8+ uses candlepin version 3.1+, in which the new Artemis-backed job system was introduced. Along with it the job-related configuration options (names and values) in candlepin.conf changed, which is why the old setting no longer works. The old option pinsetter.org.candlepin.pinsetter.tasks.CertificateRevocationListTask.schedule was replaced with: candlepin.async.jobs.CRLUpdateJob.schedule The installer is responsible for managing the candlepin.conf file (and the default values in it), so I am changing the component to that. It looks like this has already been fixed upstream a few days ago, so it just needs to make it's way to the proper sat versions: https://github.com/theforeman/puppet-candlepin/pull/205 (although it looks like with this schedule setting the job will still run, but only once a year on the 1st of January? it could be entirely disabled by setting 'candlepin.async.jobs.CRLUpdateJob.enabled=false') Connecting redmine issue https://projects.theforeman.org/issues/33321 from this bug *** This bug has been marked as a duplicate of bug 1996747 *** |