]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs/nfs: add section about ganesha logs 41091/head
authorVarsha Rao <varao@redhat.com>
Thu, 29 Apr 2021 17:42:20 +0000 (23:12 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 30 Apr 2021 05:46:48 +0000 (11:16 +0530)
Fixes: https://tracker.ceph.com/issues/50008
Signed-off-by: Varsha Rao <varao@redhat.com>
doc/cephfs/fs-nfs-exports.rst

index 232489008c6ce3a8a197f485cce9672c835c2427..0df2695f53f3443545220c98472f63a786504454 100644 (file)
@@ -326,4 +326,23 @@ grace period. The exports can be mounted by
 
 .. note:: Only NFS v4.0+ is supported.
 
+Troubleshooting
+===============
+
+Checking NFS-Ganesha logs with
+
+1) ``cephadm``
+
+   .. code:: bash
+
+      $ cephadm logs --fsid <fsid> --name nfs.<cluster_id>.hostname
+
+2) ``rook``
+
+   .. code:: bash
+
+      $ kubectl logs -n rook-ceph rook-ceph-nfs-<cluster_id>-<node_id> nfs-ganesha
+
+Log level can be changed using `nfs cluster config set` command.
+
 .. _NFS-Ganesha NFS Server: https://github.com/nfs-ganesha/nfs-ganesha/wiki