From 2741d9471c959f07f9b55c52114ea9d71916345e Mon Sep 17 00:00:00 2001 From: Adam King Date: Thu, 4 Apr 2024 15:05:34 -0400 Subject: [PATCH] doc/cephadm: document new --no-ceph-conf flag for `orch client-keyring set` Signed-off-by: Adam King --- doc/cephadm/operations.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/cephadm/operations.rst b/doc/cephadm/operations.rst index 4ec28bc1c362..3b117c1bd6a6 100644 --- a/doc/cephadm/operations.rst +++ b/doc/cephadm/operations.rst @@ -601,6 +601,13 @@ The resulting keyring file is: -rw-r-----. 1 qemu qemu 156 Apr 21 08:47 /etc/ceph/client.client.rbd.keyring +By default, cephadm will also manage ``/etc/ceph/ceph.conf`` on hosts where it writes the keyrings. +This feature can be suppressed by passing ``--no-ceph-conf`` when setting the keyring. + +.. prompt:: bash # + + ceph orch client-keyring set client.foo label:foo 0:0 --no-ceph-conf + Disabling Management of a Keyring File -------------------------------------- -- 2.47.3