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 Jun 23, 2022
1 parent 011eba2 commit 9ac8797
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/images/ovn-healthcheck.sh
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 9ac8797

Please sign in to comment.