]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: misc fixes 19858/head
authorJos Collin <jcollin@redhat.com>
Fri, 5 Jan 2018 06:21:00 +0000 (11:51 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 9 Jan 2018 08:22:21 +0000 (13:52 +0530)
misc fixes for best-practices.

Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit ecacd1078db5020e6d65436f9d56cc9ed0016666)

doc/cephfs/best-practices.rst

index 9efe48cb0976631fbe0896317ea668639f4a5d43..06a14ec6b8e77b15df5d96b430675aafe3d3aeab 100644 (file)
@@ -30,14 +30,15 @@ and **do not use snapshots**.  Both of these are the default.
 
 Note that creating multiple MDS daemons is fine, as these will simply be
 used as standbys.  However, for best stability you should avoid
-adjusting ``max_mds`` upwards, as this would cause multiple
+adjusting ``max_mds`` upwards, as this would cause multiple MDS
 daemons to be active at once.
 
 Which client?
 -------------
 
-The fuse client is the easiest way to get up to date code, while
-the kernel client will often give better performance.
+The FUSE client is the most accessible and the easiest to upgrade to the
+version of Ceph used by the storage cluster, while the kernel client will
+often give better performance.
 
 The clients do not always provide equivalent functionality, for example
 the fuse client supports client-enforced quotas while the kernel client
@@ -83,6 +84,5 @@ information as possible.  Especially important information:
 * Any backtraces in the ceph logs from crashes
 
 If you are satisfied that you have found a bug, please file it on
-http://tracker.ceph.com.  For more general queries please write
-to the ceph-users mailing list.
-
+`the tracker <http://tracker.ceph.com>`_.  For more general queries please write
+to the `ceph-users mailing list <http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com/>`_.