]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #23212 from batrick/i25036
authorYuri Weinstein <yweinste@redhat.com>
Fri, 3 Aug 2018 21:06:22 +0000 (14:06 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 21:06:22 +0000 (14:06 -0700)
luminous: mds: print mdsmap processed at low debug level

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
1  2 
src/mds/MDSDaemon.cc

index 3303c3a7825a1a744edcfdfbbfb25dc1b5d0d536,ee3845b9c54e5aa116acd0b5cf3a447c9e34fec5..891afcb54f0c03ecbc7e0e7c45342c9b6796d593
@@@ -1071,12 -1072,8 +1072,12 @@@ void MDSDaemon::suicide(
  
  void MDSDaemon::respawn()
  {
-   dout(1) << "respawn" << dendl;
+   dout(1) << "respawn!" << dendl;
  
 +  /* Dump recent in case the MDS was stuck doing something which caused it to
 +   * be removed from the MDSMap leading to respawn. */
 +  g_ceph_context->_log->dump_recent();
 +
    char *new_argv[orig_argc+1];
    dout(1) << " e: '" << orig_argv[0] << "'" << dendl;
    for (int i=0; i<orig_argc; i++) {