Timestamp (UTC) | Message |
---|---|
2024-06-14T16:05:51.881Z | <Raghu> Thank you for all the help, i can deploy the whole cluster with multisite setup. One question that i have is , when i try to run the following command ``` ceph orch daemon add mon host1:10.99.0.0/16``` I dont see /etc/ceph/ceph.client.admin.keyring being deployed to the new mon machine, is that expected ? |
2024-06-14T16:07:31.728Z | <Adam King> that keyring is only distributed to hosts with the special `_admin` label (which you can add to whatever host you want that keyring on). There's some info about that and some of the other special hosts labels in <https://docs.ceph.com/en/reef/cephadm/host-management/#special-host-labels> |