We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170a4a7 commit c073519Copy full SHA for c073519
services/storage/cfg/config.yml
@@ -31,11 +31,9 @@ storage:
31
path: /storage/meta0 # Path to the metabase
32
33
blobstor:
34
- - type: peapod
35
- path: /storage/peapod0.db
36
- - type: fstree
37
- path: /storage/fstree0 # FSTree root directory
38
- depth: 2
+ type: fstree
+ path: /storage/fstree0 # FSTree root directory
+ depth: 2
39
40
- writecache:
41
enabled: false
@@ -45,8 +43,6 @@ storage:
45
43
path: /storage/meta1 # Path to the metabase
46
44
47
48
49
- path: /storage/peapod1.db
50
51
- path: /storage/fstree1 # FSTree root directory
52
+ path: /storage/fstree1 # FSTree root directory
0 commit comments