We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
orch client-keyring set
1 parent 0dab95e commit 2741d94Copy full SHA for 2741d94
doc/cephadm/operations.rst
@@ -601,6 +601,13 @@ The resulting keyring file is:
601
602
-rw-r-----. 1 qemu qemu 156 Apr 21 08:47 /etc/ceph/client.client.rbd.keyring
603
604
+By default, cephadm will also manage ``/etc/ceph/ceph.conf`` on hosts where it writes the keyrings.
605
+This feature can be suppressed by passing ``--no-ceph-conf`` when setting the keyring.
606
+
607
+.. prompt:: bash #
608
609
+ ceph orch client-keyring set client.foo label:foo 0:0 --no-ceph-conf
610
611
Disabling Management of a Keyring File
612
--------------------------------------
613
0 commit comments