]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: allow a MON_DOWN grace period after cluster mkfs 42366/head
authorSage Weil <sage@newdream.net>
Thu, 15 Jul 2021 20:17:23 +0000 (15:17 -0500)
committerSage Weil <sage@newdream.net>
Thu, 15 Jul 2021 20:17:23 +0000 (15:17 -0500)
commiteee041f2f070b88b01d45c04624872681dd158be
tree07ea40d34befb61843427f32d820b30976b39fea
parent97abe4a1bed6495dd33863ecec2e4090ecfb8bb7
mon: allow a MON_DOWN grace period after cluster mkfs

During teuthology tests, the initial cluster bootstrap often starts up
the mon sbut doesn't include all mons in the initial quorum, due to
mon startup misalignment and random delays.  Provide a short grace period
where we will not raise a MON_DOWN alert even though the quorum is not
complete.

Fixes: https://tracker.ceph.com/issues/43584
Signed-off-by: Sage Weil <sage@newdream.net>
src/common/options/mon.yaml.in
src/mon/HealthMonitor.cc