Bug #38508
openAfter installing a package via the --transient flag on an image mode host, any template that uses bootc usr-overlay will fail to perform package actions
Description
After installing a package via the --transient flag on an image mode host, any template that uses bootc usr-overlay will fail to perform package actions
Cloned from 17071313
Description of problem:
After installing a package via the --transient flag, any job template that attempts to enable bootc usr-overlay on the host will fail.
How reproducible:
100%
Is this issue a regression from an earlier version:
No.
Steps to Reproduce:
1.Register an image mode host.
2.Install a package on the host using the dnf flag `--transient`
3.Attempt to run a playbook that needs to run `bootc usr-overlay`
Actual behavior:
The template fails to execute it's package action., as usr-overlay cannot be enabled.
Expected behavior:
The template executes it's package action without fail.
Business Impact / *Additional info:*
Some templates that cause this behavior include:
Package Action - Ansible Default
Run OpenSCAP remediation - Ansible Default
Updated by Ian Ballou 5 days ago
- Category set to Hosts
- Assignee set to Ian Ballou
- Target version changed from Katello Next to Katello 4.17.1
- Difficulty set to medium
Updated by The Foreman Bot 5 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/11422 added