Skip to content

Commit 35c1e3e

Browse files
authored
Merge pull request ceph#63631 from zdover23/wip-doc-2025-06-02-mgr-nfs-63452-followup
doc/mgr: edit nfs.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents b471986 + a4a29fe commit 35c1e3e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/mgr/nfs.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,20 @@ orchestration, these commands check service status:
178178
Updating an NFS Cluster
179179
-----------------------
180180

181-
In order to modify cluster parameters (like the port or placement), you need
182-
to use the orchestrator interface to update the NFS service spec. The safest
183-
way to do that is to export the current spec, modify it, and then re-apply it.
184-
For example, to modify the ``nfs.foo`` service,
181+
In order to modify cluster parameters (for example, the port or the placement),
182+
use the orchestrator interface to update the NFS service spec. The safest way
183+
to do that is to export the current spec, modify it, and then re-apply it. For
184+
example, to modify the ``nfs.foo`` service, run commands of the following
185+
forms:
185186

186187
.. prompt:: bash #
187188

188189
ceph orch ls --service-name nfs.foo --export > nfs.foo.yaml
189-
vi nfs.foo.yaml
190+
emacs nfs.foo.yaml
190191
ceph orch apply -i nfs.foo.yaml
191192

192-
For more information about the NFS service spec, see :ref:`deploy-cephadm-nfs-ganesha`.
193+
For more information about the NFS service spec, see
194+
:ref:`deploy-cephadm-nfs-ganesha`.
193195

194196
List NFS Ganesha Clusters
195197
-------------------------

0 commit comments

Comments
 (0)