SystemVMs not starting after host reboot

2023-03-14 Thread Jafar Aghabalayev
Hello community, Recently I rebooted the KVM host where systems running. After rebooting the KVM hosts System VMs unable to start. I can successfully create guest VMs. Cloudstack version: 4.17.2.0 The log from management server: 2023-03-15 02:42:09,545 WARN [c.c.c.ConsoleProxyManagerImpl] (co

Re: Hello Community!!

2023-03-14 Thread Harikrishna Patnala
Welcome Jithin Regards, Harikrishna From: Jithin Raju Date: Tuesday, 14 March 2023 at 1:27 PM To: users@cloudstack.apache.org , d...@cloudstack.apache.org Subject: Hello Community!! Hi All, I have joined ShapeBlue and looking forward to getting actively involved in the community. Previously

Re: GSoC 2023

2023-03-14 Thread Nicolas Vazquez
Hi all, The ASF has been announced as a participant organization for GSOC 2023. These are the existing potential ideas for GSOC 2023 so far. It is possible to create new ideas until the end of this week. If you are interested on creating new ideas, please create it as a Github issue and add the

Re: [4.18][RC3][VOTE] new release candidate 4.18.0.0-RC20230311T0935

2023-03-14 Thread Simon Weller
Installed RC3 from packages on AlmaLinux 8. Tested - KVM advanced zone Isolated network and VPC network VM Lifecycle Management +1 (binding) On Sat, Mar 11, 2023 at 2:46 AM Daan Hoogland wrote: > Hi All, > > I've created a new 4.18 release candidate, with the following > artifacts up for a vot

Re: cloud usage - Not owner of usage job, skipping

2023-03-14 Thread Nux
I think this is fixed by https://github.com/apache/cloudstack/pull/6825 Try to create that dir/file yourself until the fix makes it into Cloudstack. mkdir -p /usr/local/libexec echo 1 > /usr/local/libexec/sanity-check-last-id On 2023-03-14 13:10, cristian.c@istream.today wrote: Today I saw a

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Wei ZHOU
You should run these commands in the control node which has name "-control-xxx" -Wei On Tue, 14 Mar 2023 at 15:01, Sanjay Kumar wrote: > Hi Wei, > > Thanks for quick dig the issue. is there any way to get fix the dashboard > of cluster is showing in alerts state? > > cloud@k8s-test-cluster-no

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Sanjay Kumar
Hi Wei, Thanks for quick dig the issue. is there any way to get fix the dashboard of cluster is showing in alerts state? cloud@k8s-test-cluster-node-186debc6be7:~$ /opt/bin/kubectl get nodes The connection to the server localhost:8080 was refused - did you specify the right host or port? cloud@k8

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Wei ZHOU
Hi, You can do some checks in the control node. for example sudo /opt/bin/kubectl get nodes sudo /opt/bin/kubectl get pods -A sudo /opt/bin/kubectl describe pod kubernetes-dashboard-- -n kubernetes-dashboard I have no problem with creating cks clusters. -Wei On Tue, 14 Mar 2023 at 14:4

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Sanjay Kumar
Hi Wei, I am able to do ssh but cluster is showing alerts state. root@CS01:~# ssh -p -i /var/lib/cloudstack/management/.ssh/id_rsa cloud@103.192.198.23 Linux k8s-test-cluster-control-186debc31f4 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 The programs included with the Debi

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Wei ZHOU
Hi, You can ssh into the cks control node from the cloudstack management server. ssh -p -i cloud@ Here is an example: # ssh -p -i /var/lib/cloudstack/management/.ssh/id_rsa cloud@10.0.52.195 The path of id_rsa is different on the ubuntu/rhel management servers. You can also ssh int

Re: Failed to start ACS Agent

2023-03-14 Thread Wei ZHOU
While adding a host on cloudstack GUI, cloudstack will set up the host and start the cloudstack-agent service. You do not need to configure and start the cloudstack-agent before that. -Wei On Tue, 14 Mar 2023 at 13:10, Pratik Chandrakar wrote: > The ACS Agent service is not started, therefore

RE: cloud usage - Not owner of usage job, skipping

2023-03-14 Thread cristian.c
Today I saw a strange error in the usage log: 2023-03-14 12:30:23,317 DEBUG [cloud.usage.UsageManagerImpl] (Usage-Job-1:null) (logid:) processed Usage for 0 RECENTLY DELETED accts 2023-03-14 12:30:23,337 INFO [cloud.usage.UsageManagerImpl] (Usage-Job-1:null) (logid:) usage job complete 2023-03-1

Re: [4.18][RC3][VOTE] new release candidate 4.18.0.0-RC20230311T0935

2023-03-14 Thread Rohit Yadav
+1 (binding) Tested Advance zone env with mbx for two environments: (a) 2x VMware 8 and EL8 mgmt server, (b) EL9 hosts with EL8 mgmt server. Tested basic systemvm and normal VM lifecycle (start/stop/deploy), isolated network lifecycle (acquire IP, egress rules, pf, fw rules), manually tested co

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Sanjay Kumar
Hi Wei, Could you please help me out on this? How could we access the console node or any link that could be help for us. On Tue, Mar 14, 2023 at 2:53 PM Wei ZHOU wrote: > It looks like the K8s API server is up, but the dashboard is not. > > Can you log into the console node (from the cloudsta

Re: Failed to start ACS Agent

2023-03-14 Thread Pratik Chandrakar
The ACS Agent service is not started, therefore I haven't added it from the ACS management console. On Tue, Mar 14, 2023 at 5:27 PM Wei ZHOU wrote: > Hi, > > Did you configure agent.properties manually or add the host on GUI ? > > -Wei > > On Tue, 14 Mar 2023 at 12:33, Pratik Chandrakar < > chan

Re: Failed to start ACS Agent

2023-03-14 Thread Wei ZHOU
Hi, Did you configure agent.properties manually or add the host on GUI ? -Wei On Tue, 14 Mar 2023 at 12:33, Pratik Chandrakar wrote: > Hi all, > Referring to the subject, I am getting below error on Cloudstack Agent log > on fresh setup > > 2023-03-14 16:55:30,347 INFO [cloud.resource.ServerR

Re: Hello Community!!

2023-03-14 Thread Kiran Chavala
Welcome Jithin😀 Regards Kiran From: Vishesh Jindal Sent: 14 March 2023 15:52 To: users@cloudstack.apache.org ; d...@cloudstack.apache.org Subject: Re: Hello Community!! Welcome Jithin! Regards Vishesh From: Nicolas Vazquez Sen

Failed to start ACS Agent

2023-03-14 Thread Pratik Chandrakar
Hi all, Referring to the subject, I am getting below error on Cloudstack Agent log on fresh setup 2023-03-14 16:55:30,347 INFO [cloud.resource.ServerResourceBase] (main:null) (logid:) Designating private to be nic brstor1 2023-03-14 16:55:30,352 ERROR [kvm.resource.LibvirtComputingResource] (main

Re: Hello Community!!

2023-03-14 Thread Vishesh Jindal
Welcome Jithin! Regards Vishesh From: Nicolas Vazquez Sent: Tuesday, March 14, 2023 3:44 PM To: users@cloudstack.apache.org ; d...@cloudstack.apache.org Subject: Re: Hello Community!! Welcome Jithin! Regards, Nicolas Vazquez From: Jithin Raju Date: Tuesday,

Re: Hello Community!!

2023-03-14 Thread Nicolas Vazquez
Welcome Jithin! Regards, Nicolas Vazquez From: Jithin Raju Date: Tuesday, 14 March 2023 at 04:57 To: users@cloudstack.apache.org , d...@cloudstack.apache.org Subject: Hello Community!! Hi All, I have joined ShapeBlue and looking forward to getting actively involved in the community. Previou

Re: Hello Community!!

2023-03-14 Thread Ruben Bosch
Welcome Jithin! Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 14 Mar 2023, at 08:57, Jithin Raju wrote: > > Hi All, > > I have joined ShapeBlue and looking forward to getting actively involved in > the community. Previously I worked on the commercial fork of the ACS, mostly

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Wei ZHOU
It looks like the K8s API server is up, but the dashboard is not. Can you log into the console node (from the cloudstack management server) and check the status? -Wei On Tue, 14 Mar 2023 at 09:24, Sanjay Kumar wrote: > Hi Wei, > > Thank you so much for your prompt response! > > Now the running

Re: [4.18][RC3][VOTE] new release candidate 4.18.0.0-RC20230311T0935

2023-03-14 Thread Nux
Thanks for the packages, Daan. +1 from me (binding) based on testing I've done with KVM and SG zones (in addition to my previous testing on regular advanced zones). On 2023-03-13 10:41, Daan Hoogland wrote: packages are available at https://download.cloudstack.org/testing/4.18-rc3/ and http:

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Sanjay Kumar
Hi Wei, Thank you so much for your prompt response! Now the running kubernetes cluster is showing in alerts state after 1 hours. cloudstack version: 4.17.2 kubernetes version : Kubernetes 1.23.3 network details (services, rules, etc) : Network name (k8s-test-cluster-network) vm details (template

Re: Hello Community!!

2023-03-14 Thread Wei ZHOU
Welcome aboard Jithin ! -Wei On Tue, 14 Mar 2023 at 08:57, Jithin Raju wrote: > Hi All, > > I have joined ShapeBlue and looking forward to getting actively involved > in the community. Previously I worked on the commercial fork of the ACS, > mostly involved in technical support. > > -Jithin > >

Re: Hello Community!!

2023-03-14 Thread Nux
Hello and welcome aboard, Jithin! On 2023-03-14 07:57, Jithin Raju wrote: Hi All, I have joined ShapeBlue and looking forward to getting actively involved in the community. Previously I worked on the commercial fork of the ACS, mostly involved in technical support. -Jithin

Hello Community!!

2023-03-14 Thread Jithin Raju
Hi All, I have joined ShapeBlue and looking forward to getting actively involved in the community. Previously I worked on the commercial fork of the ACS, mostly involved in technical support. -Jithin

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Wei ZHOU
Hi Sanjay, To be clear, can you share the details like below ? cloudstack version kubernetes version network details (services, rules, etc) vm details (template, offering, etc) management logs agent logs anything else you can share. -Wei On Tue, 14 Mar 2023 at 08:26, Sanjay Kumar wrote: > Hi

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Sanjay Kumar
Hi Wei, Thanks for the quick response! We have checked the event as well and VM's, LB, Firewall Rules have been created properly but the cluster still showing starting state. we are attaching the screenshot for the same. On Tue, Mar 14, 2023 at 12:48 PM Wei ZHOU wrote: > HI, > > Can you give

Re: Kubernetes stuck in the starting state

2023-03-14 Thread Wei ZHOU
HI, Can you give more details ? -Wei On Tue, 14 Mar 2023 at 07:20, Sanjay Kumar wrote: > Hello All > > Kubernetes cluster is stucked in the 'Starting' state, even though VM's, > LB, Firewall Rules are been created properly. > Have any one faced such issue? > > [image: image.png] > > Any help