Skip to content

Commit

Permalink
livenessprobe fail if ovn nb/ovn sb not running
Browse files Browse the repository at this point in the history
ovn-ctl status_ovnnb
not running

(cherry picked from commit c02afc0)
  • Loading branch information
halfcrazy authored and oilbeater committed Mar 26, 2021
1 parent 3f15c92 commit 35f0649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/ovn-healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ shopt -s expand_aliases
alias ovn-ctl='/usr/share/ovn/scripts/ovn-ctl'

ovn-ctl status_northd
ovn-ctl status_ovnnb
ovn-ctl status_ovnsb
ovn-ctl status_ovnnb | grep -q '^running'
ovn-ctl status_ovnsb | grep -q '^running'

0 comments on commit 35f0649

Please sign in to comment.