Skip to content

Correct minimum block size for S3 plugin

Mykola Ivanets requested to merge (removed):master into master

Minimum block size should not be the same as 'object-size' plugin parameter otherwise we cannot initiate plugin with object size more than 64K due to NBD protocol specification which stands that minblock size must be <= 64K.

Merge request reports