From 65df0b46b5e239cf8bf2ec31cc44babf02151c25 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Tue, 30 Jul 2024 14:31:52 +0530 Subject: [PATCH] doc: update 'sync_bytes' in peer status Fixes: https://tracker.ceph.com/issues/65629 Signed-off-by: Jos Collin (cherry picked from commit 091625e6fee1d41321b6b09d810fe50bde16a2b7) --- doc/cephfs/cephfs-mirroring.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index d5896d8b4ebe8..df24bf405169f 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, -- 2.39.5