]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: log message when exiting due to asok command 53549/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 24 Aug 2023 19:44:54 +0000 (15:44 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 20 Sep 2023 15:24:19 +0000 (11:24 -0400)
Fixes: https://tracker.ceph.com/issues/62577
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit d4349e8ea001aed5aa138d4a1ea99442543e503c)

src/mds/MDSDaemon.cc

index 877d9132e71ce4c24bccb711149355d1b780bc48..57b269568eda1355f904d5e1463abe2019a2f754 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();