From: Sage Weil Date: Fri, 7 Jul 2017 20:34:43 +0000 (-0400) Subject: doc/start/quick-ceph-deploy: drop redundant warning X-Git-Tag: v12.1.1~72^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b07144b814d632c0f8b2c66bc0fd7232f75722a;p=ceph.git doc/start/quick-ceph-deploy: drop redundant warning This is part of preflight. Signed-off-by: Sage Weil --- diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index e2bf659753c9..1ff1a95a7003 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -25,14 +25,6 @@ are in this directory when executing ``ceph-deploy``. if you are logged in as a different user, because it will not issue ``sudo`` commands needed on the remote host. -.. topic:: Disable ``requiretty`` - - 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 - ``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``. Create a Cluster ================