]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: prerequisites fix for cephFS mount 44271/head
authorNikhilkumar Shelke <nshelke@redhat.com>
Thu, 11 Nov 2021 10:34:30 +0000 (16:04 +0530)
committerNikhilkumar Shelke <nshelke@redhat.com>
Fri, 10 Dec 2021 10:01:15 +0000 (15:31 +0530)
Fixes: https://tracker.ceph.com/issues/53054
Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
(cherry picked from commit e369dc1128941e9fb37bf38a4b66e6c54c8a84df)

doc/cephfs/mount-prerequisites.rst
doc/cephfs/mount-using-fuse.rst

index f5a14345589b4968def60ed36a81a31a3db02a50..745d80c1dd9a3f07946d4ca04aa00a93c93de5da 100644 (file)
@@ -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.
 
 Which CephFS Client?
 --------------------
index 98b19211dcba1ca74e97777c22c7f8b6ff2ad1a7..27768f5034a93bc1b63db9fa97fc03d623cdaaa6 100644 (file)
@@ -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
 ========