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:
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
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*.
moving to 5.2, as there are more important BZs in progress right now.