From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id A5CDA1FF164 for <inbox@lore.proxmox.com>; Fri, 9 May 2025 13:07:39 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id CF5063B161; Fri, 9 May 2025 13:07:56 +0200 (CEST) Message-ID: <9a5036b0-8549-47b8-84c4-6f4d8d9c9a84@proxmox.com> Date: Fri, 9 May 2025 13:07:53 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Christoph Heiss <c.heiss@proxmox.com> References: <20250429140940.161711-1-m.koeppl@proxmox.com> <20250429140940.161711-4-m.koeppl@proxmox.com> <D9P1YXB42LGJ.ULII1HUIPAWQ@proxmox.com> From: =?UTF-8?Q?Michael_K=C3=B6ppl?= <m.koeppl@proxmox.com> Content-Language: en-US In-Reply-To: <D9P1YXB42LGJ.ULII1HUIPAWQ@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.006 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: Re: [pve-devel] [PATCH pve-installer v2 3/6] close #5887: add sanity check for LVM swapsize and maxroot X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/> List-Post: <mailto:pve-devel@lists.proxmox.com> List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help> List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe> Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> Cc: Proxmox VE development discussion <pve-devel@lists.proxmox.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com> On 5/6/25 13:48, Christoph Heiss wrote: > After testing this change and thinking about the maxroot change again, > $hdsize / 4 doesn't really make sense. E.g. for an (unrealistically > small, but still) disk of 8 GiB; if its unset, pve-root will be ~6.5 GiB > in size, with the limit of 2 GiB, the installation fails due to > ENOSPACE. > > The default calculations try really hard to make installations possible > even on small disks, in Proxmox/Install.pm:create_lvm_volumes() > > So I'm not sure if we really should restrict it that much, or rather > relax it in the documentation. Thought a bit about this. I agree that the sanity check should not entirely stop users from creating setups that would work. An alternative approach might be not to enforce the maxroot limit of $hdsize / 4 for smaller disks. create_lvm_volumes() considers 12 GiB to be small, if I'm not mistaken, and basically does a best-effort install. I'm not sure if I like setting such an arbitrary limit for a sanity check, though. It makes the sanity check intransparent if users cannot configure a root volume size greater than 4 GiB if their hdsize is 16 GiB, but at the same time are free to set it to 6 GiB if the hdsize is 8 GiB. What do you think? Another alternative might be to simply display a warning that doesn't stop users from installing, i.e. "Recommended maximum root volume size is hdsize / 4". In both cases the documentation should be updated to reflect that. _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel