]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: recent cephfs changes 14196/head
authorJohn Spray <john.spray@redhat.com>
Tue, 28 Mar 2017 15:13:51 +0000 (16:13 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 13 Apr 2017 16:27:07 +0000 (12:27 -0400)
Signed-off-by: John Spray <john.spray@redhat.com>
PendingReleaseNotes

index 5ecdae2050db8cc2294e3a5af32832a2616715e6..3a27fdd7895b1fa416e1a48809c9dcbbbd3ef84a 100644 (file)
 * CephFS directory fragmentation (large directory support) is enabled
   by default on new filesystems.  To enable it on existing filesystems
   use "ceph fs set <fs_name> 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 <fs> standby_count_wanted <number>``.  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.<id> ..."
 
 12.0.0
 ------