]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds/Beacon: wake up the thread in shutdown()
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 11 Oct 2024 20:06:42 +0000 (22:06 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Tue, 29 Oct 2024 20:34:19 +0000 (21:34 +0100)
commit0276ab4eb9dd09b0bd8e39389a75e960390ceaeb
treeb777816f5500328bbc3adea7814287250a8549fc
parenta3cf84271f2af9650e7056370cb0c578cf7130ca
mds/Beacon: wake up the thread in shutdown()

This eliminates the `wait_for()` delay and speeds up MDS shutdown.

Fixes: https://tracker.ceph.com/issues/68759
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mds/Beacon.cc