]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Add missing mgr cap for the bootstrap keyring 27201/head
authorBryan Stillwell <bstillwell@godaddy.com>
Tue, 26 Mar 2019 20:03:32 +0000 (14:03 -0600)
committerBryan Stillwell <bstillwell@godaddy.com>
Tue, 26 Mar 2019 20:03:32 +0000 (14:03 -0600)
A manual deployment will fail to create OSDs unless the bootstrap-osd
keyring has read permissions to the mgr.

Signed-off-by: Bryan Stillwell <bstillwell@godaddy.com>
doc/install/manual-deployment.rst

index 3de7b842d200cb76930f8343385d1d8c326ed3c9..0570eff2b8afdc3fbdbda93fe59b8c11be3d43af 100644 (file)
@@ -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``. ::