note that ceph-deploy should not be called with sudo on certain situations

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
This commit is contained in:
Alfredo Deza 2013-09-20 16:02:28 -04:00
parent e112a8348a
commit c28dd12c09

View File

@ -92,6 +92,9 @@ to logging in as the user you created when no username is specified. ::
Hostname ceph-server.fqdn-or-ip-address.com
User ceph
.. note:: Do not call ceph-deploy with ``sudo`` or run as ``root`` if you are
login in as a different user (as in the ssh config above) because it
will not issue ``sudo`` commands needed on the remote host.
Install ceph-deploy
===================