Add a command that restores caps to client.admin after they have been
accidentally destroyed or removed.
Fixes: https://tracker.ceph.com/issues/23594
Signed-off-by: Zac Dover <zac.dover@proton.me>
with the manager ``crash`` module to upload daemon crash
dumps into monitor storage for later analysis.
+.. important:: If you run the command ``ceph auth caps client.admin mgr
+ 'allow*'``, you will remove necessary capabilities from ``client.admin``. To
+ repair this, run a command of the following form from within the
+ ``/var/lib/ceph/mon/<monitor_name>`` directory:
+
+ .. prompt:: bash #
+
+ ceph -n mon. --keyring keyring auth caps client.admin mds 'allow *' osd 'allow *' mon 'allow *'
+
+
+
Pool
----