From 660ba24de982d5a88fe876e00db7b575b595f9bd Mon Sep 17 00:00:00 2001 From: Sidharth Anupkrishnan Date: Thu, 19 Sep 2019 15:07:17 +0530 Subject: [PATCH] doc: Fix FUSE expansion Signed-off-by: Sidharth Anupkrishnan --- doc/cephfs/fuse.rst | 2 +- doc/man/8/ceph-fuse.rst | 2 +- doc/man/8/rbd-fuse.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/fuse.rst b/doc/cephfs/fuse.rst index d57c2002887..20fb614b302 100644 --- a/doc/cephfs/fuse.rst +++ b/doc/cephfs/fuse.rst @@ -2,7 +2,7 @@ Mount CephFS using FUSE ======================= -Before mounting a Ceph File System in User Space (FUSE), ensure that the client +Before mounting Ceph via "Filesystem in USErspace" (FUSE), ensure that the client host has a copy of the Ceph configuration file and a keyring with CAPS for the Ceph metadata server. diff --git a/doc/man/8/ceph-fuse.rst b/doc/man/8/ceph-fuse.rst index ecf18ea11ad..ef6e2bf1ba0 100644 --- a/doc/man/8/ceph-fuse.rst +++ b/doc/man/8/ceph-fuse.rst @@ -15,7 +15,7 @@ Synopsis Description =========== -**ceph-fuse** is a FUSE (File system in USErspace) client for Ceph +**ceph-fuse** is a FUSE ("Filesystem in USErspace") client for Ceph distributed file system. It will mount a ceph file system specified via the -m option or described by ceph.conf (see below) at the specific mount point. See `Mount CephFS using FUSE`_ for detailed diff --git a/doc/man/8/rbd-fuse.rst b/doc/man/8/rbd-fuse.rst index 2c8842bf679..5cdb1f735a5 100644 --- a/doc/man/8/rbd-fuse.rst +++ b/doc/man/8/rbd-fuse.rst @@ -20,7 +20,7 @@ Note Description =========== -**rbd-fuse** is a FUSE (File system in USErspace) client for RADOS +**rbd-fuse** is a FUSE ("Filesystem in USErspace") client for RADOS block device (rbd) images. Given a pool containing rbd images, it will mount a userspace file system allowing access to those images as regular files at **mountpoint**. -- 2.39.5