From 6417b2530e2c58e1adcf841de8a304485759f112 Mon Sep 17 00:00:00 2001 From: Bryan Stillwell Date: Tue, 26 Mar 2019 14:03:32 -0600 Subject: [PATCH] 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 --- doc/install/manual-deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``. :: -- 2.47.3