From 7290bdce6f4dd93be88be6ad54030fa90a8c1ec0 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 15 Jul 2024 10:18:15 -0400 Subject: [PATCH] doc: elide superuser discussion from mount prereq Signed-off-by: Patrick Donnelly --- doc/cephfs/mount-prerequisites.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/cephfs/mount-prerequisites.rst b/doc/cephfs/mount-prerequisites.rst index d1acbe081fa4d..02b22fb9ac6a4 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 -- 2.39.5