Re: vcpu socket configuration

2019-11-25 Thread Pierre-Luc Dion
ng coresPerSocket = details.get(" cpu.corespersocket"); > > This is vmware: > String coresPerSocket = vmSpec.getDetails().get("cpu.corespersocket"); > > 发件人: Nii Apleh Lartey > 发送时间: 2019年11月25日 22:07 > 收件人: li jerry ; dev@cloudstack.apache.org > 主题: Re: vcpu

Re: vcpu socket configuration

2019-11-25 Thread Pierre-Luc Dion
"netmask": "255.255.255.0", > "networkid": "e28d44cf-9179-4526-81b6-990ef31ec9be", > "networkname": "test-assistanz-mon", > "secondaryip": [], > "traffictype": "Guest&qu

Re: vcpu socket configuration

2019-11-25 Thread Nii Apleh Lartey
"networkid": "e28d44cf-9179-4526-81b6-990ef31ec9be", "networkname": "test-assistanz-mon", "secondaryip": [], "traffictype": "Guest", "type": "Isolated" } ],

Re: vcpu socket configuration

2019-11-25 Thread Nii Apleh Lartey
;b8850bca-88b4-4378-ba70-e87546db58fd", "iscustomized": false, "issystem": false, "isvolatile": false, "limitcpuuse": false, "memory": 4096, "name": "SP01-20C4G", "offerha": true, "provisioningtype":

Re: vcpu socket configuration

2019-11-25 Thread Pierre-Luc Dion
Using cloudmonkey or cmk, you can specify the number of socket at the vm create using : "details[0].cpu.corespersocket=6" so if you define 8 vcpu with details[0].cpu.corespersocket=4 the vm will have 4 sockets @2cores. On Sun, Nov 24, 2019 at 8:41 AM li jerry wrote: > Hello All > > We found in