bareon-allocator/etc/bareon-dynamic-allocator/common_schema.yaml
2015-12-22 18:54:37 +03:00

43 lines
573 B
YAML

- id: os
type: vg
contains:
- id: swap
- id: root
- id: root
type: lv
max_size: 10000
min_size: 5000
mount: /
fs_type: ext4
- id: swap
type: lv
# TODO: Should be calculated based on RAM
size: 2000
fs_type: swap
- id: logs
type: vg
contains:
- id: log
- id: log
type: lv
mount: /var/log
fs_type: ext4
min_size: 1000
max_size: 10000
- id: dynamic_data
type: vg
contains:
- id: dynamic_data_var_lib
- id: dynamic_data_var_www
- id: dynamic_data_var_lib
type: lv
fs_type: ext4
min: 1000
mount: /var/lib