puppet-swift/releasenotes/notes/swift-chunk-sizes-b2d3a41363d560ac.yaml
Simeon Gourlin 14d1bda0b3
This add chunk_size related parameters for proxy-server and object-server.
New parameters for proxy class are object_chunk_size and client_chunk_size,
and for storage class: network_chunk_size, disk_chunk_size and
auditor_disk_chunk_size.

Change-Id: If2bbc9cea1f6e0959fd67d2e004b607a8e40beee
2019-11-20 09:55:29 +01:00

10 lines
425 B
YAML

---
features:
- |
On proxy class, added two new parameters object_chunk_size and
client_chunk_size, that can be used to configure chunk size to
read from object servers and from clients side.
On storage::server class, added three new parameters network_chunk_size,
disk_chunk_size and auditor_disk_chunk_size, that can be used to
configure chunk size to read/write over the network and to the disk.