diff options
author | Ramana Raja <rraja@redhat.com> | 2018-04-04 11:42:02 +0200 |
---|---|---|
committer | Ramana Raja <rraja@redhat.com> | 2018-04-04 11:42:02 +0200 |
commit | 4eeea7c0f315330201304831924f94479d4a40b7 (patch) | |
tree | d51f9ba514c71ff32ebf2f0f5474b45ec6497f8c /doc/cephfs/nfs.rst | |
parent | Merge pull request #21060 from ricardoasmarques/wip-view-cache-status-for (diff) | |
download | ceph-4eeea7c0f315330201304831924f94479d4a40b7.tar.xz ceph-4eeea7c0f315330201304831924f94479d4a40b7.zip |
doc: fix typos and other minor errors in cephfs-nfs doc
Signed-off-by: Ramana Raja <rraja@redhat.com>
Diffstat (limited to 'doc/cephfs/nfs.rst')
-rw-r--r-- | doc/cephfs/nfs.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/cephfs/nfs.rst b/doc/cephfs/nfs.rst index a5d63734b5b..3485d33d88d 100644 --- a/doc/cephfs/nfs.rst +++ b/doc/cephfs/nfs.rst @@ -35,15 +35,15 @@ A sample ganesha.conf configured with FSAL_CEPH can be found here, `<https://github.com/nfs-ganesha/nfs-ganesha/blob/next/src/config_samples/ceph.conf>`_. It is suitable for a standalone NFS-Ganesha server, or an active/passive configuration of NFS-Ganesha servers managed by some sort of clustering -software (e.g., Pacemaker). Important details about options are +software (e.g., Pacemaker). Important details about the options are added as comments in the sample conf. There are options to do the following: - minimize Ganesha caching wherever possible since the libcephfs clients (of FSAL_CEPH) also cache aggressively -- fetch Ganesha config files stored in RADOS objects +- read from Ganesha config files stored in RADOS objects -- store client recovery date in RADOS OMAP key-value interface +- store client recovery data in RADOS OMAP key-value interface - mandate NFSv4.1+ access @@ -78,4 +78,4 @@ Current limitations =================== - Per running ganesha daemon, FSAL_CEPH can only export one Ceph filesystem - although multiple directories in a Cephfile system may be exported. + although multiple directories in a Ceph filesystem may be exported. |