Skip to content

Commit c073519

Browse files
committed
sn: blobstor is a single substorage now
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
1 parent 170a4a7 commit c073519

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

services/storage/cfg/config.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ storage:
3131
path: /storage/meta0 # Path to the metabase
3232

3333
blobstor:
34-
- type: peapod
35-
path: /storage/peapod0.db
36-
- type: fstree
37-
path: /storage/fstree0 # FSTree root directory
38-
depth: 2
34+
type: fstree
35+
path: /storage/fstree0 # FSTree root directory
36+
depth: 2
3937

4038
- writecache:
4139
enabled: false
@@ -45,8 +43,6 @@ storage:
4543
path: /storage/meta1 # Path to the metabase
4644

4745
blobstor:
48-
- type: peapod
49-
path: /storage/peapod1.db
50-
- type: fstree
51-
path: /storage/fstree1 # FSTree root directory
52-
depth: 2
46+
type: fstree
47+
path: /storage/fstree1 # FSTree root directory
48+
depth: 2

0 commit comments

Comments
 (0)