]> git.apps.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, 28 Aug 2023 13:50:19 +0000 (09:50 -0400)
commit10dbcf74e7e67514005a079972ef0cd7560130cd
treefa61d9e01802b75d1ae425b5e64f39f4ee5b9158
parent595355f450898939abedfa92883f9a78b18c37aa
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>
(cherry picked from commit 3e2075103a0ab6b7ced5800db1d44d13b1c8b7e6)
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