summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-05-07 18:05:28 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-05-07 18:05:28 -0700
commitf8ae2bd9b580a5a37f918ce19eb8fb1a3981e15e (patch)
tree560e5052a0d095ae211de40760bd2d1ab3d18ac2 /doc
parent452fb529fad7ca93f07bf7194e5fbea4e01f2ab7 (diff)
downloadceph-f8ae2bd9b580a5a37f918ce19eb8fb1a3981e15e.tar.gz
doc: Fixed typos.
fixes: #4932 Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/rados/deployment/preflight-checklist.rst6
-rw-r--r--doc/start/quick-start-preflight.rst4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/rados/deployment/preflight-checklist.rst b/doc/rados/deployment/preflight-checklist.rst
index c431c8ef3dd..e6e06777d73 100644
--- a/doc/rados/deployment/preflight-checklist.rst
+++ b/doc/rados/deployment/preflight-checklist.rst
@@ -46,13 +46,13 @@ Create a user on hosts running Ceph daemons.
``ceph-deploy`` installs packages onto your hosts. This means that
-the user you create requires passwordless ``sudo`` priveleges.
+the user you create requires passwordless ``sudo`` privileges.
-.. note:: We **DO NOT** recommmend enabling the ``root`` password
+.. note:: We **DO NOT** recommend enabling the ``root`` password
for security reasons.
To provide full privileges to the user, add the following to
-``/etc/sudoers.d/chef``. ::
+``/etc/sudoers.d/ceph``. ::
echo "ceph ALL = (root) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/ceph
sudo chmod 0440 /etc/sudoers.d/ceph
diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst
index 715c122623b..fe319493825 100644
--- a/doc/start/quick-start-preflight.rst
+++ b/doc/start/quick-start-preflight.rst
@@ -55,9 +55,9 @@ Create a user on hosts running Ceph daemons.
``ceph-deploy`` installs packages onto your hosts. This means that
-the user you create requires passwordless ``sudo`` priveleges.
+the user you create requires passwordless ``sudo`` privileges.
-.. note:: We **DO NOT** recommmend enabling the ``root`` password
+.. note:: We **DO NOT** recommend enabling the ``root`` password
for security reasons.
To provide full privileges to the user, add the following to