Skip to content

Commit

Permalink
fix: diskfull may lead to wrong raft status for ovs db (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
lut777 committed Sep 8, 2022
1 parent 23def0a commit 0522d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/images/ovn-healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ alias ovn-ctl='/usr/share/ovn/scripts/ovn-ctl'
ovn-ctl status_northd
ovn-ctl status_ovnnb | grep -q '^running'
ovn-ctl status_ovnsb | grep -q '^running'

ovn-appctl -t /var/run/ovn/ovnnb_db.ctl cluster/status OVN_Northbound | grep Status | grep -v "failed"
ovn-appctl -t /var/run/ovn/ovnsb_db.ctl cluster/status OVN_Southbound | grep Status | grep -v "failed"

0 comments on commit 0522d9e

Please sign in to comment.