Skip to content

Commit

Permalink
Merge pull request ceph#43886 from nmshelke/doc-fix-53054
Browse files Browse the repository at this point in the history
doc: prerequisites fix for cephFS mount

Reviewed-by: Venky Shankar <[email protected]>
  • Loading branch information
vshankar authored Nov 19, 2021
2 parents 32eb463 + e369dc1 commit 93054a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 5 additions & 3 deletions doc/cephfs/mount-prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ Mount CephFS: Prerequisites
===========================

You can use CephFS by mounting it to your local filesystem or by using
`cephfs-shell`_. CephFS can be mounted `using kernel`_ as well as `using
FUSE`_. Both have their own advantages. Read the following section to
understand more about both of these ways to mount CephFS.
`cephfs-shell`_. Mounting CephFS requires superuser privileges to trim
dentries by issuing a remount of itself. CephFS can be mounted
`using kernel`_ as well as `using FUSE`_. Both have their own
advantages. Read the following section to understand more about both of
these ways to mount CephFS.

For Windows CephFS mounts, please check the `ceph-dokan`_ page.

Expand Down
10 changes: 2 additions & 8 deletions doc/cephfs/mount-using-fuse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@ clients can be more manageable, especially while upgrading CephFS.
Prerequisites
=============

Complete General Prerequisites
------------------------------
Go through the prerequisites required by both, kernel as well as FUSE mounts,
in `Mount CephFS: Prerequisites`_ page.

``fuse.conf`` option
--------------------

#. If you are mounting Ceph with FUSE not as superuser/root user/system admin
you would need to add the option ``user_allow_other`` to ``/etc/fuse.conf``
(under no section in the conf).
.. note:: Mounting CephFS using FUSE requires superuser privileges to trim dentries
by issuing a remount of itself.

Synopsis
========
Expand Down

0 comments on commit 93054a3

Please sign in to comment.