]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/MDSMonitor: check fscid in pending exists in current 52232/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:32:53 +0000 (11:32 -0400)
commit46e428e5e35c4fbfd5a6b0c3aaf7a7684e960af6
tree596896415b87a06dbfd62d29ba7af90693765875
parent44e0807b3dda242da1adad81b9a6420a72a4f6a6
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