Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
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.
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
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**.