diff options
author | Charlie Doern <cdoern@redhat.com> | 2022-06-28 09:49:44 -0400 |
---|---|---|
committer | Charlie Doern <cdoern@redhat.com> | 2022-06-28 10:09:38 -0400 |
commit | 6c4c050d3df4f4e952273891bddfeb5b5bd8be5e (patch) | |
tree | add21fe8a6f35c9b12796f24c0bfb02c1147666b /pkg/signal/signal_unix.go | |
parent | 4274906a80c830492e0634602350c1626288e968 (diff) | |
download | podman-6c4c050d3df4f4e952273891bddfeb5b5bd8be5e.tar.gz podman-6c4c050d3df4f4e952273891bddfeb5b5bd8be5e.tar.bz2 podman-6c4c050d3df4f4e952273891bddfeb5b5bd8be5e.zip |
fix volume reporting in system df
currently, podman system df incorrectly calculates the reclaimable storage for
volumes, using a cumulative reclaimable variable that is incremented and placed into each
report entry causing values to rise above 100%.
Switch this variables to be in the context of the loop, so it resets per volume just like the size variable does.
resolves #13516
Signed-off-by: Charlie Doern <cdoern@redhat.com>
Diffstat (limited to 'pkg/signal/signal_unix.go')
0 files changed, 0 insertions, 0 deletions