From: Varsha Rao Date: Tue, 6 Apr 2021 10:06:45 +0000 (+0530) Subject: doc/cephfs/nfs: add user id, fs name and key to FSAL block X-Git-Tag: v16.2.2~32^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40687%2Fhead;p=ceph.git doc/cephfs/nfs: add user id, fs name and key to FSAL block Fixes: https://tracker.ceph.com/issues/50161 Signed-off-by: Varsha Rao (cherry picked from commit 08f1d906c2696d64ed89160980768865beacdc08) --- diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index 282a5e2842d8..65363e584784 100644 --- a/doc/cephfs/fs-nfs-exports.rst +++ b/doc/cephfs/fs-nfs-exports.rst @@ -133,9 +133,18 @@ Example use cases Squash = None; FSAL { Name = CEPH; + Filesystem = "filesystem name"; + User_Id = "user id"; + Secret_Access_Key = "secret key"; } } +.. note:: User specified in FSAL block should have proper caps for NFS-Ganesha + daemons to access ceph cluster. User can be created in following way using + `auth get-or-create`:: + + # ceph auth get-or-create client. mon 'allow r' osd 'allow rw pool=nfs-ganesha namespace=, allow rw tag cephfs data=' mds 'allow rw path=' + Reset NFS Ganesha Configuration ===============================