From: Patrick Donnelly Date: Thu, 24 Aug 2023 19:44:54 +0000 (-0400) Subject: mds: log message when exiting due to asok command X-Git-Tag: v16.2.15~143^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f3e02597982c83c8b14d88694e91d1914ce6a3e;p=ceph.git mds: log message when exiting due to asok command Fixes: https://tracker.ceph.com/issues/62577 Signed-off-by: Patrick Donnelly (cherry picked from commit d4349e8ea001aed5aa138d4a1ea99442543e503c) --- diff --git a/src/mds/MDSDaemon.cc b/src/mds/MDSDaemon.cc index e4110f32027d..198c5f164521 100644 --- a/src/mds/MDSDaemon.cc +++ b/src/mds/MDSDaemon.cc @@ -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();