From: Patrick Donnelly Date: Mon, 15 Jul 2024 14:18:15 +0000 (-0400) Subject: doc: elide superuser discussion from mount prereq X-Git-Tag: testing/wip-vshankar-testing-20240718.183435-debug~30^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7290bdce6f4dd93be88be6ad54030fa90a8c1ec0;p=ceph-ci.git doc: elide superuser discussion from mount prereq Signed-off-by: Patrick Donnelly --- diff --git a/doc/cephfs/mount-prerequisites.rst b/doc/cephfs/mount-prerequisites.rst index d1acbe081fa..02b22fb9ac6 100644 --- a/doc/cephfs/mount-prerequisites.rst +++ b/doc/cephfs/mount-prerequisites.rst @@ -1,12 +1,11 @@ Mount CephFS: Prerequisites =========================== -You can use CephFS by mounting it to your local filesystem or by using -:ref:`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 `. 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