From 0658b89a3012f16a798c6050ab5bf8c2982b5f4c Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 21 Apr 2008 16:31:38 +0000 Subject: [PATCH] Add additional size to ROOT_SIZE to allow netflow data to be collected without running out of room. Our initial trials on the public pl with 3GB root partitions resulted in out of space errors, and lost netflow logs. A preferable solution might be to have an independent partition, or to have a reserved space in the /vserver partition, but adding a new parition is too large a change too soon prior to relase of 4.2. And, putting non-slice data into /vserver seems inappropriate design. --- source/configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configuration b/source/configuration index 88355c1..5d98812 100644 --- a/source/configuration +++ b/source/configuration @@ -44,7 +44,7 @@ SUPPORT_FILE_DIR=/boot # this sets the size of the root logical volume, # after the root and swap has been created, remaining # goes to the vserver partition -ROOT_SIZE=3G +ROOT_SIZE=7G # override the swap size -- 2.47.0