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
This issue was reported by our partner Redhat openshift during their testing.
Reproduction steps:
Create multiple DVs cloning (via VolumeSnapshot) the same PVC (example). Try to increase the number of clone DVs created "concurrently" until you reproduce the issue.
Some of the DVs will get stuck in PrepClaimInProgress phase and their VolumeSnapshots will report the following error:
Failed to check and update snapshot content: failed to take snapshot of the volume projects//zones/us-central1-c/disks/pvc-: "rpc error: code = Aborted desc = An operation with the given Volume ID projects//zones/us-central1-c/disks/pvc- already exists"
The error seems to be coming from the volume-lock logic here.
The text was updated successfully, but these errors were encountered:
This issue was reported by our partner Redhat openshift during their testing.
Reproduction steps:
Failed to check and update snapshot content: failed to take snapshot of the volume projects//zones/us-central1-c/disks/pvc-: "rpc error: code = Aborted desc = An operation with the given Volume ID projects//zones/us-central1-c/disks/pvc- already exists"
The error seems to be coming from the volume-lock logic here.
The text was updated successfully, but these errors were encountered: