forked from TrueCloudLab/xk6-frostfs
24 lines
No EOL
588 B
YAML
24 lines
No EOL
588 B
YAML
# This configuration can be used for the local scenario when testing locally.
|
|
storage:
|
|
shard_num: 1
|
|
shard:
|
|
0:
|
|
metabase:
|
|
path: /tmp/k6_local/metabase
|
|
perm: 0600
|
|
blobstor:
|
|
- path: /tmp/k6_local/blobovnicza
|
|
type: blobovnicza
|
|
perm: 0600
|
|
opened_cache_capacity: 32
|
|
depth: 1
|
|
width: 1
|
|
- path: /tmp/k6_local/fstree
|
|
type: fstree
|
|
perm: 0600
|
|
depth: 4
|
|
writecache:
|
|
enabled: false
|
|
gc:
|
|
remover_batch_size: 100
|
|
remover_sleep_interval: 1m |