Open jtraub91 opened 7 months ago
Is this also an issue in 3006.x?
@dwoz yes, appears to behave the same in 3006.8 at least
while running a salt-run command /var/cache/salt/master/proc is empty jobs.master uses get_running_jobs
https://github.com/saltstack/salt/blob/master/salt/utils/master.py#L33
and this suggests something should be in the /var/cache/salt/master/proc folder
Description jobs.master doesn't work, i.e. it does not "Return the actively executing runners for the master".
Setup
Install salt-master / salt-minion on a machine
Configure as follows
The following orchestration was used to demonstrate the bug.
Steps to Reproduce the behavior
Run the orchestration
In another terminal, while the above orchestration is sleeping, run
jobs.master
Observe that there is no output from this command even though an orchestration is currently running via the state.orch runner.
Expected behavior
jobs.master should report the "actively executing runners for the master". The
salt-run jobs.master
command in the above example should have given me some sort of indication of the currently running orchestration.Versions Report