forked from TrueCloudLab/frostfs-node
[#579] config: Change config example to be compatible with YAML 1.2 standard
In accordance with the YAML 1.2 specification, octal numbers must begin with the 0o prefix. Change-Id: Icb2e83a4aa75c1eb91decd0b7c9b146aaa9fb3e2 Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
b924ecb850
commit
11493d587b
2 changed files with 6 additions and 6 deletions
|
@ -209,7 +209,7 @@ blobstor:
|
|||
width: 4
|
||||
- type: fstree
|
||||
path: /path/to/blobstor/blobovnicza
|
||||
perm: 0644
|
||||
perm: 0o644
|
||||
size: 4194304
|
||||
depth: 1
|
||||
width: 4
|
||||
|
@ -269,7 +269,7 @@ gc:
|
|||
```yaml
|
||||
metabase:
|
||||
path: /path/to/meta.db
|
||||
perm: 0644
|
||||
perm: 0o644
|
||||
max_batch_size: 200
|
||||
max_batch_delay: 20ms
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue