From: Zac Dover Date: Thu, 18 Jun 2020 03:23:27 +0000 (+1000) Subject: doc/install: add sudo to command X-Git-Tag: v16.1.0~1984^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35635%2Fhead;p=ceph.git doc/install: add sudo to command This commit adds "sudo" to a ceph-authtool command that is missing the "sudo". Fixes: https://tracker.ceph.com/issues/46065 Signed-off-by: Zac Dover Reviewed-by: Kefu Chai --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 54b28f6e216..1e7cfe05c3d 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -157,7 +157,7 @@ The procedure is as follows: #. Create a keyring for your cluster and generate a monitor secret key. :: - ceph-authtool --create-keyring /tmp/ceph.mon.keyring --gen-key -n mon. --cap mon 'allow *' + sudo ceph-authtool --create-keyring /tmp/ceph.mon.keyring --gen-key -n mon. --cap mon 'allow *' #. Generate an administrator keyring, generate a ``client.admin`` user and add