Bug 1962087

Summary: [Cephadm] Cephadm is not reflecting updated values to ceph status
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Uday kurundwade <ukurundw>
Component: CephadmAssignee: Adam King <adking>
Status: POST --- QA Contact: Mohit Bisht <mobisht>
Severity: low Docs Contact: Karen Norteman <knortema>
Priority: medium    
Version: 5.0CC: saraut, vereddy
Target Milestone: ---   
Target Release: 7.0   
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: 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 Uday kurundwade 2021-05-19 09:51:02 UTC
Description of problem:
Cephadm is not reflecting updated values to ceph status

Version-Release number of selected component (if applicable):
16.2.0-38.el8cp

How reproducible:
[3/3]

Steps to Reproduce:
1.Deploy cluster using cephadm
2.Add RGW realm, zonegroup and zone into cluster
3.Add RGW services by running "ceph orch apply rgw" command without specifying --realm and --zone parameter
4.Update RGW services by running "ceph orch apply rgw" command including --realm and --zone parameter

Actual results:
Cephadm is updating RGW spec file but not reflecting updated values to ceph status

Expected results:
Cephadm should reflect updated values to ceph status

Additional info:

Comment 3 Juan Miguel Olmo 2021-05-20 07:28:36 UTC
Can you provide the output of the following commands:

# radosgw-admin realm list
# radosgw-admin realm list-periods
# radosgw-admin zonegroup list
# radosgw-admin zone list

Comment 5 Sebastian Wagner 2021-05-31 10:32:26 UTC
cephadm is not changing the realm and zone configuration automatically. The only thing cephadm is doing is to set rgw_realm, rgw_zone in the *ceph config store* ift daemon and setting certificates in the *ceph config store*.

Comment 14 Sebastian Wagner 2021-11-04 16:33:26 UTC
moving to 5.2, as there are more important BZs in progress right now.