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

ephemeral volumes: test with different volume parameters #431

Open
pohly opened this issue Oct 14, 2019 · 0 comments
Open

ephemeral volumes: test with different volume parameters #431

pohly opened this issue Oct 14, 2019 · 0 comments
Labels
future needs to be fixed in some future release

Comments

@pohly
Copy link
Contributor

pohly commented Oct 14, 2019

ns.provisionDevice(device, req.GetVolumeCapability().GetMount().GetFsType()) should take care of creating ephemeral volumes with the fsType chosen in spec.volumes.csi of a pod (https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#csivolumesource-v1-core). But we don't have tests for it.

We also want to test with read/write vs. read-only ephemeral volumes.

One place to add them would be in https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/testsuites/ephemeral.go: SupportedFsType could also be used to parametrize tests.

@pohly pohly changed the title ephemeral volumes: test with different filesystems ephemeral volumes: test with different volume parameters Oct 14, 2019
@pohly pohly added the future needs to be fixed in some future release label May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future needs to be fixed in some future release
Projects
None yet
Development

No branches or pull requests

1 participant