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
High availability is a key benefit of OpenShift/Kubernetes, and also a key concern for mission-critical sites.
But if a node goes down, Db2 pods will not be re-scheduled to another node because that's how Kubernetes handles StatefulSets and VolumeAttachments.
Db2 on OpenShift supports Db2 high availability disaster recovery (HADR) configuration with Db2uHadr CR.
It would be very handy if MAS ansible collection supports Db2 HADR configuration as a option.
Usage example
db2_hadr role variable (True/False)
The text was updated successfully, but these errors were encountered:
Feature and motivation
High availability is a key benefit of OpenShift/Kubernetes, and also a key concern for mission-critical sites.
But if a node goes down, Db2 pods will not be re-scheduled to another node because that's how Kubernetes handles
StatefulSets
andVolumeAttachments
.Db2 on OpenShift supports Db2 high availability disaster recovery (HADR) configuration with
Db2uHadr
CR.It would be very handy if MAS ansible collection supports Db2 HADR configuration as a option.
Usage example
db2_hadr
role variable (True
/False
)The text was updated successfully, but these errors were encountered: