diff options
author | Patrick Donnelly <pdonnell@ibm.com> | 2024-10-24 20:00:10 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@ibm.com> | 2024-10-25 16:24:06 +0200 |
commit | a2a989aaa5e9780d98ec9c5cabc66ac2c3a387a4 (patch) | |
tree | c9ce3b96e3b4091c781604708a02c25363d5ffef /src/mds/QuiesceAgent.h | |
parent | log: cache recent threads up to a day (diff) | |
download | ceph-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.h | 2 |
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() { |