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
There is an issue with the keepalived formula when reapplying the state.
# salt 'ctl01*' state.sls keepalived
<snip>
----------
ID: keepalived_service
Function: service.running
Name: keepalived
Result: False
Comment: Service keepalived is already enabled, and is dead
Started: 08:28:33.588880
Duration: 90.55 ms
Changes:
Summary for ctl01.mk20-stacklight-basic.local
------------
Succeeded: 2
Failed: 1
------------
Total states run: 3
Total run time: 615.689 ms
ERROR: Minions returned with non-zero exit code
This is because the init script doesn't support the 'status' option:
root@ctl01:~# /etc/init.d/keepalived status
Usage: /etc/init.d/keepalived {start|stop|restart|reload|force-reload}
The error isn't happening the first time the keepalived state is applied because then it just starts the service.
But any further Salt call will fail.
The text was updated successfully, but these errors were encountered:
There is an issue with the keepalived formula when reapplying the state.
This is because the init script doesn't support the 'status' option:
The error isn't happening the first time the keepalived state is applied because then it just starts the service.
But any further Salt call will fail.
The text was updated successfully, but these errors were encountered: