From: Varsha Rao Date: Mon, 22 Mar 2021 11:51:53 +0000 (+0530) Subject: doc/cephfs/nfs: Add note about cephadm NFS-Ganesha daemon port X-Git-Tag: v15.2.13~8^2~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a67c03b74c8c62a8ccfbfad1522f8d564b3f8bee;p=ceph.git doc/cephfs/nfs: Add note about cephadm NFS-Ganesha daemon port Fixes: https://tracker.ceph.com/issues/49921 Signed-off-by: Varsha Rao (cherry picked from commit fec8bbf5cd3e3dd72d05c4eb23209c84f056edda) Conflicts: doc/cephfs/fs-nfs-exports.rst --- diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index e655c9233a0..990640ed052 100644 --- a/doc/cephfs/fs-nfs-exports.rst +++ b/doc/cephfs/fs-nfs-exports.rst @@ -26,6 +26,9 @@ NOTE: Since this command also brings up NFS Ganesha daemons using a ceph-mgr orchestrator module (see :doc:`/mgr/orchestrator`) such as "mgr/cephadm", at least one such module must be enabled for it to work. + Currently, NFS Ganesha daemon deployed by cephadm listens on the standard + port. So only one daemon will be deployed on a host. + signifies the export type, which corresponds to the NFS Ganesha file system abstraction layer (FSAL). Permissible values are "cephfs" or "rgw", but currently only "cephfs" is supported. @@ -41,11 +44,11 @@ daemon running per node). For example, the following placement string means "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 single NFS Ganesha daemon each +on nodes host1 and host2 (for a total of two NFS Ganesha daemons in the +cluster):: - "4 host1,host2" + "2 host1,host2" For more details on placement specification refer to the `orchestrator doc `_