Skip to content

Commit 091625e

Browse files
committed
doc: update 'sync_bytes' in peer status
Fixes: https://tracker.ceph.com/issues/65629 Signed-off-by: Jos Collin <[email protected]>
1 parent 3fd00eb commit 091625e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/cephfs/cephfs-mirroring.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ command is of format `filesystem-name@filesystem-id peer-uuid`::
341341
"id": 120,
342342
"name": "snap1",
343343
"sync_duration": 0.079997898999999997,
344-
"sync_time_stamp": "274900.558797s"
344+
"sync_time_stamp": "274900.558797s",
345+
"sync_bytes": 52428800
345346
},
346347
"snaps_synced": 2,
347348
"snaps_deleted": 0,
@@ -374,7 +375,8 @@ When a directory is currently being synchronized, the mirror daemon marks it as
374375
"id": 120,
375376
"name": "snap1",
376377
"sync_duration": 0.079997898999999997,
377-
"sync_time_stamp": "274900.558797s"
378+
"sync_time_stamp": "274900.558797s",
379+
"sync_bytes": 52428800
378380
},
379381
"snaps_synced": 2,
380382
"snaps_deleted": 0,
@@ -402,7 +404,8 @@ E.g., adding a regular file for synchronization would result in failed status::
402404
"id": 121,
403405
"name": "snap2",
404406
"sync_duration": 300,
405-
"sync_time_stamp": "500900.600797s"
407+
"sync_time_stamp": "500900.600797s",
408+
"sync_bytes": 78643200
406409
},
407410
"snaps_synced": 3,
408411
"snaps_deleted": 0,

0 commit comments

Comments
 (0)