From f47a0780274a37a51ad7b2f9a9e1bcd6d146dc12 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 (cherry picked from commit 2741d9471c959f07f9b55c52114ea9d71916345e) --- doc/cephadm/operations.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/cephadm/operations.rst b/doc/cephadm/operations.rst index 623cf1635a64e..865663190fa7d 100644 --- a/doc/cephadm/operations.rst +++ b/doc/cephadm/operations.rst @@ -532,6 +532,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.39.5