-
Notifications
You must be signed in to change notification settings - Fork 554
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
RBD: Flatten group snapshot #4973
Conversation
/test ci/centos/mini-e2e-helm/k8s-1.31 |
/test ci/centos/mini-e2e-helm/k8s-1.31 |
5 additional group snapshots are created and deleted successfully. |
d22ce45
to
234ae0c
Compare
/test ci/centos/mini-e2e-helm/k8s-1.31 |
/retest ci/centos/mini-e2e-helm/k8s-1.31 |
E2E changes in this pr adds creation & deletion of additional volumegroupsnapshots.
|
4c35c58
to
8882254
Compare
/test ci/centos/mini-e2e-helm/k8s-1.31 |
8882254
to
43cf95f
Compare
/test ci/centos/mini-e2e-helm/k8s-1.31 |
43cf95f
to
5edecc9
Compare
/test ci/centos/mini-e2e-helm/k8s-1.31 |
1 similar comment
/test ci/centos/mini-e2e-helm/k8s-1.31 |
b41a344
to
94b9f0b
Compare
/test ci/centos/mini-e2e-helm/k8s-1.31 |
94b9f0b
to
771763a
Compare
/test ci/centos/mini-e2e-helm/k8s-1.31 |
Currently, CephCSI only uses listSnaps to determine number of snapshots on a RBD image and uses snapshot names as child image names to flatten them. But child images may have different name(in case of group snapshot) or they maybe in trash (deleted k8s VolSnapshot with alive restored PVC). The above problems are avoid by making use of both snap and child image lists. Signed-off-by: Rakshith R <[email protected]>
Signed-off-by: Rakshith R <[email protected]>
3562eea
to
2597e45
Compare
Resolved dependencies, PTAL |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
/test ci/centos/k8s-e2e-external-storage/1.31 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e-helm/k8s-1.31 |
/test ci/centos/k8s-e2e-external-storage/1.30 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e/k8s-1.31 |
/test ci/centos/mini-e2e-helm/k8s-1.30 |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e/k8s-1.30 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e/k8s-1.29 |
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
/retest ci/centos/mini-e2e/k8s-1.29 |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 50b2a05 |
Describe what this PR does
Related issues
related-to: #5000
Fixes: #issue_number
Checklist:
guidelines in the developer
guide.
Request
notes
updated with breaking and/or notable changes for the next major release.
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)