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
2.1.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)
2.0.0b6 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

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.

To the list of all Werks