]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/MDSMonitor: check fscid in pending exists in current 52233/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:33:56 +0000 (11:33 -0400)
commit29c067ce9ca08d23a6b700a39dcce9eb90c9e9cb
treeefc5604ecefd271fc9e7c178499094869845e734
parent8934282de75bfae9ed7c114e0bb6e46fc588d851
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