Doc Text:
|
.Configuration values, such as `rgw_realm`, `rgw_zonegroup`, and `rgw_zone` are now set before deploying the Ceph Object Gateway daemons
Previously, configuration values like `rgw_realm`, `rgw_zonegroup`, and `rgw_zone` were being set after deploying the Ceph Object Gateway daemons. This would cause the Ceph Object Gateway daemons to deploy in the default realm, zone group, and zone configurations rather than the specified configurations. This would require a restart to deploy them under the correct realm, zone group, and zone configuration.
With this fix, the configuration values are now set before deploying the Ceph Object Gateway daemons and they are deployed in the specified realm, zone group, and zone in the specification.
|