Skip to content

Commit

Permalink
Tumbleweed configuration: more sensible min for generic volumes (#1223)
Browse files Browse the repository at this point in the history
The min size for the generic volume (the one without mount point) is
only relevant to populate the initial value at the UI form when the user
clicks on "Add file system -> Other".


![zero](https://github.com/openSUSE/agama/assets/3638289/5bf66ccb-8767-414f-a3d7-ce98f01cbb14)

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.


![onegib](https://github.com/openSUSE/agama/assets/3638289/3a1dc44b-24dc-47f8-8afa-0871ee37ff5e)
  • Loading branch information
ancorgs authored May 16, 2024
2 parents 6f593c3 + e9ac9d9 commit 530c480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products.d/tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ storage:
- filesystem: xfs
size:
auto: false
min: 1 GiB
outline:
required: false
filesystems:
Expand Down

0 comments on commit 530c480

Please sign in to comment.