BMYDR0028E
Failed to delete VolumeReplicationGroup.
Severity
Error
User response
Do the following actions to resolve the issue:
- Ensure that PVC is not referenced by any pods in the API server.
- Ensure that PVCs should not contain any
VolumeAttachments
. To check theVolumeAttachments
, follow the steps:- If the application failover is not successful, then check for the
VolumeAttachments
of the application by using the following command.oc get volumeattachment -n <namespace name> | grep < PV referenced by the PVC of the given application>
- If the
VolumeAttachments
exist, then delete it by using the following command.oc delete volumeattachment -n < namespace name>
- If the application failover is not successful, then check for the
- If the problem persists, then collect the Nodes logs of the both site 1 and site 2 and contact IBM support .