]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fix a typo regarding requiretty for RHEL based platforms
authorWido den Hollander <wido@42on.com>
Fri, 4 Jul 2014 12:28:03 +0000 (14:28 +0200)
committerWido den Hollander <wido@42on.com>
Fri, 4 Jul 2014 12:28:03 +0000 (14:28 +0200)
doc/start/quick-ceph-deploy.rst
doc/start/quick-start-preflight.rst

index e05e5ce2203dc722991ee16215c151116d59c0d7..484848c3f22247c3707ecb4ad71764f372c04ca9 100644 (file)
@@ -30,7 +30,7 @@ are in this directory when executing ``ceph-deploy``.
    On some distributions (e.g., CentOS), you may receive an error while trying 
    to execute ``ceph-deploy`` commands. If ``requiretty`` is set
    by default, disable it by executing ``sudo visudo`` and locate the 
-   ``Default requiretty`` setting. Change it to ``Default:ceph !requiretty`` to
+   ``Defaults requiretty`` setting. Change it to ``Defaults:ceph !requiretty`` to
    ensure that ``ceph-deploy`` can connect using the ``ceph`` user and execute 
    commands with ``sudo``.
 
@@ -379,4 +379,4 @@ the migration manually.
 .. _placement group: ../../rados/operations/placement-groups
 .. _Monitoring a Cluster: ../../rados/operations/monitoring
 .. _Monitoring OSDs and PGs: ../../rados/operations/monitoring-osd-pg
-.. _Network Configuration Reference: ../../rados/configuration/network-config-ref
\ No newline at end of file
+.. _Network Configuration Reference: ../../rados/configuration/network-config-ref
index ae4a58aac1748cb12dd6520d4339cf28d2f48308..51e4823f7234530ec4cd8270b60cda93e4c5c8e5 100644 (file)
@@ -78,7 +78,7 @@ following steps:
 
 
 .. note:: Some distributions (e.g., RHEL) require you to comment out 
-   ``Default requiretty`` in the ``/etc/sudoers`` file for ``ceph-deploy`` to 
+   ``Defaults requiretty`` in the ``/etc/sudoers`` file for ``ceph-deploy`` to 
    work properly. If editing, ``/etc/sudoers``, ensure that you use 
    ``sudo visudo`` rather than a text editor.