]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: refer to MDS and not NFS in fs-volumes.rst 50817/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 31 Mar 2023 12:01:39 +0000 (19:01 +0700)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2023 12:01:39 +0000 (19:01 +0700)
Placement should talk about MDS placement and not NFS Ganesha placement.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
doc/cephfs/fs-volumes.rst

index a460015bc2eb24f633abf73fbc2b0888b8aca9be..859fdf56dff548aadc21e97c8e3c21c334083b6c 100644 (file)
@@ -51,17 +51,16 @@ module (see :doc:`/mgr/orchestrator`), e.g. rook.
 
 <vol_name> is the volume name (an arbitrary string), and
 
-<placement> is an optional string signifying which hosts should have NFS Ganesha
-daemon containers running on them and, optionally, the total number of NFS
-Ganesha daemons the cluster (should you want to have more than one NFS Ganesha
-daemon running per node). For example, the following placement string means
-"deploy NFS Ganesha daemons on nodes host1 and host2 (one daemon per host):
+<placement> is an optional string signifying which hosts should have MDS
+running on them and, optionally, the total number of MDSes the cluster (should
+you want to have more than one MDS running per node). For example, the
+following placement string means "deploy MDS on nodes host1 and host2 (one
+MDS per host):
 
     "host1,host2"
 
-and this placement specification says to deploy two NFS Ganesha daemons each
-on nodes host1 and host2 (for a total of four NFS Ganesha daemons in the
-cluster):
+and this placement specification says to deploy two MDS each on nodes host1 and
+host2 (for a total of four MDS in the cluster):
 
     "4 host1,host2"