diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2024-05-14 21:28:43 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2024-05-15 22:12:15 +0200 |
commit | 1b93fd5f8d52caa056b55f9c330296909f39486c (patch) | |
tree | b0f819a8d2a2e393d542558101d306efb9df3fd3 /src/mds/MDSDaemon.cc | |
parent | Merge pull request #56349 from rhcs-dashboard/add-landing-page-upgrade-notifi... (diff) | |
download | ceph-1b93fd5f8d52caa056b55f9c330296909f39486c.tar.xz ceph-1b93fd5f8d52caa056b55f9c330296909f39486c.zip |
mds: note when dispatcher is called
For order checking.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'src/mds/MDSDaemon.cc')
-rw-r--r-- | src/mds/MDSDaemon.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds/MDSDaemon.cc b/src/mds/MDSDaemon.cc index 1ea641cf3ba..cf9a572d4c0 100644 --- a/src/mds/MDSDaemon.cc +++ b/src/mds/MDSDaemon.cc @@ -976,6 +976,7 @@ void MDSDaemon::respawn() bool MDSDaemon::ms_dispatch2(const ref_t<Message> &m) { + dout(25) << __func__ << ": processing " << m << dendl; std::lock_guard l(mds_lock); if (stopping) { return false; |