Re: Reply: VM HA is turned on and off

2019-11-25 Thread hongtu_z...@chinacloudly.com
Yes, if you turn on a VM, it means "Power ON", but not the OS is running. hongtu_z...@chinacloudly.com From: li jerry Date: 2019-11-25 15:38 To: dev@cloudstack.apache.org Subject: Reply: VM HA is turned on and off Thank you Andrija I have another problem with VM HA. Our scenario is KVM +

[GitHub] [cloudstack-primate] GabrielBrascher commented on a change in pull request #1: [WIP] Zone wizard steps

2019-11-25 Thread GitBox
GabrielBrascher commented on a change in pull request #1: [WIP] Zone wizard steps URL: https://github.com/apache/cloudstack-primate/pull/1#discussion_r345568850 ## File path: src/views/infra/zone/AddResourcesWizard.vue ## @@ -0,0 +1,192 @@ +// Licensed to the Apache Softwa

[GitHub] [cloudstack-primate] GabrielBrascher commented on a change in pull request #1: [WIP] Zone wizard steps

2019-11-25 Thread GitBox
GabrielBrascher commented on a change in pull request #1: [WIP] Zone wizard steps URL: https://github.com/apache/cloudstack-primate/pull/1#discussion_r345568850 ## File path: src/views/infra/zone/AddResourcesWizard.vue ## @@ -0,0 +1,192 @@ +// Licensed to the Apache Softwa

[GitHub] [cloudstack-primate] rhtyd commented on issue #39: IAM Actions

2019-11-25 Thread GitBox
rhtyd commented on issue #39: IAM Actions URL: https://github.com/apache/cloudstack-primate/issues/39#issuecomment-558271836 Hi @DaanHoogland yes it would be great, let's discuss tomorrow? This is an automated message from th

[GitHub] [cloudstack-primate] rhtyd commented on issue #27: Implement Tree-view based Domain List View

2019-11-25 Thread GitBox
rhtyd commented on issue #27: Implement Tree-view based Domain List View URL: https://github.com/apache/cloudstack-primate/issues/27#issuecomment-558268764 Sure, thanks for sharing @svenvogel let me know if you or @utchoang needs any assistance. I'll update tickets with details in coming d

Re: vcpu socket configuration

2019-11-25 Thread Pierre-Luc Dion
oh, I didn't know it's not supported for KVM, sorry about that. On Mon, Nov 25, 2019 at 9:16 AM li jerry wrote: > > I just checked the code and found that only vmware and xenserver have > related cpu socket settings. > > > This is xenserver: > String coresPerSocket = details.get(" cpu.coresperso

回复: vcpu socket configuration

2019-11-25 Thread li jerry
I just checked the code and found that only vmware and xenserver have related cpu socket settings. This is xenserver: String coresPerSocket = details.get(" cpu.corespersocket"); This is vmware: String coresPerSocket = vmSpec.getDetails().get("cpu.corespersocket"); 发件人: Nii Apleh Lartey 发送时间:

Re: vcpu socket configuration

2019-11-25 Thread Pierre-Luc Dion
When I used to use this command it was with XenServer has hypervisor, I've never tested it with KVM. Also, make sure you use matching multiple of vpcu/socket. ie, deploying 6 vcpu on 4 socket will not work. On Mon, Nov 25, 2019 at 9:02 AM li jerry wrote: > > After deploying the VM with the foll

Re: vcpu socket configuration

2019-11-25 Thread Nii Apleh Lartey
Sorry, Try using "cpuid.coresPerSocket" instead -- Nii From: li jerry Sent: Monday, November 25, 2019 2:02 PM To: dev@cloudstack.apache.org Subject: 回复: vcpu socket configuration After deploying the VM with the following command, the cpu socket is still invali

回复: vcpu socket configuration

2019-11-25 Thread li jerry
After deploying the VM with the following command, the cpu socket is still invalid, but I saw cpu.corespersocket = 2 in the "Settings" of vm Ps :this is KVM Host cmk deploy virtualmachine zoneid=2bc73a3d-4c92-49da-b323-1142a45dca8c templateid=6802f4cb-2529-48f4-bba9-ff7d82db3ab9 serviceofferi

Re: vcpu socket configuration

2019-11-25 Thread Nii Apleh Lartey
You have a "p" and the end of "details" From: li jerry Sent: Monday, November 25, 2019 1:52 PM To: dev@cloudstack.apache.org Subject: 回复: vcpu socket configuration Thank you, Socket doesn't work after I deploy VM with the following command cmk deploy virtu

回复: vcpu socket configuration

2019-11-25 Thread li jerry
Thank you, Socket doesn't work after I deploy VM with the following command cmk deploy virtualmachine zoneid=2bc73a3d-4c92-49da-b323-1142a45dca8c templateid=6802f4cb-2529-48f4-bba9-ff7d82db3ab9 serviceofferingid=b8850bca-88b4-4378-ba70-e87546db58fd name=test-cpu-socket-02 networkids=e28d44

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

[GitHub] [cloudstack-primate] DaanHoogland commented on issue #39: IAM Actions

2019-11-25 Thread GitBox
DaanHoogland commented on issue #39: IAM Actions URL: https://github.com/apache/cloudstack-primate/issues/39#issuecomment-558127033 @rhtyd you need/want my involvement on these? This is an automated message from the Apache Gi

Re: Reply: VM HA is turned on and off

2019-11-25 Thread Andrija Panic
Li, if VM was stopped (or crashed) on the hypervisors level, only then ACS will get report from the KVM hosts that the VM si NOT running any more, and will start it. So yes, it's expected behaviour. On Mon, 25 Nov 2019 at 08:39, li jerry wrote: > Thank you Andrija > > I have another problem wit

[GitHub] [cloudstack-primate] rhtyd opened a new issue #39: IAM Actions

2019-11-25 Thread GitBox
rhtyd opened a new issue #39: IAM Actions URL: https://github.com/apache/cloudstack-primate/issues/39 - [ ] LDAP related and saml related import/add etc. This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-primate] svenvogel commented on issue #27: Implement Tree-view based Domain List View

2019-11-25 Thread GitBox
svenvogel commented on issue #27: Implement Tree-view based Domain List View URL: https://github.com/apache/cloudstack-primate/issues/27#issuecomment-558082519 Hi @rhtyd, my college Hoang Nguyen @utchoang will look in this task. Give him some time to come into the topic.