]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install: add sudo to command 35635/head
authorZac Dover <zac.dover@gmail.com>
Thu, 18 Jun 2020 03:23:27 +0000 (13:23 +1000)
committerZac Dover <zac.dover@gmail.com>
Mon, 22 Jun 2020 05:13:16 +0000 (15:13 +1000)
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 <zac.dover@gmail.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
doc/install/manual-deployment.rst

index 54b28f6e21657ab1b77e85d1f64ffc8d19cacc1d..1e7cfe05c3d00077e4eb57bff8bde9f632cf2489 100644 (file)
@@ -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