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: v19.0.0~457^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d4349e8ea001aed5aa138d4a1ea99442543e503c;p=ceph.git mds: log message when exiting due to asok command Fixes: https://tracker.ceph.com/issues/62577 Signed-off-by: Patrick Donnelly --- diff --git a/src/mds/MDSDaemon.cc b/src/mds/MDSDaemon.cc index 669066fb7802..d6fdb74e7d12 100644 --- a/src/mds/MDSDaemon.cc +++ b/src/mds/MDSDaemon.cc @@ -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();