Hello All We found in the process of use, when the vcpu in service_offering is a multiple of 6, vm cpu socket =vcpu/6, when vcpu is a multiple of 4, vm cpu socket=vcpu/4
Excuse me, why do we design this way? In my application scenario, there are restrictions on cpu socket, so I want to lock the socket to cpu socket=vcpu/2, what are the drawbacks? (Of course, I will exclude the singular vcpu) -Jerry