RE: [!!Mass Mail]Help to fix systemVMs Error

2021-04-22 Thread Дикевич Евгений Александрович
Hi Try to login into SystemVM and run script inside /usr/local/cloud/systemvm/ssvm-check.sh https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting From: 조대형 [mailto:carl...@renet.kr] Sent: Friday, April 23, 2021 9:38 AM To: users@cloudstack.apac

Re: Kubernetes service has not been configured properly to provision Kubernetes clusters

2021-04-22 Thread Abhishek Kumar
Hi David, What version of VMware are you using? Also, since guest OS hypervisor mapping is not found for 'otherLinux64Guest', you may check available mappings on your env in DB with: select * from cloud.guest_os_hypervisor where guest_os_name='otherLinux64Guest'\G Regards, Abhishek ___

Help to fix systemVMs Error

2021-04-22 Thread 조대형
Hi, I have encountered this issue. CentOS7.9 x86_64 HOST : XenServer 7.0 Cloudstack 4.15 I have setup the cloudstack and System VMs are starting state. However, SystemVMs are stuck at booting like this. EMB50f40459 Does anyone know how to solve this problem? Thanks,

Re: Kubernetes service has not been configured properly to provision Kubernetes clusters

2021-04-22 Thread Pearl d'Silva
Hi David, Not being able to select the OS type for VMware hypervisor type is an expected behaviour - as stated in the note in the following section: http://docs.cloudstack.apache.org/en/latest/adminguide/templates.html#creating-a-template-from-an-existing-virtual-machine - which states: "Since

Re: Issue about Client communication error, please retry later.

2021-04-22 Thread Nicolas Vazquez
Thanks Gustavo, I see on the agent logs that might be a problem accessing your primary storage: 2021-04-21 15:48:21,188 INFO [kvm.storage.LibvirtStorageAdaptor] (agentRequest-Handler-2:null) (logid:f615d126) Attempting to create storage pool e70944bc-e918-37ee-a890-6b66bff7f605 (NetworkFilesys

Re: Issue about Client communication error, please retry later.

2021-04-22 Thread GUSTAVO RAU DE ALMEIDA CALLOU
Hi Gabriel, Instead of attaching, I think it might be better to consider the link to download the logs. The agent log is available here: https://www.dropbox.com/s/3350wpexmjoyhd8/agent.log?dl=0 And the management-server: https://www.dropbox.com/s/7bszzxsfaridaui/management-server.log?dl=0 Any s

Re: Cannot start VMs due to Libvirt exception in agent

2021-04-22 Thread Fariborz Navidan
Hi Everybody, I just fixed the issue :) As per mentioned in the link below, the issue was systemd-machined daemon which tracks locally running virtual machines. I just restarted it as well as restarted libvirtd and cloudstack-agent and it started to work fine. https://www.softaculous.com/board/i

Re: Cannot start stopped VMs

2021-04-22 Thread Fariborz Navidan
Hi Everybody, I just fixed the issue :) As per mentioned in the link below, the issue was systemd-machined daemon which tracks locally running virtual machines. I just restarted it as well as restarted libvirtd and cloudstack-agent and it started to work fine. https://www.softaculous.com/board/in

Re: Cannot start stopped VMs

2021-04-22 Thread Fariborz Navidan
Hi Nicolas, I just updated the SSL certificate for the hostname of the host with a valid Let's Encrypt cert but the host is still in Unsecure state. I think it is something to do with the Also VMs still cannot start. Thanks On Thu, Apr 22, 2021 at 9:39 PM Nicolas Vazquez < nicolas.vazq...@shapeb

Re: Cannot start stopped VMs

2021-04-22 Thread Nicolas Vazquez
Hi Fariborz, I've been taking a look at the thread - you mentioned the hosts are in 'Unsecure' state. You should use the provision certificate API to secure the hosts (can do it from the UI as well). Can you try if that solves your issue? Regards, Nicolas Vazquez ___

