When a different master-job-cache is used, e.g. postgres, then some details are different:
runner/wheel jobs are now also visible in the jobs list. they have a stored target field which holds an artificial value (hostname + _master).
- when viewing the jobs page, for
runner/wheel jobs show an error because it does not know how to handle the return codes from these. it is visible as 1 failure(undefined)
- when viewing the jobs page, for the regular jobs
no minions is show. this is what started this github issue. for runner/wheel jobs that is actually correct, but maybe also superfluous.
- some of the internally used
runner/wheel commands are not hidden from the jobs lists. the policy in SaltGUI is to hide internally used commands so that the more interesting jobs are visible.
SaltGUI should improve on handling those situations by compensating/explaining/ignoring.
This issue is the result of the work for #427
When a different master-job-cache is used, e.g.
postgres, then some details are different:runner/wheeljobs are now also visible in the jobs list. they have a storedtargetfield which holds an artificial value (hostname +_master).runner/wheeljobs show an error because it does not know how to handle the return codes from these. it is visible as1 failure(undefined)no minionsis show. this is what started this github issue. forrunner/wheeljobs that is actually correct, but maybe also superfluous.runner/wheelcommands are not hidden from the jobs lists. the policy in SaltGUI is to hide internally used commands so that the more interesting jobs are visible.SaltGUI should improve on handling those situations by compensating/explaining/ignoring.
This issue is the result of the work for #427