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

librbd: remove consistency group rbd cli and API support #12475

Merged
merged 1 commit into from Dec 27, 2016

Conversation

dillaman
Copy link

Fixes: http://tracker.ceph.com/issues/18231
Signed-off-by: Jason Dillaman dillaman@redhat.com

@dillaman dillaman added this to the kraken milestone Dec 13, 2016
std::string name;
int64_t pool;
} group_spec_t;

// Consistency groups functions
int group_create(librados::IoCtx& io_ctx, const char *imgname);
int group_remove(librados::IoCtx& io_ctx, const char *group_name);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you retaining the function declarations when the corresponding definitions have been dropped?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smithfarm I am mostly concerned about ensuring the API and cli isn't there -- leaving unused functions is less of a priority to me.

@liewegas
Copy link
Member

Please hold off on merging this into the kraken branch until we're ready. Thanks!

@liewegas liewegas changed the title librbd: remove consistency group rbd cli and API support DNM: librbd: remove consistency group rbd cli and API support Dec 14, 2016
@trociny
Copy link
Contributor

trociny commented Dec 14, 2016

@dillaman need to update test/cli/rbd/help.t

Fixes: http://tracker.ceph.com/issues/18231
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Copy link
Contributor

@trociny trociny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@liewegas liewegas changed the title DNM: librbd: remove consistency group rbd cli and API support librbd: remove consistency group rbd cli and API support Dec 27, 2016
@liewegas liewegas merged commit b10c9fa into ceph:kraken Dec 27, 2016
@dillaman dillaman deleted the wip-18231-kraken branch December 27, 2016 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants