]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: document new --no-ceph-conf flag for `orch client-keyring set` 58754/head
authorAdam King <adking@redhat.com>
Thu, 4 Apr 2024 19:05:34 +0000 (15:05 -0400)
committerAdam King <adking@redhat.com>
Tue, 23 Jul 2024 16:04:38 +0000 (12:04 -0400)
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 2741d9471c959f07f9b55c52114ea9d71916345e)

doc/cephadm/operations.rst

index bf5df920316a844329b3f3be06d787980aef4454..c7c87a92046e1406ae98adb43b6171c3f5e613af 100644 (file)
@@ -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
 --------------------------------------