From 19c01b6f3d3f6b5b3498cb0dd3c82e9dac63146a Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 29 Feb 2024 08:29:55 +0100 Subject: [PATCH] 7.0.0b: add "create potentially missing keys (rbd and rbd-mirror)" issue (#1249) Closes osism/issues#865 Signed-off-by: Christian Berendt --- doc/source/notes/7.0.0b.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/notes/7.0.0b.rst b/doc/source/notes/7.0.0b.rst index 3bc830a5..eb4849fe 100644 --- a/doc/source/notes/7.0.0b.rst +++ b/doc/source/notes/7.0.0b.rst @@ -152,11 +152,15 @@ Known issues osism: 'update manager' is not an osism command. See 'osism --help'. +* If error ``Couldn't fetch the key client.bootstrap-rbd at /var/lib/ceph/bootstrap-rbd/."`` + occurs when updating Ceph in task ``create potentially missing keys (rbd and rbd-mirror)``, + create directory ``/var/lib/ceph/bootstrap-rbd/`` on the 1st control node used for Ceph. + Use the UID ``64045`` and the GID ``64045``. Set ``0755`` as permissions. + The following issues have been noticed during tests and could not yet be reproduced and fixed: * `unhealthy mariadb service on the manager `_ * `permission denied error in fluentd service `_ -* `couldn't fetch the key client.bootstrap-rbd error in ceph-rolling_update play `_ Other =====