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

os/bluestore: using macro OBJECT_MAX_SIZE to check osd_max_object_size. #19622

Merged
merged 1 commit into from
Jan 10, 2018

Conversation

majianpeng
Copy link
Member

Signed-off-by: Jianpeng Ma jianpeng.ma@intel.com

if (cct->_conf->get_val<uint64_t>("osd_max_object_size") >=
4*1024*1024*1024ull) {
derr << __func__ << " osd_max_object_size >= 4GB; BlueStore has hard limit of 4GB." << dendl;
if (cct->_conf->get_val<uint64_t>("osd_max_object_size") >
Copy link
Member

Choose a reason for hiding this comment

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

=?

Copy link
Member

Choose a reason for hiding this comment

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

yeah, please keep it >=

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.

.

@majianpeng
Copy link
Member Author

sorry for late response. Update

@tchaikov
Copy link
Contributor

tchaikov commented Jan 7, 2018

@majianpeng need rebase

@majianpeng
Copy link
Member Author

update. please review. Thanks!

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
@liewegas liewegas merged commit bac997a into ceph:master Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants