Werk #12076: proxmox_ve: use powers of 10 for KB, MB, GB, TB instead of powers of 2
Component | Checks & agents | ||||
Title | proxmox_ve: use powers of 10 for KB, MB, GB, TB instead of powers of 2 | ||||
Date | Feb 2, 2021 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Converting size information from backup logs had been using powers of 2 for both IEC and non-IEC units (so kB was 1024, instead of 1000, ..). IEC units will still use powers of 2 while non-IEC units will now use powers of 10 instead.