bb-Ricardo / netbox-sync

Sync objects from VMware or redfish sources to NetBox
MIT License
290 stars 65 forks source link

Storage change from GB to MB in Netbox 4.1 #418

Closed dbrown-auto closed 1 month ago

dbrown-auto commented 1 month ago

Following the upgrade to 4.1 we can see the update migrations are being reverted by the sync.

I checked the PR #412 but it doesn't look like it touches on this.

Example log INFO: Virtual disk 'Hard disk 1' attribute 'size' changed from '120000' to '120'

Netbox change: https://github.com/netbox-community/netbox/issues/14692 - Change the atomic unit for virtual disks from 1GB to 1MB

bb-Ricardo commented 1 month ago

Hi, can you check the development branch? This has been fixed but released yet, sorry.

dbrown-auto commented 1 month ago

Yup, sorry about that. Awesome work btw!!