]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: log message when exiting due to asok command 53550/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:25:54 +0000 (11:25 -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 e4110f32027d649d18e203627c892fa14b0d9416..198c5f16452123e6a9e847a134af478aff5438b2 100644 (file)
@@ -152,6 +152,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();