]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: document workaround for NFS storage change
authorSage Weil <sage@newdream.net>
Mon, 28 Jun 2021 19:54:51 +0000 (15:54 -0400)
committerSage Weil <sage@newdream.net>
Wed, 14 Jul 2021 20:20:11 +0000 (16:20 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
PendingReleaseNotes

index 102758a38f15b71957818f05a1f9c68ff90b6e32..fede7b2800a15c97da998fdc62d244712480673a 100644 (file)
 * The ``min_size`` and ``max_size`` CRUSH rule properties have been removed.  Older
   CRUSH maps will still compile but Ceph will issue a warning that these fields are
   ignored.
+* The cephadm NFS support has been simplified to no longer allow the
+  pool and namespace where configuration is stored to be customized.
+  As a result, the ``ceph orch apply nfs`` command no longer has
+  ``--pool`` or ``--namespace`` arguments.
+
+  Existing cephadm NFS deployments (from earlier version of Pacific or
+  from Octopus) will be automatically migrated when the cluster is
+  upgraded.  Note that the NFS ganesha daemons will be redeployed and
+  it is possible that their IPs will change.