Skip to content

Commit

Permalink
Merge pull request ceph#50817 from bluikko/patch-10
Browse files Browse the repository at this point in the history
doc/cephfs: refer to placement of MDS and not NFS in fs-volumes.rst
  • Loading branch information
anthonyeleven authored Mar 31, 2023
2 parents e1c5ea5 + d534339 commit cf40777
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions doc/cephfs/fs-volumes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cf40777

Please sign in to comment.