Skip to content

Commit 0ebfb3e

Browse files
committed
doc/cephfs: edit "is mount helper present"
Edit the section called "Is mount helper present?", the title of which prior to this commit was "Is mount helper is present?". Other small disambiguating improvements have been made to the text in the section. An unselectable prompt has been added before a command. Signed-off-by: Zac Dover <[email protected]>
1 parent 415f7ca commit 0ebfb3e

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)