From: Sage Weil Date: Fri, 7 May 2021 14:58:45 +0000 (-0400) Subject: PendingReleaseNotes: note breaking CLI changes X-Git-Tag: v17.1.0~1854^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0ca1400e4bb586963ed5da699a91d57ad99b64bd;p=ceph.git PendingReleaseNotes: note breaking CLI changes Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 145f89bfdbf3..a85b98738066 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -28,6 +28,20 @@ support an NFS export of both ``rgw`` and ``cephfs`` from a single NFS cluster instance. +* The ``nfs cluster update`` command has been removed. You can modify + the placement of an existing NFS service (and/or its associated + ingress service) using ``orch ls --export`` and ``orch apply -i + ...``. + +* The ``orch apply nfs`` command no longer requires a pool or + namespace argument. We strongly encourage users to use the defaults + so that the ``nfs cluster ls`` and related commands will work + properly. + +* The ``nfs cluster delete`` and ``nfs export delete`` commands are + deprecated; please use ``nfs cluster rm`` and ``nfs export rm`` + instead. + * 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.