Skip to content

Commit 9a7f170

Browse files
committed
Merge PR ceph#59173 into main
* refs/pull/59173/head: mds: fix spelling typo Reviewed-by: Jos Collin <[email protected]> Reviewed-by: Kotresh Hiremath Ravishankar <[email protected]> Reviewed-by: Neeraj Pratap Singh <[email protected]>
2 parents 48351dc + 53df163 commit 9a7f170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mds/QuiesceAgent.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void* QuiesceAgent::agent_thread_main() {
173173
// send the ack and clear the old roots outside of the lock
174174
bool new_version = current.db_version != old.db_version;
175175
if (new_version || !ack.roots.empty()) {
176-
dout(20) << "asyncrhonous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
176+
dout(20) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
177177
int rc = quiesce_control.agent_ack(std::move(ack));
178178
if (rc != 0) {
179179
dout(3) << "got error: " << rc << " trying to send " << ack << dendl;

0 commit comments

Comments
 (0)