Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions heartbeat/podman
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ monitor_cmd_exec()
# 255: podman 2+: container not running
case "$rc" in
125|126|255)
ocf_log info "monitor cmd failed (rc=$rc), output: $out, assume container is not running"
rc=$OCF_NOT_RUNNING
;;
0)
Expand Down