diff options
author | Zac Dover <zac.dover@gmail.com> | 2020-06-18 05:23:27 +0200 |
---|---|---|
committer | Zac Dover <zac.dover@gmail.com> | 2020-06-22 07:13:16 +0200 |
commit | 15138ca4c81574e91560df348866727d21462184 (patch) | |
tree | 667e7a12ad3af2ef6b75f8674dbd50af3e8f68db /doc/install/manual-deployment.rst | |
parent | Merge PR #35626 into master (diff) | |
download | ceph-15138ca4c81574e91560df348866727d21462184.tar.xz ceph-15138ca4c81574e91560df348866727d21462184.zip |
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 <zac.dover@gmail.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc/install/manual-deployment.rst')
-rw-r--r-- | doc/install/manual-deployment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |