]> git.proxmox.com Git - pve-manager.git/commit
pve7to8: update check for free space to >= 5 GB
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 08:19:27 +0000 (10:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 08:25:30 +0000 (10:25 +0200)
commit5af851c5afe6fe25b253a19543e62b4cdfda508f
treeae9a3b442c6231cfcc2c46abef23587cc110a32d
parent69eaceb3df7f46216efd0a33f90a5cb79835eb28
pve7to8: update check for free space to >= 5 GB

As for persistent storage we normally use GB not GiB nowadays (e.g.,
in the Web UI), as 2^30 is bigger than 10^9, rounding up to 5 GB
should be fine; it's really safer to have a bit more free space as
minimally required in some minimal setups.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/pve7to8.pm