]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs-mirror: typo ending bracket
authorVenky Shankar <vshankar@redhat.com>
Wed, 14 Feb 2024 12:27:39 +0000 (07:27 -0500)
committerVenky Shankar <vshankar@redhat.com>
Mon, 19 Feb 2024 16:06:38 +0000 (21:36 +0530)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 4c14f143b59c96ecb2c23e5142829d47e2c03e22)

src/tools/cephfs_mirror/Mirror.cc

index edf903b921fb3a8d9fb2fcccb54d78effa385bcd..c6a24f46e22a954138ca42d3cf63e04ffd4ee3be 100644 (file)
@@ -510,7 +510,7 @@ void Mirror::update_fs_mirrors() {
       if (!mirror_action.action_in_progress && !_is_restarting(filesystem)) {
        if (failed_restart || blocklisted_restart) {
          dout(5) << ": filesystem=" << filesystem << " failed mirroring (failed: "
-                 << failed_restart << ", blocklisted: " << blocklisted_restart << dendl;
+                 << failed_restart << ", blocklisted: " << blocklisted_restart << ")" << dendl;
          _set_restarting(filesystem);
          auto peers = mirror_action.fs_mirror->get_peers();
          auto ctx =  new C_RestartMirroring(this, filesystem, mirror_action.pool_id, peers);