forked from TrueCloudLab/frostfs-node
[#1048] control: Rename Blobstore
to Blobstor
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
f5a9735e1c
commit
876b0c53de
7 changed files with 12 additions and 12 deletions
|
@ -100,7 +100,7 @@ storage:
|
|||
shard_pool_size: 15 # size of per-shard worker pools used for PUT operations
|
||||
shard_num: 2 # total number of shards
|
||||
default: # section with the default shard parameters
|
||||
resync_metabase: true # sync metabase with blobstore on start, expensive, leave false until complete understanding
|
||||
resync_metabase: true # sync metabase with blobstor on start, expensive, leave false until complete understanding
|
||||
|
||||
use_write_cache: true # use write-cache
|
||||
|
||||
|
@ -131,7 +131,7 @@ storage:
|
|||
|
||||
shard:
|
||||
0:
|
||||
resync_metabase: false # sync metabase with blobstore on start, expensive, leave false until complete understanding
|
||||
resync_metabase: false # sync metabase with blobstor on start, expensive, leave false until complete understanding
|
||||
|
||||
use_write_cache: false # use write-cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue