diff --git a/bare/config/storage.jsonnet b/bare/config/storage.jsonnet index 9ed3830..a1038fb 100644 --- a/bare/config/storage.jsonnet +++ b/bare/config/storage.jsonnet @@ -20,7 +20,7 @@ local common = import 'common.libsonnet'; keyLocationMapMaximumPutAttempts: 32, oldBlocks: 8, currentBlocks: 24, - newBlocks: 1, + newBlocks: 3, blocksOnBlockDevice: { source: { file: { diff --git a/docker-compose/config/storage.jsonnet b/docker-compose/config/storage.jsonnet index 6929e02..c6961dc 100644 --- a/docker-compose/config/storage.jsonnet +++ b/docker-compose/config/storage.jsonnet @@ -20,7 +20,7 @@ local common = import 'common.libsonnet'; keyLocationMapMaximumPutAttempts: 32, oldBlocks: 8, currentBlocks: 24, - newBlocks: 1, + newBlocks: 3, blocksOnBlockDevice: { source: { file: { diff --git a/docker-compose/config/worker-fuse-ubuntu22-04.jsonnet b/docker-compose/config/worker-fuse-ubuntu22-04.jsonnet index 644efbb..a8287e1 100644 --- a/docker-compose/config/worker-fuse-ubuntu22-04.jsonnet +++ b/docker-compose/config/worker-fuse-ubuntu22-04.jsonnet @@ -20,7 +20,7 @@ local common = import 'common.libsonnet'; keyLocationMapMaximumPutAttempts: 32, oldBlocks: 8, currentBlocks: 24, - newBlocks: 1, + newBlocks: 3, blocksOnBlockDevice: { source: { file: { diff --git a/kubernetes/config/storage.jsonnet b/kubernetes/config/storage.jsonnet index 6929e02..c6961dc 100644 --- a/kubernetes/config/storage.jsonnet +++ b/kubernetes/config/storage.jsonnet @@ -20,7 +20,7 @@ local common = import 'common.libsonnet'; keyLocationMapMaximumPutAttempts: 32, oldBlocks: 8, currentBlocks: 24, - newBlocks: 1, + newBlocks: 3, blocksOnBlockDevice: { source: { file: {