Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovsdb-tool: Only check leader completeness when we can, in "check-clu…
…ster". Generally when we know the leader for a term, in "check-cluster", it's because we read that leader's log file. In that case, we have the leader's log_end because it told us. However, taking a snapshot can discard that data. In that case, log_end is 0 and we should not try to check for leader completeness on that basis. Signed-off-by: Ben Pfaff <[email protected]> Acked-by: Mark Michelson <[email protected]>
- Loading branch information