]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg: indicate ms_handle_authentication is fast
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 10 Jul 2023 20:56:43 +0000 (16:56 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 10 Jul 2023 21:12:11 +0000 (17:12 -0400)
commit3e2075103a0ab6b7ced5800db1d44d13b1c8b7e6
treea223a9ae0a652f42d84fe78c9062f3b8729f8978
parent1811b69f0a0a510450d1693f684fac2d9d7e9cb7
msg: indicate ms_handle_authentication is fast

Like other fast Dispatcher methods, it must not acquire locks or do
anything that might take a long time.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
15 files changed:
src/mds/MDSDaemon.cc
src/mds/MDSDaemon.h
src/mgr/DaemonServer.cc
src/mgr/DaemonServer.h
src/mon/AuthMonitor.cc
src/mon/MonClient.cc
src/mon/Monitor.cc
src/mon/Monitor.h
src/msg/Dispatcher.h
src/osd/OSD.cc
src/osd/OSD.h
src/test/fio/fio_ceph_messenger.cc
src/test/msgr/perf_msgr_client.cc
src/test/msgr/perf_msgr_server.cc
src/test/msgr/test_msgr.cc