BMYDR0028E

Failed to delete VolumeReplicationGroup.

Severity

Error

User response

Do the following actions to resolve the issue:
  1. Ensure that PVC is not referenced by any pods in the API server.
  2. Ensure that PVCs should not contain any VolumeAttachments. To check the VolumeAttachments, follow the steps:
    1. 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>
    2. If the VolumeAttachments exist, then delete it by using the following command.
      oc delete volumeattachment -n < namespace name>
  3. If the problem persists, then collect the Nodes logs of the both site 1 and site 2 and contact IBM support .