You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To deploy multiple cinder backups based on AZ topology
Removes the existing spec.cinder.template.cinderBackup (singluar)
and replaces with cinderBackups (plural)
Jira: OSPRH-28342
Signed-off-by: Gais Ameer <gameer@redhat.com>
Copy file name to clipboardExpand all lines: examples/dt/dz-storage/validate.md
+72-10Lines changed: 72 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,26 @@ This section describes how to:
9
9
10
10
## Pod Distribution
11
11
12
-
The generated `OpenStckControlPlane` CR has each pod inherit the `spread-pods` topology, defined in [section 6.4](https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/deploying_a_rhoso_environment_with_distributed_zones/index#proc_create-a-Topology-CR-that-spreads-pods-across-all-zones_distributed-control-plane), except the `cinderVolumes`, `manilaShares` and Glance edge pods, which all use `topologyRef` to run in specific availability zones. Confirm that the pods for these services are running on their expected worker nodes based on the zone those where those worker nodes were tagged.
12
+
The generated `OpenStckControlPlane` CR has each pod inherit the `spread-pods` topology, defined in [section 6.4](https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/deploying_a_rhoso_environment_with_distributed_zones/index#proc_create-a-Topology-CR-that-spreads-pods-across-all-zones_distributed-control-plane), except the `cinderVolumes`, `cinderBackups`, `manilaShares` and Glance edge pods, which all use `topologyRef` to run in specific availability zones. Confirm that the pods for these services are running on their expected worker nodes based on the zone those where those worker nodes were tagged.
13
13
14
14
Observe the Cinder pod distribution.
15
15
```shell
16
16
$ oc get pods -l service=cinder -o wide
17
-
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
0 commit comments