mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
Merge pull request #16660 from nrdmn/patch-2
doc: added mgr caps to manual deployment documentation Reviewed-by: John Spray <john.spray@redhat.com>
This commit is contained in:
commit
fa70335db2
@ -162,7 +162,7 @@ The procedure is as follows:
|
||||
#. Generate an administrator keyring, generate a ``client.admin`` user and add
|
||||
the user to the keyring. ::
|
||||
|
||||
sudo ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow'
|
||||
sudo ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow' --cap mgr 'allow *'
|
||||
|
||||
|
||||
#. Add the ``client.admin`` key to the ``ceph.mon.keyring``. ::
|
||||
|
@ -211,7 +211,7 @@ The procedure is as follows:
|
||||
#. Generate an administrator keyring, generate a ``client.admin`` user and add
|
||||
the user to the keyring. ::
|
||||
|
||||
sudo ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow'
|
||||
sudo ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow' --cap mgr 'allow *'
|
||||
|
||||
|
||||
#. Add the ``client.admin`` key to the ``ceph.mon.keyring``. ::
|
||||
|
Loading…
Reference in New Issue
Block a user