]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/MDSMonitor: check fscid in pending exists in current 52234/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 9 May 2023 13:26:48 +0000 (09:26 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 28 Jun 2023 15:34:59 +0000 (11:34 -0400)
commit3aa345c042b9cbe932cd62dd7c8c473f17aa7bd7
tree361a7093c28331e60f12effdb1c34c35cb548925
parente1900c40c6e3837d137496ba798ab6f9035488fd
mon/MDSMonitor: check fscid in pending exists in current

A new file system that's not yet committed may be examined by ::tick.
Add a check before looking at the current fsmap.

Fixes: https://tracker.ceph.com/issues/59691
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 3b8b259854895046f19e518d566f713d4d847e79)
src/mon/MDSMonitor.cc