From: John Wilkins Date: Wed, 8 May 2013 01:05:28 +0000 (-0700) Subject: doc: Fixed typos. X-Git-Tag: v0.63~69 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8ae2bd9b580a5a37f918ce19eb8fb1a3981e15e;p=ceph.git doc: Fixed typos. fixes: #4932 Signed-off-by: John Wilkins --- diff --git a/doc/rados/deployment/preflight-checklist.rst b/doc/rados/deployment/preflight-checklist.rst index c431c8ef3dd6..e6e06777d739 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 715c122623b0..fe3194938257 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