]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: note breaking CLI changes
authorSage Weil <sage@newdream.net>
Fri, 7 May 2021 14:58:45 +0000 (10:58 -0400)
committerSage Weil <sage@newdream.net>
Thu, 3 Jun 2021 12:39:56 +0000 (07:39 -0500)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 0ca1400e4bb586963ed5da699a91d57ad99b64bd)

PendingReleaseNotes

index 0be3e89c24c637bbc6feebd5ed9f2e0689519978..4acfc38badb9d24b19ffdf77fbad45e0e5eb8b0f 100644 (file)
   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.