gluster / gluster-block

A framework for gluster block storage
GNU General Public License v2.0
74 stars 32 forks source link

ringbuffer: fix the max limited size to 1024M #253

Closed lxbsz closed 4 years ago

lxbsz commented 4 years ago

What does this PR achieve? Why do we need it?

The ringbuffer size for each target could up to the global limitation which is 2GB, here we will allow it up to 1GB. This relevant kernel patch has been updated into the same verions with the dynamic growth and shrink patch set.

Does this PR fix issues?

No.

Notes for the reviewer

pkalever commented 4 years ago

@lxbsz merged now. Thanks!