Re: Cannot start VMs due to Libvirt exception in agent

2021-04-22 Thread Fariborz Navidan
Hello, I'm running 4.15.0.0 On Thu, Apr 22, 2021 at 9:05 PM Gabriel Bräscher wrote: > Hi Fariborz, > > What version of CloudStack are you running? > > Em qui., 22 de abr. de 2021 às 13:14, Fariborz Navidan < > mdvlinqu...@gmail.com> escreveu: > > > Hello All, > > > > I am not able to start any

Re: Cannot start VMs due to Libvirt exception in agent

2021-04-22 Thread Gabriel Bräscher
Hi Fariborz, What version of CloudStack are you running? Em qui., 22 de abr. de 2021 às 13:14, Fariborz Navidan < mdvlinqu...@gmail.com> escreveu: > Hello All, > > I am not able to start any stopped VM. Agent and Libvirtd are both running. > However, I see the following exception in agent.log: >

SV: Kubernetes service has not been configured properly to provision Kubernetes clusters

2021-04-22 Thread David Larsen
Thanks Pearl. OK, I see. I tried to register a new CoreOS ova template from URL, but when I choose Hypervisor "VMware", the "OS Type" disappear and replaced with "Keyboard Type" so I cannot choose OS Type=CoreOS... Is this normal? The template register result is "Ready=False" and Status: Did

Cannot start VMs due to Libvirt exception in agent

