From 15138ca4c81574e91560df348866727d21462184 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 18 Jun 2020 13:23:27 +1000 Subject: [PATCH] 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 --- doc/install/manual-deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 54b28f6e2165..1e7cfe05c3d0 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 -- 2.47.3