]> git.proxmox.com Git - pve-container.git/commit
fix #5414: use proper percentages in `pct df` master
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 25 Apr 2024 07:40:13 +0000 (09:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Apr 2024 16:16:13 +0000 (18:16 +0200)
commitccc2bd7b88c0a08020a99aaec8da74d6f367b331
tree85cf1043266a1f9ce8510ff93e6fd102bc3a3f2c
parent66cbef137971c990161670dcee6adcd2590368fb
fix #5414: use proper percentages in `pct df`

while some people write percentages as 0.XX , putting a % next to that is just
confusing. also, combined with the format modifier this would be rather lossy,
and also not match regular `df` output..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/CLI/pct.pm