]> 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>
Tue, 25 May 2021 14:15:45 +0000 (10:15 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
PendingReleaseNotes

index 145f89bfdbf3f5872f2d99c658136d8e9145ad81..a85b98738066c48004f88814b7f6f5d05a9821b4 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.