]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: do not try to diagnose cause of MDSMap removal
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 6 Nov 2019 08:26:51 +0000 (00:26 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 8 Nov 2019 18:02:11 +0000 (10:02 -0800)
commitc385178b0c04d09bc6774acf5bdb4537fa6803ad
tree026074a14d9f4a1da7431d49ec15d92beb1bfaed
parent26a08df2adc7495fc660113cd26c33d5debd3ee6
mds: do not try to diagnose cause of MDSMap removal

The Monitors send an empty MDSMap to an MDS it is removing. The MDS
can't diagnose the cause. Instead suggest looking at the cluster/monitor
logs.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDSDaemon.cc