From 6a3dde8b498af5e33242955a0609b0e27adf4877 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Wed, 14 Apr 2021 18:21:56 -0600 Subject: [PATCH] doc: add note about removal of the `cephfs` nfs cluster type Fixes: https://tracker.ceph.com/issues/50369 Signed-off-by: Michael Fritch (cherry picked from commit 81ae87437cd1f0e3b8e0f0a488668453830ff13e) --- PendingReleaseNotes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 1963b699d74..50354e371f4 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -11,6 +11,17 @@ >=16.0.0 -------- +* volumes/nfs: The ``cephfs`` cluster type has been removed from the + ``nfs cluster create`` subcommand. Clusters deployed by cephadm can + support an NFS export of both ``rgw`` and ``cephfs`` from a single + NFS cluster instance. + +* mgr-pg_autoscaler: Autoscaler will now start out by scaling each + pool to have a full complements of pgs from the start and will only + decrease it when other pools need more pgs due to increased usage. + This improves out of the box performance of Ceph by allowing more PGs + to be created for a given pool. + * CephFS: Disabling allow_standby_replay on a file system will also stop all standby-replay daemons for that file system. -- 2.47.3