File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -178,18 +178,20 @@ orchestration, these commands check service status:
178178Updating 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
194196List NFS Ganesha Clusters
195197-------------------------
You can’t perform that action at this time.
0 commit comments