Skip to content

Commit 9cf1828

Browse files
authored
Merge pull request ceph#58574 from zdover23/wip-doc-2024-07-13-cephfs-mount-using-kernel-driver
doc/cephfs: edit "is mount helper present" Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 4de1f52 + 0ebfb3e commit 9cf1828

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

doc/cephfs/mount-using-kernel-driver.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,18 @@ Complete General Prerequisites
2020
Go through the prerequisites required by both, kernel as well as FUSE mounts,
2121
in `Mount CephFS: Prerequisites`_ page.
2222

23-
Is mount helper is present?
24-
---------------------------
23+
Is mount helper present?
24+
------------------------
2525
``mount.ceph`` helper is installed by Ceph packages. The helper passes the
26-
monitor address(es) and CephX user keyrings automatically saving the Ceph
27-
admin the effort to pass these details explicitly while mounting CephFS. In
28-
case the helper is not present on the client machine, CephFS can still be
29-
mounted using kernel but by passing these details explicitly to the ``mount``
30-
command. To check whether it is present on your system, do::
26+
monitor address(es) and CephX user keyrings, saving the Ceph admin the effort
27+
of passing these details explicitly while mounting CephFS. If the helper is not
28+
present on the client machine, CephFS can still be mounted using the kernel
29+
driver, but only by passing these details explicitly to the ``mount`` command.
30+
To check whether ``mount.ceph`` is present on your system, run the following command:
3131

32-
stat /sbin/mount.ceph
32+
.. prompt:: bash #
33+
34+
stat /sbin/mount.ceph
3335

3436
Which Kernel Version?
3537
---------------------

0 commit comments

Comments
 (0)