Bug 1788984 - [RFE] Adding rgw section in ceph_conf_overrides to apply the configuration for all the RGWs in the cluster
Summary: [RFE] Adding rgw section in ceph_conf_overrides to apply the configuration fo...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Ceph-Ansible
Version: 3.3
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: z3
: 3.3
Assignee: Guillaume Abrioux
QA Contact: Vasishta
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-01-08 14:09 UTC by Gaurav Sitlani
Modified: 2023-03-24 17:00 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-01-14 15:55:42 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHCEPH-6318 0 None None None 2023-03-24 17:00:25 UTC

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


Note You need to log in before you can comment on or make changes to this bug.