You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
3006.3 will return extra data in job results
salt -c etc/master1 -C 'minion0001 or minion0002' state.sls test_state --log-level=info
minion0002:
----------
ID: echos hi
Function: cmd.run
Result: False
Comment: Command "echos hi" run
Started: 13:46:50.714332
Duration: 38.685 ms
Changes:
----------
pid:
883892
retcode:
127
stderr:
/bin/bash: line 1: echos: command not found
stdout:
Summary for minion0002
------------
Succeeded: 0 (changed=1)
Failed: 1
------------
Total states run: 1
Total run time: 38.685 ms
minion0002:
Error: cmd.run
minion0001:
----------
ID: echos hi
Function: cmd.run
Result: False
Comment: Command "echos hi" run
Started: 13:46:50.760755
Duration: 3.71 ms
Changes:
----------
pid:
883900
retcode:
127
stderr:
/bin/bash: line 1: echos: command not found
stdout:
Summary for minion0001
------------
Succeeded: 0 (changed=1)
Failed: 1
------------
Total states run: 1
Total run time: 3.710 ms
ERROR: Minions returned with non-zero exit code
Notice this in the middle of the results
minion0002:
Error: cmd.run
The text was updated successfully, but these errors were encountered:
Description
3006.3 will return extra data in job results
Notice this in the middle of the results
The text was updated successfully, but these errors were encountered: