Getting Usage Response from deleted Root-Disk: Cloudstack 4.16.1

2023-03-20 Thread Joan g
Hi, I am using cloudstack 4.16 and usage records are generated and wrong hours are available for cloudstack deleted root disks in usage response. Can someone explain to me how to stop those invalid responses ?

Re: Kubernetes stuck in the starting state

2023-03-20 Thread Sanjay Kumar
Hi Wei, We did re-register the k8 and it's started to work. On Fri, Mar 17, 2023 at 6:34 PM Wei ZHOU wrote: > Hi Sanjay, > > Good to know it. Do you use a different the systemvm template ? > > -Wei > > > On Friday, 17 March 2023, Sanjay Kumar wrote: > > > Hi Wei, > > > > Thank you so much

Re: CloudStack VM search using IP

2023-03-20 Thread Rohit Yadav
Sounds indeed like a handy feature, you may log request at https://github.com/apache/cloudstack/issues Regards. From: Mauro Ferraro - G2K Hosting Sent: Monday, March 20, 2023 5:53:28 PM To: users@cloudstack.apache.org ; Kiran Chavala Subject: Re: CloudStack VM

Re: instance recreation with Terraform fails

2023-03-20 Thread Harikrishna Patnala
Hi Jordan, I think the error that you have shared is not related to VM deployment. Can you look into the logs starting from the deployVirtualMachine API for more details. Thanks, Harikrishna From: jordan j Date: Monday, 20 March 2023 at 5:34 PM To: users@cloudstack.apache.org Subject:

Re: Apache CloudStack 4.18 LTS is released

2023-03-20 Thread Info Manager
Hi, you can use shapeblue rep also On Mon, Mar 20, 2023, 13:43 Pratik Chandrakar wrote: > Hi all, > This is to inform you that the 4.18 Package is currently not available for > Debian on https://download.cloudstack.org/ubuntu/dists/ > > On Mon, Mar 20, 2023 at 3:07 PM Daan Hoogland wrote: > >

Re: CloudStack VM search using IP

2023-03-20 Thread Mauro Ferraro - G2K Hosting
Hi, This can be a good and very useful feature, isnt it? El 20/3/2023 a las 04:26, Kiran Chavala escribió: Hi Mosharaf Or query the database mysql> select instance_id from nics where ip4_address="<>" and state ="Allocated"; Also, you can try to use this api call, it's usefull

instance recreation with Terraform fails

2023-03-20 Thread jordan j
Hey everyone! Setup is 4.17.2 with XCP-NG - Advanced Zone + SG on local SR. While recreating an instance on Cloudstack with Terraform, the job fails with this error in Cloudstack logs: 2023-03-20 07:34:07,707 ERROR [c.c.u.s.SshHelper] (AgentTaskPool-6:ctx-dbbda9d1) (logid:8d26a6f8) SSH

Re: Apache CloudStack 4.18 LTS is released

2023-03-20 Thread Pratik Chandrakar
Hi all, This is to inform you that the 4.18 Package is currently not available for Debian on https://download.cloudstack.org/ubuntu/dists/ On Mon, Mar 20, 2023 at 3:07 PM Daan Hoogland wrote: > We are pleased to announce that the Apache CloudStack 4.18.0.0 LTS > Releaseis out. > > The Apache

Apache CloudStack 4.18 LTS is released

2023-03-20 Thread Daan Hoogland
We are pleased to announce that the Apache CloudStack 4.18.0.0 LTS Releaseis out. The Apache Software Foundation Announces Apache® CloudStack® v4.18. Apache CloudStack 4.18.0.0 is a 4.18 LTS release with 300+ new features, improvements, and bug fixes since 4.17, including 19 major new features.

Re: CloudStack VM search using IP

2023-03-20 Thread Kiran Chavala
Hi Mosharaf Or query the database mysql> select instance_id from nics where ip4_address="<>" and state ="Allocated"; Also, you can try to use this api call, it's usefull https://cloudstack.apache.org/api/apidocs-4.17/apis/listNics.html Regards Kiran From: