Description of problem: When doing package actions on more than 1 client task "Actions::Katello::BulkAgentAction" is created with correct inputs, however it will spawn any sub-plans and stay stuck in running/pending until service restart Version-Release number of selected component (if applicable): 6.11 and 6.13 confirmed How reproducible: Always Steps to Reproduce: 1.# satellite-installer --foreman-proxy-content-enable-katello-agent true 2. Install katello-agent on clients 3. WebUI -> Hosts -> Content Hosts -> select at least 2 hosts -> Select Actions -> Manage Packages -> sos -> Install via Katello Agent Actual results: Nothing done on clients. task Actions::Katello::BulkAgentAction created without any sub-plans and stuck in running/pending state until services restarts Expected results: Installed sos on selected clients. No stuck task.
Created redmine issue https://projects.theforeman.org/issues/36528 from this bug
Verified on Satellite 6.14 - Snap 10 Steps to Verify: 1. Enable katello-agent on satellite via this command: satellite-installer --foreman-proxy-content-enable-katello-agent true 2. Install katello-agent on a host. 3. Attempt both a normal and bulk action install ( through content-hosts page ) of a package Expected Result: No issue with subplans, and package is installed. Actual Result: No issue with subplans, and package is installed.