red-hat-storage / ocs-training

Hands-on workshops for both system administrators and application developers interested in learning how to deploy, manage and use OpenShift Container Storage (OCS)
92 stars 125 forks source link

change failureDomain of ObjectStore to host #272

Closed guimou closed 1 year ago

guimou commented 1 year ago

The failureDomain settings for the ObjectStore CR used to deploy the RGW were set on zone. This worked for a multi-zone deployment, as it was defined in earlier versions of RHPDS deployments of OpenShift. For some time now, default RHPDS deployments of OpenShift are done in a single zone, which breaks RGW deployment with example file. This PR sets failureDomain to host to make it compatible again. In some cases it may not be the best setting, but at least it would always work.