]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/PendingReleaseNotes: cephfs mirroring multi-thread
authorKotresh HR <khiremat@redhat.com>
Wed, 4 Feb 2026 09:55:01 +0000 (15:25 +0530)
committerKotresh HR <khiremat@redhat.com>
Tue, 17 Feb 2026 20:10:51 +0000 (01:40 +0530)
Fixes: https://tracker.ceph.com/issues/73452
Signed-off-by: Kotresh HR <khiremat@redhat.com>
PendingReleaseNotes

index e5f12413838d24f586cf3a9778f08f82f297a7a7..26ec3925b2e6bdd68755aa222b03cb6bcf167a09 100644 (file)
   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
 
 >=20.0.0