Re: Load balancer configurations - maxcon

2023-12-04 Thread Sina Kashipazha
<<< text/html; charset=utf-8: Unrecognized >>> signature.asc Description: OpenPGP digital signature

Re: new PMC member: Abhishek Kumar

2023-11-23 Thread Sina Kashipazha
Congrats, Abhishek! Well-deserved. On Thursday, 23 November 2023 at 23:01, Rohit Yadav wrote: > > > Congratulations Abhishek, well deserved! > > > Regards. > > > From: Daman Arora damans...@gmail.com > > Sent: Thursday, November 23, 2023 17:46 >

Re: [ANNOUNCEMENT] Apache CloudStack LTS Maintenance Release 4.18.1.0

2023-09-15 Thread Sina Kashipazha
Congrats! Well done Wei! --- Original Message --- On Friday, September 15th, 2023 at 3:56 PM, Nux wrote: > > > That's amazing! Thanks, Wei! > > > > On 2023-09-15 14:44, Wei ZHOU wrote: > > > The Apache CloudStack project is pleased to announce the release of > >

Re: Adding L2 network in a security group enabled zone

2023-08-23 Thread Sina Kashipazha
Hey Fariborz, Have a look at the following PR, it is part of the 4.18.1 release. You might be able to back port it to CS 4.15. https://github.com/apache/cloudstack/pull/7719 Kind regards, Sina --- Original Message --- On Wednesday, August 23rd, 2023 at 16:47, Fariborz Navidan

Re: [PROPOSE] ACS 4.18.1.0 release

2023-08-07 Thread Sina Kashipazha
Hey Wei, Thanks for taking care of the new release. For the next two weeks, my focus will be on assisting the community with the release of version 4.18.1.0. Please feel free to assign me to any pull requests or issues that require attention. Kind regards, Sina --- Original Message

Re: CS scheduler not working properly?

2023-03-31 Thread Sina Kashipazha
you mean that CS allows the operation but it gets > performed unsuccessfully (hypervisor create task fails)? Or does CS just > refuse the operation ? > > Regards, > Jordan > > On Thu, Mar 30, 2023 at 7:12 PM Sina Kashipazha > s.kashipa...@protonmail.com.invalid wrote: > > &

Re: Issues building cloudstack

2023-03-30 Thread Sina Kashipazha
Hey Pierre, I had the same issue when I configured a new VM to build CloudStack. I've Java 11 and Java 17 installed. Java and javac commands pointed to the java 11 but Maven used java 17. I configured the JAVA_PATH environment variable and it worked. Check the first output lines of the`mvn

Re: CS scheduler not working properly?

2023-03-30 Thread Sina Kashipazha
Hey Jordan, It seems to be a race condition, I ran small scenario which failed. This was my setup: Node: Node84: 8GB ram available, 4GB of that allocated to the VM-1 Node85: 8GB ram, NO VMs.{} The following actions run at the same time using cmk: Deploy 4GB ram on Node84 Migrate VM-1 from

Re: [ANNOUNCE] New VP of Apache CloudStack - Rohit Yadav

2023-03-30 Thread Sina Kashipazha
Congratulations Rohit!And thank you Simon.Best regards,Sina On Thu, Mar 30, 2023 at 08:00, Suresh Kumar Anaparti wrote: Congratulations Rohit, All the best!and thank you Simon...Regards,SureshOn Thu, Mar 30, 2023 at 9:07 AM Simon Weller wrote:>> All,>> I'm

Re: AW: Getting Usage Response from deleted Root-Disk: Cloudstack 4.16.1

2023-03-21 Thread Sina Kashipazha
Hi, Can you please share output of the following SQL query? select * from volumes where uuid = \G --- Original Message --- On Tuesday, March 21st, 2023 at 08:47, m...@swen.io wrote: > > > Hi, > > can you please provide more information? > > Regards, Swen > >

Re: [4.18][RELEASE] RC1 up for vote

