Update simple schema
This commit is contained in:
parent
704c73a46c
commit
d2451f816b
@ -1,19 +1,27 @@
|
||||
- id: root
|
||||
type: lv
|
||||
min_size: 5000
|
||||
min_size: 10
|
||||
max_size: 20
|
||||
mount: /
|
||||
fs_type: ext4
|
||||
weight: 1
|
||||
|
||||
- id: test
|
||||
type: lv
|
||||
min_size: 5000
|
||||
min_size: 32
|
||||
max_size: 32
|
||||
mount: /test
|
||||
fs_type: ext4
|
||||
weight: 0.5
|
||||
weight: 1
|
||||
|
||||
- id: swap
|
||||
type: lv
|
||||
# TODO: Should be calculated based on RAM
|
||||
size: 2000
|
||||
min_size: 5
|
||||
max_size: 5
|
||||
fs_type: swap
|
||||
|
||||
- id: partition
|
||||
type: partition
|
||||
min_size: 0
|
||||
fs_type: ext4
|
||||
mount: /var/www
|
||||
|
Loading…
Reference in New Issue
Block a user