From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 305E393C22 for ; Tue, 11 Apr 2023 10:16:36 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 0BFF332C86 for ; Tue, 11 Apr 2023 10:16:06 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 11 Apr 2023 10:16:04 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id DD53746C80 for ; Tue, 11 Apr 2023 10:16:03 +0200 (CEST) From: Aaron Lauterer To: pve-devel@lists.proxmox.com Date: Tue, 11 Apr 2023 10:16:03 +0200 Message-Id: <20230411081603.100002-1-a.lauterer@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.089 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH docs] pmxcfs: update size limit to 128 MiB X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2023 08:16:36 -0000 Signed-off-by: Aaron Lauterer --- I also did a reformat of that paragraph. pmxcfs.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pmxcfs.adoc b/pmxcfs.adoc index ea15559..85e61d8 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: -- 2.30.2