From: Nathan Cutler Date: Tue, 8 Sep 2020 08:23:08 +0000 (+0200) Subject: doc: cephfs/fs-nfs-exports: command requires enabled orch module X-Git-Tag: v16.1.0~1094^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=42a1194872a5bf003a1c80a7df952dacde82cbec;p=ceph.git doc: cephfs/fs-nfs-exports: command requires enabled orch module Clarify that the "ceph nfs cluster create" command requires an enabled ceph-mgr orchestrator module. Signed-off-by: Nathan Cutler --- diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index c82a29d43d5a..25e5c5798a65 100644 --- a/doc/cephfs/fs-nfs-exports.rst +++ b/doc/cephfs/fs-nfs-exports.rst @@ -20,9 +20,11 @@ Create NFS Ganesha Cluster $ ceph nfs cluster create [] This creates a common recovery pool for all NFS Ganesha daemons, new user based on -cluster_id, and a common NFS Ganesha config RADOS object. It can also bring up -NFS Ganesha daemons using the enabled ceph-mgr orchestrator module (see -:doc:`/mgr/orchestrator`), e.g. cephadm. +cluster_id, and a common NFS Ganesha config RADOS object. + +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. signifies the export type, which corresponds to the NFS Ganesha file system abstraction layer (FSAL). Permissible values are "cephfs" or "rgw", but