From: Ken Dreyer Date: Thu, 21 Jul 2016 02:11:48 +0000 (-0600) Subject: doc: add troubleshooting steps for ceph-fuse X-Git-Tag: v11.0.1~603^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ae4b1744df48f491ac6db9dd6775e68a0545e816;p=ceph-ci.git doc: add troubleshooting steps for ceph-fuse Thanks to John Spray on ceph-devel for this information. Signed-off-by: Ken Dreyer --- diff --git a/doc/cephfs/troubleshooting.rst b/doc/cephfs/troubleshooting.rst index 554698c7074..0151843f0ce 100644 --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@ -2,6 +2,17 @@ Troubleshooting ================= +Debugging ceph-fuse +=================== + +To get more debugging information from ceph-fuse, try running in the foreground +with logging to the console (``-d``) and enabling client debug +(``--debug-client=20``), enabling prints for each message sent +(``--debug-ms=1``). + +If you suspect a potential monitor issue, enable monitor debugging as well +(``--debug-monc=20``). + Mount 5 Error =============