]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update Release notes for multimds scrub 35749/head
authorYan, Zheng <zyan@redhat.com>
Tue, 17 Nov 2020 05:10:51 +0000 (13:10 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 17 Nov 2020 05:12:11 +0000 (13:12 +0800)
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
PendingReleaseNotes

index a0971f23bc3486fe53d09478a72a335978fb703e..478560263477bde861b6bb0850b4a0d88de10dd1 100644 (file)
     ceph daemon <mds of rank 0> scrub_path / force recursive repair
     ceph daemon <mds of rank 0> scrub_path '~mdsdir' force recursive repair
 
+* CephFS: Scrub is supported in multiple active mds setup. MDS rank 0 handles
+  scrub commands, and forward scrub to other mds if nessesary.
+
 * The following librados API calls have changed:
 
   - ``rados_blacklist_add`` is now ``rados_blocklist_add``; the former will issue a deprecation warning and be removed in a future release.