doc: add troubleshooting steps for ceph-fuse

Thanks to John Spray <jspray@redhat.com> on ceph-devel for this
information.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
Ken Dreyer 2016-07-20 20:11:48 -06:00
parent 80c0dfcbda
commit ae4b1744df

View File

@ -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
=============