Re: Remote Access VPN

2021-05-27 Thread Andrija Panic
the next issue you will hit (after VPN is connected) is: - if you route all traffic over the remote gateway - your internet will stop working, but you will be able to access all your VMs - if you untick that option, then NO traffic is routed over the VPN - so you need to manually add routes for the

Re: Best practice moving cloudstack 4.13.0.1 management server from centos 6.10 to Ubuntu 18.04 LTS

2021-05-27 Thread Andrija Panic
Hi David, that should be a wrong clue - command.properties is NOT used starting from 4.9, as all default roles are now in the cloud.roles table, and any custom roles can be migrated via the migration script Can you check content of your cloud.roles and cloud.role_permissions tables ? in the later

Re: Prediction or studies for KVM live migration.

2021-05-27 Thread Andrija Panic
I understood you said that LIVE storage migration (migrate VM's volumes (with the VM)) works while VM is RUNNING. Are you now saying this is NOT working (which is what I would expect), and that only stopped VM migration is possible from GLuster to NFS? best, On Wed, 26 May 2021 at 22:04, Kalil d

Re: Virtual Router Domain Name Handling

2021-05-27 Thread Andrija Panic
Replying to the already sent thread should be enough :) np, glad you solved it. Best, On Wed, 26 May 2021 at 22:00, Serge Byishimo wrote: > Hi Andrija, > > The reverse proxy also was my first instinct, I already did it and it was > successful, I used Nginx as a reverse proxy inside the VR and

Re: Routers on specific cluster

2021-05-27 Thread Andrija Panic
host tags should work for all Service Offerings - unless you are trying to create VR on VMware cluster, while your global setting is saying it should always be KVM (and yes, you should keep it on KVM - much quicker to provision/configure VR than on VMware) - did you try setting host tags on the Ser

RE: VMware Instance Error

2021-05-27 Thread Corey, Mike
Still having similar issues with the 530 error in the UI when deploying an instance. It doesn't look to be specific to Win10. I uploaded a CentOS template and am receiving the same 530 error in the UI. Again, nothing in the log indicates an exact issue/error... Is this permissions issue on t

RE: Can DvSwitch be used for management and storage networks for CloudStack 4.14?

2021-05-27 Thread Corey, Mike
Yes - I have them in my VMware / ACS landscape. The Traffic Label needs to be in this format: ,,vmwaredvs Example: dvs01,101,vmwaredvs -Original Message- From: 小林 美佳子 Sent: Thursday, May 27, 2021 7:36 AM To: users@cloudstack.apache.org Subject: Can DvSwitch be used for management and

RE: Can DvSwitch be used for management and storage networks for CloudStack 4.14?

2021-05-27 Thread Alex Mattioli
Yes, they definitely can. Cheers, Alex -Original Message- From: 小林 美佳子 Sent: 27 May 2021 13:36 To: users@cloudstack.apache.org Subject: Can DvSwitch be used for management and storage networks for CloudStack 4.14? Hello. I'm designing a physical network for CloudStack 4.14. My qu

Can DvSwitch be used for management and storage networks for CloudStack 4.14?

2021-05-27 Thread 小林 美佳子
Hello. I'm designing a physical network for CloudStack 4.14. My question is: Can DvSwitch be used for management and storage networks? The latest release notes say the following > Management and Storage network does not support VDS. Therefore, use Standard Switch for these networks. http://doc

Re: Cloudstack Kubernetes service

2021-05-27 Thread Pearl d'Silva
Hi Jordan, CNI_VERSION can be set to the latest available one. (https://github.com/containernetworking/cni/tags) CRICTL_VERSION should be set to the Kubernetes version that you want to build the iso for - you may refer to https://github.com/kubernetes-sigs/cri-tools/tags to get the correspondin