]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
src/mon/OSDMonitor.cc: ignore non-exist CRUSH bucket
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Wed, 7 Aug 2024 20:35:26 +0000 (20:35 +0000)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Mon, 25 Nov 2024 20:20:27 +0000 (20:20 +0000)
commit5c46c482dde1073810d9d4c2f1c7f8c0b1630185
tree5b21a56afea2268f04b98e2acb21d847c4a21711
parente6ceec442919e2676d8250597a4d0c270b204e19
src/mon/OSDMonitor.cc: ignore non-exist CRUSH bucket

Problem:

In a stretch cluster, we encountered
an assert failure when checking for
dead crush zones when we have a none-existing
CRUSH bucket.

Solution:

Ignore the none-existing crush bucket, instead
of assert.

Fixes: https://tracker.ceph.com/issues/63861
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
src/mon/OSDMonitor.cc