From cbd7a6589d25abfd482a45951c37d13ec63490b6 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Tue, 11 Apr 2023 10:16:03 +0200 Subject: [PATCH] pmxcfs: update size limit to 128 MiB Signed-off-by: Aaron Lauterer --- pmxcfs.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pmxcfs.adoc b/pmxcfs.adoc index 2c7f04a..7cf70f9 100644 --- a/pmxcfs.adoc +++ b/pmxcfs.adoc @@ -29,10 +29,10 @@ system for storing configuration files, replicated in real time to all cluster nodes using `corosync`. We use this to store all PVE related configuration files. -Although the file system stores all data inside a persistent database -on disk, a copy of the data resides in RAM. This imposes restrictions -on the maximum size, which is currently 30MB. This is still enough to -store the configuration of several thousand virtual machines. +Although the file system stores all data inside a persistent database on disk, +a copy of the data resides in RAM. This imposes restrictions on the maximum +size, which is currently 128 MiB. This is still enough to store the +configuration of several thousand virtual machines. This system provides the following advantages: