From 9db12b5fe88dd2a2a976d0ba684a70186509a056 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Wed, 10 Jul 2019 14:07:22 +0530 Subject: [PATCH] doc: Update mount CephFS index Updated based on the discussion: https://github.com/ceph/ceph/pull/28900#discussion_r301812933 Signed-off-by: Jos Collin --- doc/cephfs/index.rst | 2 +- doc/cephfs/kernel.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst index b57a005ee7cfa..bf5a22f602088 100644 --- a/doc/cephfs/index.rst +++ b/doc/cephfs/index.rst @@ -70,7 +70,7 @@ authentication keyring. :maxdepth: 1 Create a CephFS file system - Mount CephFS + Mount CephFS with the Kernel Driver Mount CephFS as FUSE Mount CephFS in fstab Use the CephFS Shell diff --git a/doc/cephfs/kernel.rst b/doc/cephfs/kernel.rst index 0b3f3128c2e50..23c7fd8cb1ad5 100644 --- a/doc/cephfs/kernel.rst +++ b/doc/cephfs/kernel.rst @@ -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:: -- 2.39.5