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>
#. 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``. ::