From a026d579cefb793cd41236239ba5a8986c779ecb Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Thu, 5 Oct 2017 16:27:34 +0200 Subject: [PATCH] MINIMUM disk size to 80GB to allow SSD 120GB to be used --- source/configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configuration b/source/configuration index cbc004a..8fbff5b 100644 --- a/source/configuration +++ b/source/configuration @@ -82,7 +82,7 @@ MINIMUM_DISK_SIZE=17 # total minimum disk size in GB if all usable disks are below this # size, the node cannot be installed vs_TOTAL_MINIMUM_DISK_SIZE=50 -lxc_TOTAL_MINIMUM_DISK_SIZE=120 +lxc_TOTAL_MINIMUM_DISK_SIZE=80 # set of langugase for install (used in /etc/rpm/macros) -- 2.43.0