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/osd_types: fix ideal lower bound object-id of pg #21235

Merged
merged 1 commit into from Apr 10, 2018

Conversation

xiexingguo
Copy link
Member

CEPH_NOSNAP is translated into a large unsigned 64-bit integer
which is bigger than any valid snap-id. So the ideal smallest
object of a specific PG would be a clone of snap-id 0, not a head object.

Signed-off-by: xie xingguo xie.xingguo@zte.com.cn

CEPH_NOSNAP is translated into a large unsigned 64-bit integer
which is bigger than any valid snap-id. So the ideal smallest
object of a specific PG would be a clone of snap-id 0, not a head object.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
Copy link
Member

@liewegas liewegas left a comment

Choose a reason for hiding this comment

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

This looks right, although we need to redo the make check after the problem in master is fixed

@batrick
Copy link
Member

batrick commented Apr 4, 2018

retest this please

@tchaikov
Copy link
Contributor

tchaikov commented Apr 8, 2018

retest this please.

@tchaikov tchaikov merged commit 2c3cbc1 into ceph:master Apr 10, 2018
@xiexingguo
Copy link
Member Author

@tchaikov Thanks!

@xiexingguo xiexingguo deleted the wip-fix-obj-start branch April 10, 2018 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants