Bug 1788984
| Summary: | [RFE] Adding rgw section in ceph_conf_overrides to apply the configuration for all the RGWs in the cluster | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Gaurav Sitlani <gsitlani> |
| Component: | Ceph-Ansible | Assignee: | Guillaume Abrioux <gabrioux> |
| Status: | CLOSED NOTABUG | QA Contact: | Vasishta <vashastr> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3 | CC: | aschoen, assingh, ceph-eng-bugs, gabrioux, gmeno, mhackett, mmuench, nthomas, ykaul |
| Target Milestone: | z3 | Keywords: | FutureFeature |
| Target Release: | 3.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-01-14 15:55:42 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: | |||
Description of problem: When using rgw section in the ceph_conf_overrides it creates a ceph.conf in which the rgw section looks like: For example : ~~~~ ceph_conf_overrides: rgw: rgw_op_thread_timeout: 900 ~~~~ ``` [rgw] rgw_op_thread_timeout = 900 ``` In the expected results, it should apply the configuration for all the RGWs in the cluster. This change is exists in the upstream master branch : https://github.com/ceph/ceph-ansible/blob/master/roles/ceph-config/templates/ceph.conf.j2 There's a request to backport this to RHCS 3