After the Netbox 4.0 upgrade, the web GUI started reporting VM memory in 'metric' units like GB, instead of 'binary' units like GiB, which it did prior to 4.0.

I opened an issue for this in the Netbox project, and was told that this is the way that its going to be.
However, Netbox-sync still sets the memory field in MiB (for a VM with 12 GiB RAM, netbox-sync sets the MB field to 12288, while Netbox 'expects' 12000).
Could you please reflect the changes that Netbox made? So the import divides the memory value by 1.024 somewhere in the process?
I think this is pretty a low-priority problem, but it would be nice if it could be fixed eventually 🌈
After the Netbox 4.0 upgrade, the web GUI started reporting VM memory in 'metric' units like GB, instead of 'binary' units like GiB, which it did prior to 4.0.
I opened an issue for this in the Netbox project, and was told that this is the way that its going to be.
However, Netbox-sync still sets the memory field in MiB (for a VM with 12 GiB RAM, netbox-sync sets the MB field to 12288, while Netbox 'expects' 12000).
Could you please reflect the changes that Netbox made? So the import divides the memory value by 1.024 somewhere in the process?
I think this is pretty a low-priority problem, but it would be nice if it could be fixed eventually 🌈