ceph: implement (optional) max read size
authorSage Weil <sage@newdream.net>
Thu, 4 Aug 2011 15:21:30 +0000 (08:21 -0700)
committerSage Weil <sage@newdream.net>
Tue, 25 Oct 2011 23:10:15 +0000 (16:10 -0700)
The 'rsize' mount option limits the maximum size of an individual
read(ahead) operation that is sent off to an OSD.  This is distinct from
'rasize', which controls the size of the readahead window.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found