-
Notifications
You must be signed in to change notification settings - Fork 545
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: add image size in toSnapshot #4791
Conversation
@Mergifyio rebase |
☑️ Nothing to do
|
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
/test ci/centos/k8s-e2e-external-storage/1.30 |
/test ci/centos/mini-e2e-helm/k8s-1.30 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e/k8s-1.30 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/k8s-e2e-external-storage/1.31 |
/test ci/centos/mini-e2e-helm/k8s-1.31 |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e/k8s-1.31 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e/k8s-1.29 |
@Mergifyio unqueue Lets merge #4790 now, and abort+restart CI jobs after a rebase. |
✅ The pull request has been removed from the queue
|
@Mergifyio rebase |
we need to return the rbd image size as a snapshot size in CreateSnapshot Response. fixes: ceph#4788 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
✅ Branch has been successfully rebased |
c44c09d
to
a6a5794
Compare
/test ci/centos/k8s-e2e-external-storage/1.30 |
/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 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.31 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm/k8s-1.31 |
/test ci/centos/mini-e2e/k8s-1.31 |
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
there have been timeouts while request a VM for the CI jobs, added the |
/retest ci/centos/upgrade-tests-rbd |
/retest ci/centos/mini-e2e-helm/k8s-1.31 |
/retest ci/centos/k8s-e2e-external-storage/1.31 |
/retest ci/centos/mini-e2e/k8s-1.29 |
/retest ci/centos/k8s-e2e-external-storage/1.29 |
@Mergifyio requeue |
☑️ This pull request is already queued |
we need to return the rbd image size as a snapshot size in CreateSnapshot Response.
fixes: #4788