File: swift-chunk-sizes-b2d3a41363d560ac.yaml

package info (click to toggle)
puppet-module-swift 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,400 kB
  • sloc: ruby: 9,593; python: 38; sh: 10; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
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.