netdevopsbr / netbox-proxbox

Netbox Plugin for integration between Proxmox and Netbox
Apache License 2.0
349 stars 53 forks source link

pynetbox.core.query.RequestError - The specified disk size (53) must match the aggregate size of assigned virtual disks (55) #175

Open Soldier2003 opened 5 months ago

Soldier2003 commented 5 months ago

When I try to run the Proxmox Full update, I get an error:

<class 'pynetbox.core.query.RequestError'>

The request failed with code 400 Bad Request: {'disk': ['The specified disk size (53) must match the aggregate size of assigned virtual disks (55).']}

Python version: 3.10.12
NetBox version: 3.7.7
Plugins: 
  netbox_proxbox: 0.0.5

I found information that changes were made in 3.7.0. https://github.com/netbox-community/netbox/discussions/15108 Please help me with the solution of the issue.