]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add note about nfs CLI change(s)
authorSage Weil <sage@newdream.net>
Mon, 25 Oct 2021 19:52:28 +0000 (15:52 -0400)
committerSage Weil <sage@newdream.net>
Thu, 4 Nov 2021 14:42:50 +0000 (10:42 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
PendingReleaseNotes

index ff1b2a1aa10db6c6fffa27c0132fad480b54fdb7..f90a72684369bb91d3502050d86088d0bde3542f 100644 (file)
   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.