From: Jos Collin Date: Tue, 30 Jul 2024 09:01:52 +0000 (+0530) Subject: doc: update 'sync_bytes' in peer status X-Git-Tag: testing/wip-xiubli-testing-20240812.075113-squid~4^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=65df0b46b5e239cf8bf2ec31cc44babf02151c25;p=ceph-ci.git doc: update 'sync_bytes' in peer status Fixes: https://tracker.ceph.com/issues/65629 Signed-off-by: Jos Collin (cherry picked from commit 091625e6fee1d41321b6b09d810fe50bde16a2b7) --- diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index d5896d8b4eb..df24bf40516 100644 --- a/doc/cephfs/cephfs-mirroring.rst +++ b/doc/cephfs/cephfs-mirroring.rst @@ -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,