]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: elide superuser discussion from mount prereq 58596/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 15 Jul 2024 14:18:15 +0000 (10:18 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 15 Jul 2024 14:18:15 +0000 (10:18 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
doc/cephfs/mount-prerequisites.rst

index d1acbe081fa4dd690f8636b98c0b2163c98b75f9..02b22fb9ac6a4e535d1fae1696113ac8299ee210 100644 (file)
@@ -1,12 +1,11 @@
 Mount CephFS: Prerequisites
 ===========================
 
-You can use CephFS by mounting it to your local filesystem or by using
-:ref:`cephfs-shell <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.
+You can use CephFS by mounting the file system on a machine or by using
+:ref:`cephfs-shell <cephfs-shell>`. A system mount can be performed using `the
+kernel driver`_ as well as `the FUSE driver`_. Both have their own advantages
+and disadvantages. 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.
 
@@ -70,6 +69,6 @@ Ceph MON resides.
 
 .. _Client Authentication: ../client-auth
 .. _cephfs-shell: ..cephfs-shell
-.. _using kernel: ../mount-using-kernel-driver
-.. _using FUSE: ../mount-using-fuse
+.. _the kernel driver: ../mount-using-kernel-driver
+.. _the FUSE driver: ../mount-using-fuse
 .. _ceph-dokan: ../ceph-dokan