bl4ko / netbox-ssot

Microservice that synces objects from multiple sources into netbox and makes it automatic SSOT.
MIT License
29 stars 4 forks source link

ovirt - wrong vCPU count #122

Closed TaLoN1x closed 5 months ago

TaLoN1x commented 5 months ago

Ovirt source reports wring count of vCPUs, it reads vCPU per socket.

For example: I have VMs that are 2 virtual sockets, 1 core per socket, they are created with just 1 vCPU, thus should be 2.

bl4ko commented 5 months ago

So I guess we should use cores * sockets formula for determening number of vCPUs for ovirt vms

TaLoN1x commented 5 months ago

I would say so.