]> git-server-git.apps.pok.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>
Sat, 17 Feb 2024 01:06:34 +0000 (20:06 -0500)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/tools/cephfs_mirror/Mirror.cc

index 784e975fb14f2b26084d2d44975d892b27004382..cc811f0a1c7fb3dd26f3067b43d610312574a4fa 100644 (file)
@@ -520,7 +520,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);