We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48351dc + 53df163 commit 9a7f170Copy full SHA for 9a7f170
src/mds/QuiesceAgent.cc
@@ -173,7 +173,7 @@ void* QuiesceAgent::agent_thread_main() {
173
// send the ack and clear the old roots outside of the lock
174
bool new_version = current.db_version != old.db_version;
175
if (new_version || !ack.roots.empty()) {
176
- dout(20) << "asyncrhonous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
+ dout(20) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
177
int rc = quiesce_control.agent_ack(std::move(ack));
178
if (rc != 0) {
179
dout(3) << "got error: " << rc << " trying to send " << ack << dendl;
0 commit comments