-
Notifications
You must be signed in to change notification settings - Fork 557
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 E2E for volumegroupsnapshot for RBD namespace #5084
Comments
/assign |
Thanks for taking this issue! Let us know if you have any questions! |
Hi @Madhu-1 , I want to understand the process from scratch, so I ran it manually.
My Procedure:
2.Create CephBlockPoolRadosNamespace:
3.Get cluster_id
4.Create storageclass with relevant cluster_id
5.Create PVC:
6.Verify pvc in bound state:
7.Install the Snapshot CRDs:
8.Create VolumeGroupSnapshotClass:
|
@OdedViner before creating the volumegroupsnapshotclass please install volumegroupsnapshot CRD's as same volume snapshot like you did in step 7 |
Currently, we have only e2e test to verify that volumegroupsnapshot works with a pool with an implicit namespace, we should also add a test case to ensure that VGS works with other rbd namespaces too.
The text was updated successfully, but these errors were encountered: