Feature #624
radostool: make 'put' write large objects in chunks
% Done:
0%
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
otherwise a put on a large (100mb+) file can fail because it exceeds the size of the osd journals. it's also clearly not optimal and can make the osd OOM
History
#1 Updated by John Leach about 10 years ago
Can we be able to set the chunk size with an argument, for testing this kind of thing in future?
#2 Updated by Sage Weil about 10 years ago
- Assignee set to Anonymous
#3 Updated by Sage Weil almost 10 years ago
- Assignee changed from Anonymous to Greg Farnum
#4 Updated by Greg Farnum almost 10 years ago
- Status changed from New to Resolved
0b7174f6aa072b6c0d8291a6c87a3991f8c401cd
Set chunk size with -b, defaults to 4MB.