From: Varsha Rao Date: Thu, 31 Dec 2020 10:54:34 +0000 (+0530) Subject: doc/cephfs/nfs: Add note about how to fetch port details with rook X-Git-Tag: v16.1.0~135^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e626e54b7271e878a1308a48c556237bc3f1abde;p=ceph.git doc/cephfs/nfs: Add note about how to fetch port details with rook Fixes: https://tracker.ceph.com/issues/48731 Signed-off-by: Varsha Rao --- diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index dd224c2c2913..46dc954491b7 100644 --- a/doc/cephfs/fs-nfs-exports.rst +++ b/doc/cephfs/fs-nfs-exports.rst @@ -87,6 +87,13 @@ Show NFS Ganesha Cluster Information This displays ip and port of deployed cluster. +.. note:: This will not work with rook backend. Instead expose port with + kubectl patch command and fetch the port details with kubectl get services + command:: + + $ kubectl patch service -n rook-ceph -p '{"spec":{"type": "NodePort"}}' rook-ceph-nfs-- + $ kubectl get services -n rook-ceph rook-ceph-nfs-- + Set Customized NFS Ganesha Configuration ========================================