summaryrefslogtreecommitdiffstats
path: root/src/mds/QuiesceAgent.h
diff options
context:
space:
mode:
authorPatrick Donnelly <pdonnell@ibm.com>2024-10-24 20:00:10 +0200
committerPatrick Donnelly <pdonnell@ibm.com>2024-10-25 16:24:06 +0200
commita2a989aaa5e9780d98ec9c5cabc66ac2c3a387a4 (patch)
treec9ce3b96e3b4091c781604708a02c25363d5ffef /src/mds/QuiesceAgent.h
parentlog: cache recent threads up to a day (diff)
downloadceph-a2a989aaa5e9780d98ec9c5cabc66ac2c3a387a4.tar.xz
ceph-a2a989aaa5e9780d98ec9c5cabc66ac2c3a387a4.zip
mds: add or update MDS thread names
To be consistent and sensical. Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Diffstat (limited to 'src/mds/QuiesceAgent.h')
-rw-r--r--src/mds/QuiesceAgent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/QuiesceAgent.h b/src/mds/QuiesceAgent.h
index 5c07d6d8074..85900e8e71b 100644
--- a/src/mds/QuiesceAgent.h
+++ b/src/mds/QuiesceAgent.h
@@ -30,7 +30,7 @@ class QuiesceAgent {
: quiesce_control(quiesce_control)
, stop_agent_thread(false)
, agent_thread(this) {
- agent_thread.create("quiesce.agt");
+ agent_thread.create("mds-q-agt");
};
virtual ~QuiesceAgent() {