From: Karl Eichwalder Date: Thu, 13 Nov 2014 10:17:01 +0000 (+0100) Subject: doc: Fix 2 syntax errors. X-Git-Tag: v0.90~99^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee45f48e3f1db52db7beb8bdfdc56a68967ca16d;p=ceph.git doc: Fix 2 syntax errors. Signed-off-by: Karl Eichwalder --- diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index cca254de2697..132994cbbed7 100644 --- a/doc/rados/configuration/ceph-conf.rst +++ b/doc/rados/configuration/ceph-conf.rst @@ -339,7 +339,7 @@ and `Cephx Authentication`_ for details. OSDs ==== -Ceph production clusters typically deploy :term:Ceph OSD Daemons` where one node +Ceph production clusters typically deploy :term:`Ceph OSD Daemons` where one node has one OSD daemon running a filestore on one storage drive. A typical deployment specifies a journal size. For example: @@ -381,7 +381,7 @@ use with Ceph, and mount it to the directory you just created:: sudo mount -o user_xattr /dev/{hdd} /var/lib/ceph/osd/ceph-{osd-number} We recommend using the ``xfs`` file system or the ``btrfs`` file system when -running :command:mkfs. +running :command:`mkfs`. See the `OSD Config Reference`_ for additional configuration details.