Comment 6 for bug 1952282

Revision history for this message
Nobuto Murata (nobuto) wrote :

Similar error was reported to the Rook project fwiw:
https://github.com/rook/rook/issues/4207

There is no mention about the upstream bug number but there are some workarounds written:
> ceph config-key rm mgr/dashboard/key
> ceph config-key rm mgr/dashboard/crt
> ceph dashboard create-self-signed-cert

Which is basically clearing out the key/value store before executing the command :(