From e9ac9d96ff43291ab22ca47438434ba5d62723e0 Mon Sep 17 00:00:00 2001 From: Ancor Gonzalez Sosa Date: Thu, 16 May 2024 15:01:22 +0100 Subject: [PATCH] Tumbleweed: more sensible min for generic volumes That min size is only relevant to populate the form in the UI with an initial default value. Zero is a weird value for that because is not even a valid min. All the other minimums in the product (/, /home, swap...) are in the scale of Gigabytes. So 1GiB looks more sensible as starting point for the user to adjust it. --- products.d/tumbleweed.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/products.d/tumbleweed.yaml b/products.d/tumbleweed.yaml index a4d5a11d71..6b22431a53 100644 --- a/products.d/tumbleweed.yaml +++ b/products.d/tumbleweed.yaml @@ -191,6 +191,7 @@ storage: - filesystem: xfs size: auto: false + min: 1 GiB outline: required: false filesystems: