Skip to content

Commit

Permalink
Merge PR ceph#42759 into master
Browse files Browse the repository at this point in the history
* refs/pull/42759/head:
	doc/mgr/nfs: add section on updating an nfs cluster

Reviewed-by: Varsha Rao <[email protected]>
  • Loading branch information
liewegas committed Aug 11, 2021
2 parents 94239d4 + 7cc4c91 commit 034de1f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/mgr/nfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,22 @@ Delete NFS Ganesha Cluster
This deletes the deployed cluster.

Updating an NFS Cluster
-----------------------

In order to modify cluster parameters (like the port or placement), you need to
use the orchestrator interface to update the NFS service spec. The safest way to do
that is to export the current spec, modify it, and then re-apply it. For example,
to modify the ``nfs.foo`` service,

.. code:: bash
$ ceph orch ls --service-name nfs.foo --export > nfs.foo.yaml
$ vi nfs.foo.yaml
$ ceph orch apply -i nfs.foo.yaml
For more information about the NFS service spec, see :ref:`deploy-cephadm-nfs-ganesha`.

List NFS Ganesha Clusters
-------------------------

Expand Down

0 comments on commit 034de1f

Please sign in to comment.