Bug 2179330 - [cee/sd][Cephadm][RGW] RGW parameters set under ceph_conf_overrides does not get applied to the cluster after upgrading from RHCS 4.3 to 5.3 [NEEDINFO]
Summary: [cee/sd][Cephadm][RGW] RGW parameters set under ceph_conf_overrides does not ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Cephadm
Version: 5.3
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
: 5.3z5
Assignee: Adam King
QA Contact: Aditya Ramteke
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-03-17 11:53 UTC by Milind
Modified: 2023-08-16 15:12 UTC (History)
15 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-08-16 15:12:37 UTC
Embargoed:
adking: needinfo? (milverma)


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHCEPH-6274 0 None None None 2023-03-17 11:53:56 UTC
Red Hat Knowledge Base (Solution) 7016187 0 None None None 2023-08-09 15:20:39 UTC

Description Milind 2023-03-17 11:53:01 UTC
Description of problem:

Deployed a containerized RHCS 4.3 cluster with rgw parameters in all.yml under ceph_conf_overrides.
Since upgrading to RHCS 5.3, none of the rgw parameters listed in ceph_conf_overrides have been applied to the RGW configuration.

ceph_conf_overrides in all.yml
------------------------------

ceph_conf_overrides:
  global:
    mon_allow_pool_delete: true
  client.rgw.node3.rgw0:
    rgw_dns_name: node3-rgw0
    rgw_override_bucket_index_max_shards: 16
    rgw_bucket_default_quota_max_objects: 1638400
  client.rgw.node3.rgw1:
    rgw_dns_name: node3-rgw1
    rgw_override_bucket_index_max_shards: 16
    rgw_bucket_default_quota_max_objects: 1638400
  client.rgw.node2.rgw0:
    rgw_dns_name: node3-rgw0
    rgw_override_bucket_index_max_shards: 16
    rgw_bucket_default_quota_max_objects: 1638400
  client.rgw.node2.rgw1:
    rgw_dns_name: node2-rgw1
    rgw_override_bucket_index_max_shards: 16
    rgw_bucket_default_quota_max_objects: 1638400

I have attached the following outputs to the BZ:
ceph_config_dump.txt (After 5.3 upgrade)
rgw_configuration_applied.txt (After 5.3 upgrade)

Version-Release number of selected component (if applicable):
RHCS 5.3

How reproducible:
Always

Steps to Reproduce:
1. Create a containerized RHCS 4.3 cluster with config overrides for RGW
2. Upgrade the cluster to RHCS 5.3
3. Check if the config_overrides parameters actually applied

Actual results:
None of the config overrides parameters are applied t the actual configuration

Expected results:
The config_overrides parameter should apply

Comment 21 Scott Ostapovicz 2023-06-14 16:03:42 UTC
Missed the 5.3 z4 deadline.  Moving from z4 to z5.


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