From 0d9142abd45f189b15eaec1a25464ed7d1859f97 Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Mon, 14 Sep 2015 17:17:29 -0700 Subject: [PATCH] Fix typo in Deployment Guide and add some formatting Change-Id: I58703162bf3e9f39656a5e511bd8fe845793bca2 --- doc/source/deployment_guide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/deployment_guide.rst b/doc/source/deployment_guide.rst index da9d0b4fa2..f4ea5aa665 100644 --- a/doc/source/deployment_guide.rst +++ b/doc/source/deployment_guide.rst @@ -1241,13 +1241,13 @@ RAID it is also important to make sure that the proper sunit and swidth settings get set so that XFS can make most efficient use of the RAID array. For a standard swift install, all data drives are mounted directly under -/srv/node (as can be seen in the above example of mounting /def/sda1 as -/srv/node/sda). If you choose to mount the drives in another directory, +``/srv/node`` (as can be seen in the above example of mounting ``/dev/sda1`` as +``/srv/node/sda``). If you choose to mount the drives in another directory, be sure to set the `devices` config option in all of the server configs to point to the correct directory. -The mount points for each drive in /srv/node/ should be owned by the root user -almost exclusively (root:root 755). This is required to prevent rsync from +The mount points for each drive in ``/srv/node/`` should be owned by the root user +almost exclusively (``root:root 755``). This is required to prevent rsync from syncing files into the root drive in the event a drive is unmounted. Swift uses system calls to reserve space for new objects being written into