From: Bryan Stillwell Date: Tue, 26 Mar 2019 20:03:32 +0000 (-0600) Subject: doc: Add missing mgr cap for the bootstrap keyring X-Git-Tag: v15.1.0~2455^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6417b2530e2c58e1adcf841de8a304485759f112;p=ceph.git doc: Add missing mgr cap for the bootstrap keyring A manual deployment will fail to create OSDs unless the bootstrap-osd keyring has read permissions to the mgr. Signed-off-by: Bryan Stillwell --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 3de7b842d200..0570eff2b8af 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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``. ::