From f6ea1ca36f07f5399247c36fc16cef259849e9bb Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Tue, 7 Jan 2020 16:33:16 +0530 Subject: [PATCH] doc/cephfs: rename doc/cephfs/kernel.rst & doc/cephfs/fuse.rst Rename to mount-using-kernel.rst and mount-using-fuse.rst respectively so that it's easier to find them in doc/cephfs directory. Signed-off-by: Rishabh Dave --- doc/cephfs/index.rst | 12 +++++++----- doc/cephfs/{fuse.rst => mount-using-fuse.rst} | 0 .../{kernel.rst => mount-using-kernel-driver.rst} | 0 3 files changed, 7 insertions(+), 5 deletions(-) rename doc/cephfs/{fuse.rst => mount-using-fuse.rst} (100%) rename doc/cephfs/{kernel.rst => mount-using-kernel-driver.rst} (100%) diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst index 221842b6a299..b3d550d0ea17 100644 --- a/doc/cephfs/index.rst +++ b/doc/cephfs/index.rst @@ -50,9 +50,11 @@ file system if the back-end deployment technology supports it (see as needed `. Finally, to mount CephFS on your client nodes, setup a :doc:`FUSE mount -` or :doc:`kernel mount `. Additionally, a -command-line shell utility is available for interactive access or scripting via -the :doc:`cephfs-shell `. +` or :doc:`kernel mount +`. + +Additionally, a command-line shell utility is available for interactive +access or scripting via the :doc:`cephfs-shell `. .. raw:: html @@ -103,8 +105,8 @@ Mounting CephFS Client Configuration Settings Client authentication - Mount CephFS using Kernel Driver - Mount CephFS using FUSE + Mount CephFS using Kernel Driver + Mount CephFS using FUSE Use the CephFS Shell Supported Features of Kernel Driver Manual: ceph-fuse <../../man/8/ceph-fuse> diff --git a/doc/cephfs/fuse.rst b/doc/cephfs/mount-using-fuse.rst similarity index 100% rename from doc/cephfs/fuse.rst rename to doc/cephfs/mount-using-fuse.rst diff --git a/doc/cephfs/kernel.rst b/doc/cephfs/mount-using-kernel-driver.rst similarity index 100% rename from doc/cephfs/kernel.rst rename to doc/cephfs/mount-using-kernel-driver.rst -- 2.47.3