Bug 1546175
| Summary: | [ceph-ansible] [ceph-container] admin keyring is not copied on to the nodes when copy_admin_key is set to true | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Madhavi Kasturi <mkasturi> |
| Component: | Ceph-Ansible | Assignee: | Sébastien Han <shan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Madhavi Kasturi <mkasturi> |
| Severity: | medium | Docs Contact: | Aron Gunn <agunn> |
| Priority: | unspecified | ||
| Version: | 2.5 | CC: | adeza, agunn, aschoen, ceph-eng-bugs, gmeno, hnallurv, nthomas, sankarshan, shan, vashastr, vpoliset |
| Target Milestone: | rc | ||
| Target Release: | 2.* | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
.The `copy_admin_key` option, when set to `true`, does not copy the keyring to other nodes
When using `ceph-ansible` with the `copy_admin_key` option set to `true`, the administrator's keyring does not copy to the other nodes in the Ceph Storage Cluster. To work around this issue, you must manually copy the administrator's keyring file to the other nodes. For example, as the `root` user on the Ceph Monitor node:
----
#scp /etc/ceph/<cluster_name>.client.admin.keyring <destination_node_name>:/etc/ceph/
----
|
Story Points: | --- |
| Clone Of: | 1544720 | Environment: | |
| Last Closed: | 2018-05-18 13:30:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1544720 | ||
| Bug Blocks: | 1536401 | ||
|
Comment 3
Madhavi Kasturi
2018-02-16 14:22:11 UTC
Closing this since https://bugzilla.redhat.com/show_bug.cgi?id=1544720 is closed too. |