Orion is stating my disk volume size incorrectly. From the Orion Web Console, the size is 15.032 GB. From the server, the disk volume size is 15,032,135,680 bytes.
15,032,135,680 bytes is 13.9GB not 15.032 GB. For every 1000 bytes, you are losing 24.
Using your math, bytes is divided by 1000 3 times (convert to kilobytes to megabytes to gigabytes). This isn't accurate. 1 gigabyte is 1024 megabytes, not 1000 megabytes. Can you create a hotfix that calculates volume size using 1024 instead of 1000?