Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

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-AnsibleAssignee: Guillaume Abrioux <gabrioux>
Status: CLOSED NOTABUG QA Contact: Vasishta <vashastr>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.3CC: aschoen, assingh, ceph-eng-bugs, gabrioux, gmeno, mhackett, mmuench, nthomas, ykaul
Target Milestone: z3Keywords: 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 Gaurav Sitlani 2020-01-08 14:09:47 UTC
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