]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: log message when exiting due to asok command 53145/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 24 Aug 2023 19:44:54 +0000 (15:44 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 24 Aug 2023 19:44:54 +0000 (15:44 -0400)
Fixes: https://tracker.ceph.com/issues/62577
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDSDaemon.cc

index 669066fb78022badf63fd5770dc55a565f62e5de..d6fdb74e7d1273e02ce2198b79009538614f7ddc 100644 (file)
@@ -157,6 +157,7 @@ void MDSDaemon::asok_command(
                    // our response before seeing us disappear from mdsmap
                    sleep(1);
                    std::lock_guard l(mds_lock);
+                    derr << "Exiting due to admin socket command" << dendl;
                    suicide();
                  });
     t.detach();