From: Sidharth Anupkrishnan Date: Thu, 19 Sep 2019 09:37:17 +0000 (+0530) Subject: doc: Fix FUSE expansion X-Git-Tag: v15.1.0~1340^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30473%2Fhead;p=ceph.git doc: Fix FUSE expansion Signed-off-by: Sidharth Anupkrishnan --- 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**.