2021-04-22 Thread Fariborz Navidan
Hello All, I am not able to start any stopped VM. Agent and Libvirtd are both running. However, I see the following exception in agent.log: This is the exception I found in the agent.log: 2021-04-22 12:21:29,045 WARN [kvm.resource.LibvirtKvmAgentHook] (agentRequest-Handler-1:null) (logid:4d875f

Re: Kubernetes service has not been configured properly to provision Kubernetes clusters

2021-04-22 Thread Pearl d'Silva
Hi David, On CS 4.15, you will still have to register the CoreOS template to setup Kubernetes Clusters and register it with the same name as the global setting 'cloud.kubernetes.cluster.template.name.'. The ShapeBlue blog that you are probably referring to is something that will be made availab

Kubernetes service has not been configured properly to provision Kubernetes clusters

2021-04-22 Thread David Larsen
Hi 😊 I have now upgraded from CS 4.13 to CS 4.15 and I have tried to configure Kubernetes service from the latest Cloudstack documentation page (CloudStack Kubernetes Service — Apache CloudStack 4.15.0.0 documentation

Re: Issue about Client communication error, please retry later.

2021-04-22 Thread Gabriel Bräscher
Hi Gustavo, I think that the log file has not been attached, can you please double-check it? Thanks! Regards, Gabriel. Em qua., 21 de abr. de 2021 às 19:07, GUSTAVO RAU DE ALMEIDA CALLOU < gustavo.cal...@ufrpe.br> escreveu: > Dear Nicolas Vazquez, > > Yes, I am trying to configure the cloudstac

Re: Cannot start stopped VMs

2021-04-22 Thread Fariborz Navidan
Anyone can help me? On Wed, Apr 21, 2021 at 7:46 PM Fariborz Navidan wrote: > Any chance to identify the reason? > > Thanks > > On Wed, Apr 21, 2021 at 1:54 AM Fariborz Navidan > wrote: > >> Hi. >> \Now there is no "Connection Closed" error in agent.log nut it is still >> unable to start VMs. I

Re: Changing the role of the account

2021-04-22 Thread Rohit Yadav
+1 wot Wido advised - it's not supported in UI, but root admin can call the API. Regards. From: Wido den Hollander Sent: Thursday, April 22, 2021 15:38 To: d...@cloudstack.apache.org ; Rakesh Venkatesh ; users Subject: Re: Changing the role of the account That'

Re: Cannot start stopped VMs

2021-04-22 Thread Fariborz Navidan
This is the exception I found in the agent.log: 2021-04-22 12:21:29,045 WARN [kvm.resource.LibvirtKvmAgentHook] (agentRequest-Handler-1:null) (logid:4d875f04) Groovy scripting engine is not initialized. Data transformation skipped. 2021-04-22 12:21:47,260 WARN [resource.wrapper.LibvirtStartComma

Re: S3 API in Cloudstack

2021-04-22 Thread Hean Seng
Where can I download the plug in ? or this is paid plugin? On Thu, Apr 22, 2021 at 10:56 AM X Guest wrote: > You need the s3 plugin. > http://docs.cloudstack.apache.org/en/latest/developersguide/plugins.html > > regards. > > On Thu, Apr 22, 2021, at 9:05 AM, Hean Seng wrote: > > Hi > > > > I am

RE: VM console keeps pausing to the point of being unusable

2021-04-22 Thread Adam Witwicki
Paste is now working! Thanks Adam -Original Message- From: Adam Witwicki Sent: 22 April 2021 09:18 To: users@cloudstack.apache.org Subject: VM console keeps pausing to the point of being unusable ** This mail originated from OUTSIDE the Oakford corporate network. Treat hyperlinks and

Re: Changing the role of the account

2021-04-22 Thread Wido den Hollander
That's already possible: https://cloudstack.apache.org/api/apidocs-4.15/apis/updateAccount.html roleid: "The UUID of the dynamic role to set for the account" Isn't that what you are looking for? Wido On 22/04/2021 11:55, Rakesh Venkatesh wrote: Hello folks I dont think there is an endpoint

Changing the role of the account

2021-04-22 Thread Rakesh Venkatesh
Hello folks I dont think there is an endpoint right now to change the role of the account. If I have to change that in db, that should be doable right by changing the id's in two or three tables. I hope that wont break anything else. Is it good to add a new parameter to updateAccount api to take t

VM console keeps pausing to the point of being unusable

2021-04-22 Thread Adam Witwicki
Hello, We have an annoying issue, when using the cloudstack console to access a running instance the viewer will keep pausing every 10 to 15 mins, then its fine for a bit. I have found the cloud.log from the console proxy which is showing java exceptions queue full, could this be related? http

Re: [RESULT][VOTE] New life to Terraform Provider CloudStack with Apache CloudStack project

2021-04-22 Thread Rohit Yadav
Update - I've created the new repository on Github: https://github.com/apache/cloudstack-terraform-provider ... and logged request with ASF infra: https://issues.apache.org/jira/browse/INFRA-21772 Regards. From: Rohit Yadav Sent: Thursday, April 22, 2021 13:05

RE: [!!Mass Mail]system VM cannot connect to cloudstack?

2021-04-22 Thread Yordan Kostov
Thank you Евгений! We made it work just as per your proposal. Regards, Jordan -Original Message- From: Дикевич Евгений Александрович Sent: Wednesday, April 21, 2021 5:31 PM To: users@cloudstack.apache.org Subject: RE: [!!Mass Mail]system VM cannot connect to cloudstack? [X] This mes

[RESULT][VOTE] New life to Terraform Provider CloudStack with Apache CloudStack project

2021-04-22 Thread Rohit Yadav
Hi all, After 120 hours, the vote [1] for accepting codebase of Terraform Provider for CloudStack by the Apache CloudStack project has passed with the following votes: +1 (PMC / binding) 4 persons (Wido, Daan, Boris, Rohit) +1 (non-binding) 5 persons (Nathan, Abhishek, Hari, Suresh, Nicolas) 0

Re: [VOTE] New life to Terraform Provider CloudStack with Apache CloudStack project

2021-04-22 Thread Rohit Yadav
+1 (binding) - I'll add my vote as well. Regards. From: Nicolas Vazquez Sent: Tuesday, April 20, 2021 16:42 To: d...@cloudstack.apache.org ; priv...@cloudstack.apache.org ; users@cloudstack.apache.org Subject: Re: [VOTE] New life to Terraform Provider CloudSt