Actions
Bug #21493
closedRefreshing a manifest should no longer force regeneration of Entitlement Certificates
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Description
The workaround for an upstream Candlepin bug originally applied with issue #17970 is no longer necessary. Specifically app/models/katello/glue/provider.rb:66[owner_regenerate_upstream_certificates] is no longer necessary as part of a manifest refresh as any entitlement certificates that need updating are automatically marked as dirty during the account refresh process and will be regenerated during the manifest export automatically. Leaving this code in place will result in much longer manifest export times for customers that have large numbers of pools as it forces a regeneration of all entitlements whether or not there are changes.
Updated by Justin Sherrill about 7 years ago
- Category set to Subscriptions
- Assignee set to Jonathon Turel
- Target version set to 232
- Translation missing: en.field_release set to 284
- Difficulty set to easy
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7049 added
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|f79dc9dc7a31ebed0a94ac7f5ef27f3dd7e3b8a2.
Actions