]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #23196 from pdvian/wip-25035-mimic
authorYuri Weinstein <yweinste@redhat.com>
Tue, 28 Aug 2018 19:59:51 +0000 (12:59 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Aug 2018 19:59:51 +0000 (12:59 -0700)
mimic: mds: print mdsmap processed at low debug level

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

index e9409882ab1e00f5128900e8e1ef06934e24da3a,4911928c6df9a369a1e008f5785cdc32661f2708..e493a82881ab92d9de08354ac847f8e17608610a
@@@ -1108,12 -1096,8 +1108,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++) {