]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update mount CephFS index 28955/head
authorJos Collin <jcollin@redhat.com>
Wed, 10 Jul 2019 08:37:22 +0000 (14:07 +0530)
committerJos Collin <jcollin@redhat.com>
Thu, 25 Jul 2019 01:39:26 +0000 (07:09 +0530)
Updated based on the discussion:
https://github.com/ceph/ceph/pull/28900#discussion_r301812933

Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/cephfs/index.rst
doc/cephfs/kernel.rst

index b57a005ee7cfa8bb9ec1bbd08fa1ac0ba1410501..bf5a22f6020886f5f47cde1cdabe3d9649463e86 100644 (file)
@@ -70,7 +70,7 @@ authentication keyring.
        :maxdepth: 1
 
        Create a CephFS file system <createfs>
-       Mount CephFS <kernel>
+       Mount CephFS with the Kernel Driver <kernel>
        Mount CephFS as FUSE <fuse>
        Mount CephFS in fstab <fstab>
        Use the CephFS Shell <cephfs-shell>
index 0b3f3128c2e500cce2729e0758d89e613045903b..23c7fd8cb1ad5272ac9a39ddea47eba3fa104a78 100644 (file)
@@ -2,7 +2,7 @@
  Mount CephFS with the Kernel Driver
 ====================================
 
-To mount the Ceph file system you may use the ``mount`` command if you know the
+To mount CephFS with the Kernel Driver you may use the ``mount`` command if you know the
 monitor host IP address(es), or use the ``mount.ceph`` utility to resolve the 
 monitor host name(s) into IP address(es) for you. For example::