Bug #32946
The pulpcore-resource-manager is necessary only when systemd file for same is available
Description
The pulpcore 3.14 has new tasking mechanism. Upon switching to new tasking mechanism the pulpcore-resource-manager service is not required. The installer is taking the approach to not create pulpcore-resource-manager systemd unit files if the service is not required.
Related issues
Associated revisions
Refs #32946 - properly call pulpcore_resource_manager_service
Otherwise foreman-maintain fails with:
undefined local variable or method `pulpcore_resource_manager_service'
for Feature Class pulpcore<Features::Pulpcore>:Class
History
#1
Updated by Amit Upadhye over 1 year ago
- Assignee set to Amit Upadhye
#2
Updated by Amit Upadhye over 1 year ago
- Related to Feature #32891: puppet-pulpcore should support enabling and disabling the new tasking system added
#3
Updated by Amit Upadhye over 1 year ago
Amit Upadhye wrote:
The pulpcore 3.14 has new tasking mechanism. Upon switching to new tasking mechanism the pulpcore-resource-manager service is not required. The installer is taking the approach to not create pulpcore-resource-manager systemd unit files if the service is not required.
Specific pr which has discussion about pulpcore-resource-manager https://github.com/theforeman/puppet-pulpcore/pull/203
#4
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_maintain/pull/493 added
#5
Updated by Amit Upadhye over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_maintain|590e34aad173efcc74e8a889df8967cf8b7d9ab3.
#6
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman_maintain/pull/496 added
Fixes #32946 - use pulpcore_resource_manager if unit file is exist