From: John Spray Date: Tue, 28 Mar 2017 15:13:51 +0000 (+0100) Subject: PendingReleaseNotes: recent cephfs changes X-Git-Tag: v12.0.2~43^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14196%2Fhead;p=ceph.git PendingReleaseNotes: recent cephfs changes Signed-off-by: John Spray --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 5ecdae2050db..3a27fdd7895b 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -23,6 +23,13 @@ * CephFS directory fragmentation (large directory support) is enabled by default on new filesystems. To enable it on existing filesystems use "ceph fs set allow_dirfrags". +* CephFS will generate a health warning if you have fewer standby daemons + than it thinks you wanted. By default this will be 1 if you ever had + a standby, and 0 if you did not. You can customize this using + ``ceph fs set standby_count_wanted ``. Setting it + to zero will effectively disable the health check. +* The "ceph mds tell ..." command has been removed. It is superceded + by "ceph tell mds. ..." 12.0.0 ------