From: Sage Weil Date: Mon, 28 Jun 2021 19:54:51 +0000 (-0400) Subject: PendingReleaseNotes: document workaround for NFS storage change X-Git-Tag: v16.2.7~116^2~33 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72b8099f4d6beacedb65b15d4a5479425a244dca;p=ceph.git PendingReleaseNotes: document workaround for NFS storage change Signed-off-by: Sage Weil (cherry picked from commit c100812bff699af4d96c2861fe13bd23b937810b) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index f5ac346a449f..04c5d561d689 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -374,3 +374,13 @@ zone are provided, the user is now responsible for setting up the multisite configuration beforehand--cephadm no longer attempts to create missing realms or zones. + +* 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.