mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
Merge pull request #27201 from bstillwell/bootstrap-keyring-caps-doc-fix
doc: Add missing mgr cap for the bootstrap keyring Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
afc6c1ea7b
@ -167,7 +167,7 @@ The procedure is as follows:
|
||||
#. Generate a bootstrap-osd keyring, generate a ``client.bootstrap-osd`` user and add
|
||||
the user to the keyring. ::
|
||||
|
||||
sudo ceph-authtool --create-keyring /var/lib/ceph/bootstrap-osd/ceph.keyring --gen-key -n client.bootstrap-osd --cap mon 'profile bootstrap-osd'
|
||||
sudo ceph-authtool --create-keyring /var/lib/ceph/bootstrap-osd/ceph.keyring --gen-key -n client.bootstrap-osd --cap mon 'profile bootstrap-osd' --cap mgr 'allow r'
|
||||
|
||||
#. Add the generated keys to the ``ceph.mon.keyring``. ::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user