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.
1 parent 0ed764e commit 4c14f14Copy full SHA for 4c14f14
src/tools/cephfs_mirror/Mirror.cc
@@ -520,7 +520,7 @@ void Mirror::update_fs_mirrors() {
520
if (!mirror_action.action_in_progress && !_is_restarting(filesystem)) {
521
if (failed_restart || blocklisted_restart) {
522
dout(5) << ": filesystem=" << filesystem << " failed mirroring (failed: "
523
- << failed_restart << ", blocklisted: " << blocklisted_restart << dendl;
+ << failed_restart << ", blocklisted: " << blocklisted_restart << ")" << dendl;
524
_set_restarting(filesystem);
525
auto peers = mirror_action.fs_mirror->get_peers();
526
auto ctx = new C_RestartMirroring(this, filesystem, mirror_action.pool_id, peers);
0 commit comments