From d2451f816bef547cf90871264d6848551801c390 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Fri, 25 Dec 2015 00:20:30 +0300 Subject: [PATCH] Update simple schema --- .../simple_schema.yaml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/etc/bareon-dynamic-allocator/simple_schema.yaml b/etc/bareon-dynamic-allocator/simple_schema.yaml index b5bbfbc..c483e8e 100644 --- a/etc/bareon-dynamic-allocator/simple_schema.yaml +++ b/etc/bareon-dynamic-allocator/simple_schema.yaml @@ -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