]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge branch 'fs_mirror_daemon_status' of https://github.com/kotreshhr/ceph into... wip-kdhaduk-testing-2026-02-18-1609
authorKinjal Dhaduk <kinjaldhaduk@Kinjals-MacBook-Pro-2.local>
Wed, 18 Feb 2026 10:40:02 +0000 (16:10 +0530)
committerKinjal Dhaduk <kinjaldhaduk@Kinjals-MacBook-Pro-2.local>
Wed, 18 Feb 2026 10:40:02 +0000 (16:10 +0530)
1  2 
PendingReleaseNotes
doc/cephfs/cephfs-mirroring.rst

index 26ec3925b2e6bdd68755aa222b03cb6bcf167a09,1499dc7d8eced1b6c1a05785f98877d6e69a8047..cde57d1d5b7e8365edaa55c71d3277c8f9269acc
    estimates. This feature is enabled by default for relevant commands including
    scan_extents, scan_inodes, and other state-changing operations.
    Related Tracker: https://tracker.ceph.com/issues/63191
 +* CephFS: CephFS mirroring now utilizes a multi-threaded architecture to improve synchronization
 +  performance. The workload is split into two distinct thread pools: a crawler thread pool, which
 +  manages snapshot crawl and a data synchronization thread pool, which handles concurrent file
 +  transfers. Users can fine-tune these operations using configuration parameters:
 +  cephfs_mirror_max_concurrent_directory_syncs (controlling the number of concurrent snapshots being crawled)
 +  and cephfs_mirror_max_concurrent_data_sync_threads (controlling the total threads available for data sync).
 +  For more information, see https://tracker.ceph.com/issues/73452
  
+ * CephFS mirroring: Improved mirror daemon status reporting. The command
+   ``ceph fs snapshot mirror daemon status`` now shows the remote cluster's
+   monitor addresses and cluster ID for each configured peer, making it easier
+   to verify peer connectivity and troubleshoot mirroring issues.
  >=20.0.0
  
  * RADOS: The lead Monitor and stretch mode status are now displayed by `ceph status`.
Simple merge