File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,18 @@ Complete General Prerequisites
2020Go through the prerequisites required by both, kernel as well as FUSE mounts,
2121in `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
3436Which Kernel Version?
3537---------------------
You can’t perform that action at this time.
0 commit comments