]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update 'sync_bytes' in peer status 59070/head
authorJos Collin <jcollin@redhat.com>
Tue, 30 Jul 2024 09:01:52 +0000 (14:31 +0530)
committerJos Collin <jcollin@redhat.com>
Wed, 7 Aug 2024 05:49:24 +0000 (11:19 +0530)
Fixes: https://tracker.ceph.com/issues/65629
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit 091625e6fee1d41321b6b09d810fe50bde16a2b7)

doc/cephfs/cephfs-mirroring.rst

index d5896d8b4ebe86251d0ecc18fc70f9caa3e4578a..df24bf405169f5e1f326f81fa299daa4a6fe845d 100644 (file)
@@ -341,7 +341,8 @@ command is of format `filesystem-name@filesystem-id peer-uuid`::
             "id": 120,
             "name": "snap1",
             "sync_duration": 0.079997898999999997,
-            "sync_time_stamp": "274900.558797s"
+            "sync_time_stamp": "274900.558797s",
+            "sync_bytes": 52428800
         },
         "snaps_synced": 2,
         "snaps_deleted": 0,
@@ -374,7 +375,8 @@ When a directory is currently being synchronized, the mirror daemon marks it as
             "id": 120,
             "name": "snap1",
             "sync_duration": 0.079997898999999997,
-            "sync_time_stamp": "274900.558797s"
+            "sync_time_stamp": "274900.558797s",
+            "sync_bytes": 52428800
         },
         "snaps_synced": 2,
         "snaps_deleted": 0,
@@ -402,7 +404,8 @@ E.g., adding a regular file for synchronization would result in failed status::
             "id": 121,
             "name": "snap2",
             "sync_duration": 300,
-            "sync_time_stamp": "500900.600797s"
+            "sync_time_stamp": "500900.600797s",
+            "sync_bytes": 78643200
         },
         "snaps_synced": 3,
         "snaps_deleted": 0,