Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow deletion of clone parents #20

Open
datamattsson opened this issue Dec 12, 2024 · 0 comments
Open

Allow deletion of clone parents #20

datamattsson opened this issue Dec 12, 2024 · 0 comments

Comments

@datamattsson
Copy link

CSI e2e tests fail due to the fact that the driver can't delete parents of cloned PVCs.

e2e test failure:

External Storage [Driver: csi.vastdata.com] [Testpattern: Dynamic PV (filesystem volmode)] multiVolume [Slow] should concurrently access the volume and its clone from pods on the same node [LinuxOnly] [Feature:VolumeSourceXFS]

This is a very misleading failure message but after an analysis of the test, the parent is deleted first and fails. VolumeSourceXFS is also very misleading but that was the name of the initial test for mounting cloned XFS volumes on the same host which had issues due to duplicate UUIDs. The test case name has remained the same but applies to any file-based CSI driver that have cloning capabilities.

The same e2e driver spec, StorageClass and VolumeSnapshotClass was used as in #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant