-
Notifications
You must be signed in to change notification settings - Fork 257
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 rbd_sparsify_with_progress rbd API #851
rbd: Add rbd_sparsify_with_progress rbd API #851
Conversation
a13c776
to
1f96cc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every test failure says that Image.SparsifyWithProgress is not tracked. Are you sure that you ran make api-update
after new API(and tests) were added? Because api-status.json just says SparsifyWithProgress and not Image.SparsifyWithProgress.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: Remove the text **Description:**
from the commit message. It might look nice on github when it renders the commit in the PR description but if you are like me and mainly use git on the CLI, it doesn't really add anything to the commit.
1f96cc4
to
d9b9dfe
Compare
d9b9dfe
to
5d9dff6
Compare
The failed tests look flaky :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for another great contribution!
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
5d9dff6
to
d810b7d
Compare
Pull request has been modified.
@Mergifyio rebase |
Added a new rbd API `rbd_sparsify_with_progress`, and supporting tests. Fixes: ceph#281 Signed-off-by: Nikhil-Ladha <[email protected]>
✅ Branch has been successfully rebased |
d810b7d
to
275b36f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs changes will be handled in a follow-up PR.
It's blocking the merge and the issue apparently has been solved.
As discussed in ceph#851, we wanted to fully document the arguments the callback function is expected to be called with. Signed-off-by: John Mulligan <[email protected]>
See: #861 |
As discussed in #851, we wanted to fully document the arguments the callback function is expected to be called with. Signed-off-by: John Mulligan <[email protected]>
Description:
Added a new rbd API
rbd_sparsify_with_progress
, and supporting tests.Fixes: #281
Checklist
//go:build ceph_preview
make api-update
to record new APIs