From 83b9a0702e7ad7aaa4cf2d89e3c46bb96910825b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 25 Oct 2021 15:52:28 -0400 Subject: [PATCH] PendingReleaseNotes: add note about nfs CLI change(s) Signed-off-by: Sage Weil (cherry picked from commit 48ce4e9568d001d7dcac0a8396283e2da88fc0b9) --- PendingReleaseNotes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 8d8a502666541..c86e646e899c3 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -87,6 +87,21 @@ deprecated and will be removed in a future release. Please use ``nfs cluster rm`` and ``nfs export rm`` instead. +* The ``nfs export create`` CLI arguments have changed, with the + *fsname* or *bucket-name* argument position moving to the right of + *the *cluster-id* and *pseudo-path*. Consider transitioning to + *using named arguments instead of positional arguments (e.g., ``ceph + *nfs export create cephfs --cluster-id mycluster --pseudo-path /foo + *--fsname myfs`` instead of ``ceph nfs export create cephfs + *mycluster /foo myfs`` to ensure correct behavior with any + *version. + +* 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