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

Add ci test for shared volume #573

Open
sinhaashish opened this issue Jul 29, 2024 · 0 comments
Open

Add ci test for shared volume #573

sinhaashish opened this issue Jul 29, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Need help from community contributors.

Comments

@sinhaashish
Copy link
Member

Describe the problem/challenge you have
[A description of the current limitation/problem/challenge that you are experiencing.]
Need to add ci test for shared volume

Describe the solution you'd like
[A clear and concise description of what you want to happen.]

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The test must achieve the below functionality

Scenario Outline: Shared volume
Given a storage class is created with fsType as and shared is set to yes
And pvc is created referencing this storage class and a deployment using the same pvc
And a zfsvolume is created and used by the application
When two pods were deployed on same node and they both are running
Then the LocalPV-ZFS Driver will allow the volumes to be mounted by more than one pods
Examples:
| fsType |
| zfs |
| ext4 |
| xfs |
| btrfs |

Environment:

  • LocalPV-ZFS version
  • Kubernetes version (use kubectl version):
  • Kubernetes installer & version:
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
@sinhaashish sinhaashish added help wanted Need help from community contributors. good first issue Good for newcomers labels Jul 29, 2024
@avishnu avishnu changed the title Add test for shared volume Add ci test for shared volume Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Need help from community contributors.
Projects
None yet
Development

No branches or pull requests

1 participant