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

osd: remove copy-get-classic #13547

Merged
merged 1 commit into from Feb 27, 2017
Merged

Conversation

liewegas
Copy link
Member

This hasn't been used since well before hammer.

Signed-off-by: Sage Weil sage@redhat.com

Copy link
Contributor

@tchaikov tchaikov left a comment

Choose a reason for hiding this comment

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

shall we note this in the "Compatibility changes" section in release-notes.rst?

classic = true;
}
fill_in_copy_get_noent(op, oid, m->ops[0], classic);
(m->ops[0].op.op == CEPH_OSD_OP_COPY_GET)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

could remove the parentheses around m->ops[0].op.op == CEPH_OSD_OP_COPY_GET.

@liewegas
Copy link
Member Author

I can't really imagine why someone would be using the 'copy-get-classic' rados op explicitly (vs 'copy-get'), but we can add it anyway!

This hasn't been used since well before hammer.

Signed-off-by: Sage Weil <sage@redhat.com>
@yuriw yuriw merged commit f15d025 into ceph:master Feb 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants