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: proper handling for csum enable/disable settings #10431

Merged
merged 2 commits into from Aug 13, 2016

Conversation

ifed01
Copy link
Contributor

@ifed01 ifed01 commented Jul 25, 2016

There is no need to read 'csum aligned' chunks when reading with csum verification disabled. Hence we can tune read performance.

Signed-off-by: Igor Fedotov ifedotov@mirantis.com

Igor Fedotov added 2 commits July 25, 2016 16:36
Signed-off-by: Igor Fedotov <ifed@mirantis.com>
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com>
@liewegas
Copy link
Member

lgtm

@liewegas
Copy link
Member

Hmm, I wonder if it makes sense to have a different option for this (verify csum on read)? That way you can separately disable all the csum checks on read, which might be useful/interesting anyway.

@markhpc
Copy link
Member

markhpc commented Aug 11, 2016

@liewegas Would you want the hypothetical option as a separate PR? (IE are we good to go on this one?)

@ifed01
Copy link
Contributor Author

ifed01 commented Aug 11, 2016

@liewegas I think that's a nice option with a very little use..

@liewegas liewegas merged commit ea63a4e into ceph:master Aug 13, 2016
@ifed01 ifed01 deleted the wip-bluestore-fix-csum-disable2 branch August 14, 2016 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants