Skip to content

Commit 42d89df

Browse files
committed
doc: revert sync_duration to seconds
Fixes: https://tracker.ceph.com/issues/68131 Signed-off-by: Jos Collin <[email protected]>
1 parent 46e3e28 commit 42d89df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/cephfs/cephfs-mirroring.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ command is of format `filesystem-name@filesystem-id peer-uuid`::
340340
"last_synced_snap": {
341341
"id": 120,
342342
"name": "snap1",
343-
"sync_duration": 0.079997898999999997,
343+
"sync_duration": 3,
344344
"sync_time_stamp": "274900.558797s",
345345
"sync_bytes": 52428800
346346
},
@@ -374,7 +374,7 @@ When a directory is currently being synchronized, the mirror daemon marks it as
374374
"last_synced_snap": {
375375
"id": 120,
376376
"name": "snap1",
377-
"sync_duration": 0.079997898999999997,
377+
"sync_duration": 3,
378378
"sync_time_stamp": "274900.558797s",
379379
"sync_bytes": 52428800
380380
},
@@ -403,7 +403,7 @@ E.g., adding a regular file for synchronization would result in failed status::
403403
"last_synced_snap": {
404404
"id": 121,
405405
"name": "snap2",
406-
"sync_duration": 300,
406+
"sync_duration": 5,
407407
"sync_time_stamp": "500900.600797s",
408408
"sync_bytes": 78643200
409409
},
@@ -439,7 +439,7 @@ In the remote filesystem::
439439
"last_synced_snap": {
440440
"id": 120,
441441
"name": "snap1",
442-
"sync_duration": 0.079997898999999997,
442+
"sync_duration": 3,
443443
"sync_time_stamp": "274900.558797s"
444444
},
445445
"snaps_synced": 2,
@@ -513,16 +513,16 @@ CephFS exports mirroring metrics as :ref:`Labeled Perf Counters` which will be c
513513
- The total number of snapshots renamed
514514
* - avg_sync_time
515515
- Gauge
516-
- The average time (ms) taken by all snapshot synchronizations
516+
- The average time taken by all snapshot synchronizations
517517
* - last_synced_start
518518
- Gauge
519-
- The sync start time (ms) of the last synced snapshot
519+
- The sync start time of the last synced snapshot
520520
* - last_synced_end
521521
- Gauge
522-
- The sync end time (ms) of the last synced snapshot
522+
- The sync end time of the last synced snapshot
523523
* - last_synced_duration
524524
- Gauge
525-
- The time duration (ms) of the last synchronization
525+
- The time duration of the last synchronization
526526
* - last_synced_bytes
527527
- counter
528528
- The total bytes being synchronized for the last synced snapshot

0 commit comments

Comments
 (0)