2023-02-17 Thread Sina Kashipazha
Hey Daan, Thanks for the RC. Before saying anything, I should mention that I don't have any votes here :-) I've tested some functionalities of the release. I found two issues one is related to the redundant virtual networks, and another one is related to the service offering creation. I've

Re: Increase Virtual Router Disk Size, Cannot start instances

2022-10-14 Thread Sina Kashipazha
Hey Bs Serge, We had the same issue with the router VM. We noticed that it happens due to large log files. After further investigation, we noticed that the logrotate service doesn't work in the router VM. We restarted that service, and it has worked since then. Kind regards, Sina ---

Re: Proper procedure to delete orphan volumes from a dead Primary Storage

2022-10-14 Thread Sina Kashipazha
Hey Antoine, We had the same issue. We found volumes that no longer exists on primary storage but they were visible in the UI. We sat the removed filed to now() in volumes table and the issue resolved. Kind regards, Sina --- Original Message --- On Thursday, September 29th, 2022 at

Re: [DISCUSS] release and release manager 4.18

2022-09-20 Thread Sina Kashipazha
Sorry to interrupt. I'm curious to know how is the release procedure. Is it possible for me to help or should I be a PMC member? --- Original Message --- On Tuesday, September 20th, 2022 at 4:52 PM, Simon Weller wrote: > > > +1 to Daan :-) > > From:

Re: How to renew an expired agent cert

2022-08-22 Thread Sina Kashipazha
Hey Joshua, You can provision host certificate through the API call (with cloud monkey) or UI. Have a look at the following links: http://docs.cloudstack.apache.org/en/4.17.0.0/adminguide/hosts.html#securing-process https://cloudstack.apache.org/api/apidocs-4.17/apis/provisionCertificate.html

Re: VM Migrations failures

2022-07-26 Thread Sina Kashipazha
Hey Curios, Did you find any work around for this issue? Kind regards, Sina --- Original Message --- On Monday, March 28th, 2022 at 19:07, Curious Pandora wrote: > > > Hello, > > We are in the process of migrating some of our VMs to a new zone wide NFS > primary storage. >

RE: [!!Mass Mail]Re: Migration between regions

2021-10-20 Thread Sina Kashipazha
another CS-2 with another public network (PN-2) > > -Original Message- > > From: Sina Kashipazha [mailto:s.kashipa...@protonmail.com.INVALID] > > Sent: Wednesday, October 20, 2021 11:48 AM > > To: users@cloudstack.apache.org > > Subject: [!!Mass Mail]Re: M

Re: Migration between regions

2021-10-20 Thread Sina Kashipazha
Hey Evgeniy, Do you want to migrate between two physical locations or upgrade your system to a newer version? We usually do the physical migration in the following order: 1. Set up a new host in the new location (Let's call it h1). 2. Add host to cloudstack platform. 3. Pick another host (h2)

Re: All cluster reboot when a Primary storage fails

2021-10-20 Thread Sina Kashipazha
Hey Daniel, PR #4586 (https://github.com/apache/cloudstack/pull/4586) addressed your issue, as well. I'm currently working on it. Could you share with me how I can reproduce your reboot problem? Kind regards, Sina ‐‐‐ Original Message ‐‐‐ On Saturday, October 16th, 2021 at 05:40,

Re: Run cloudstack-management in Docker

2020-05-30 Thread Sina Kashipazha
Hi Jerry, Could you share your Dockerfiles? Kind Regards, Sina > On 30 May 2020, at 17:08, li jerry wrote: > > Dear friends, if you have any experience in this area, please share.

Re: Mangement Server and hosts in different networks

2020-05-19 Thread Sina Kashipazha
Dear Augosto, Here is the Cloudstack mailing list, not Openstack. Cloudstack and Openstack are doing the same thing but in a completely different way. You can see them as Android and iOS. It is better to ask your question in the Openstack mailing list. Kind Regards, Sina > On 19 May 2020, at