Re: [Proposal] Storage Filesystem as a First Class Feature

2024-06-06 Thread Wei ZHOU
> @Wei Zhou If the network into which the StorageVM runs IPv6 (as per your > implementation of IPv6) it should automatically get an IPv6 IP, correct? yes,it should get Ipv6 addr advertised by cloudstack VR. @Alexblue.com we need to make sure IPv6 is enabled in the storagefs vm (Ipv6 is di

Re: System VM static IPs

2024-06-04 Thread Wei ZHOU
Hi Wei, > > We won't be able to reserve for specific systems, but we do reserve 2 IPs > which would be used for SSVM and CPVM, the only thing we follow is that we > Destroy 1 systemVM at a time so that it would take the same IP each time. > > > Thanks & Regards > Nisc

Re: System VM static IPs

2024-06-04 Thread Wei ZHOU
On Tue, Jun 4, 2024 at 12:18 PM Marty Godsey wrote: > > > When the system vms boot they are given an IP like > 22-76-87-56.domain.com. > > Is this able to be changed. > > > > From: Wei ZHOU > > Sent: Tuesday, June 4, 2024 1:29:40 AM >

Re: System VM static IPs

2024-06-03 Thread Wei ZHOU
When system vms are destroyed, ACS will recreate new system vms. Mostly new vms will get the same IPs. However, if the IPs are allocated during the period, new vms will get different IPs. In this case, If users do not use wildcard DNS, they have to update the DNS records. -Wei On Tuesday, June

Re: ostypedid not longer available on list volumes and list snapshots

2024-05-30 Thread Wei ZHOU
Slavka has created a pr for it https://github.com/apache/cloudstack/pull/9150 On Thursday, May 30, 2024, Ricardo Pertuz wrote: > guys any advice?, we have an api integration that uses the ostypeid read > from the volumes and snapshots but the field is not longer available :( > > > Atte, > >

Re: HA for management server

2024-05-30 Thread Wei ZHOU
mentation for multiple > management servers deployment results in fail if we leave it with the > defaults. So I don't have an issue anymore, the HA is handled by galera for > the DB and by a load balancer for the management server instance. It works > fine. > > > -Original

Re: HA for management server

2024-05-30 Thread Wei ZHOU
properly but I really think this is > not mentioned in any documentation of multi-management servers deployment. > Anyway, all good now. > > Thank you! > > > > -Original Message- > From: Wei ZHOU > Sent: Wednesday, May 29, 2024 11:29 PM > To: users@cloudstack.apac

Re: HA for management server

2024-05-29 Thread Wei ZHOU
I ran > cloudstack-setup-management and that was it. But in the browser I get the > 503 error... > > > -Original Message- > From: Wei ZHOU > Sent: Wednesday, May 29, 2024 11:20 PM > To: users@cloudstack.apache.org > Subject: Re: HA for management server > > Ha

Re: HA for management server

2024-05-29 Thread Wei ZHOU
Have you setup the database by cloudstack-setup-database? On Wednesday, May 29, 2024, Alexandru Stan wrote: > Yes, I can login with the cloud user just fine via the virtual ip. > > > -Original Message----- > From: Wei ZHOU > Sent: Wednesday, May 29, 2024 10

Re: Using a seprarte router other than the virtual router

2024-05-29 Thread Wei ZHOU
is does use another VLAN for the “WAN” network and is technically double > NATing, but it works fine. I don’t think it scales the best, though, and > may change it in the future. > > From: Wei ZHOU > Date: Wednesday, May 29, 2024 at 3:18 PM > To: users@cloudstack.apache.org > Su

Re: HA for management server

2024-05-29 Thread Wei ZHOU
the virtual ip of the load balancer, right? > > > -----Original Message- > From: Wei ZHOU > Sent: Wednesday, May 29, 2024 10:28 PM > To: users@cloudstack.apache.org > Subject: Re: HA for management server > > Hi, > > The exception is misleading > > You can

Re: HA for management server

2024-05-29 Thread Wei ZHOU
Hi, The exception is misleading You can check the real exception by grep Exception management-server.log | grep -v NoSuchBeanDefinitionException I guess the root cause is database configuration or db.properties. By the way, it is better mariadb galera cluster have 3 servers. -Wei On

Re: Using a seprarte router other than the virtual router

2024-05-29 Thread Wei ZHOU
I know some users deploy a pfsense or Linux vm as gateway in L2 network or isolated network without source nat. No matter which software/os is used, users have to configure the vms manually. Some features (e.g static nat, pf,lb, userdata) are not supported either. I think VR is still the best

Re: Set number of total projects for each account

2024-05-27 Thread Wei ZHOU
limits > > > > Regards, > > Jayanth Reddy > > > > From: Wei ZHOU > > Date: Monday, 27 May 2024 at 4:26 PM > > To:users@cloudstack.apache.org > > Subject: Re: Set number of total projects for each account > > This seems to be missing on UI &g

Re: Set number of total projects for each account

2024-05-27 Thread Wei ZHOU
This seems to be missing on UI it works via cloudmonkey (localcloud)  > update resourcelimit domainid=37ff2485-cc1e-11ee-a4eb-1e00db000197 account=ACSUser resourcetype=5 max=3 { "resourcelimit": { "account": "ACSUser", "domain": "ROOT", "domainid":

Re: Backup VM on Cloudstack

2024-05-27 Thread Wei ZHOU
thanks Jayanth. On Mon, May 27, 2024 at 11:50 AM Jayanth Babu A wrote: > > Hello Wei, > ACS v4.16; IIRC Veeam should be either v11 or v12. > > Thanks, > Jayanth > > Sent on the move > > ________ > From: Wei ZHOU > Sent: Monday,

Re: Backup VM on Cloudstack

2024-05-27 Thread Wei ZHOU
great to know it. Can you share the acs/vmware/veeam version? Thanks On Monday, May 27, 2024, Jayanth Babu A wrote: > Hello, > Veeam agent-based backups have worked for us so far. > > Regards, > Jayanth Reddy > > From: Khang Nguyen Phuc > Date: Friday, 24 May 2024 at 1:03 PM > To:

Re: Login issue on new install

2024-05-24 Thread Wei ZHOU
Any "Exception" in the /var/log/cloudstack/management-server log? On Friday, May 24, 2024, Ian Tobin wrote: > > Tried that on different machines > > The server loads are also low > > > > -----Original Message- > From: Wei ZHOU > Sent: 24 May 2024

Re: Login issue on new install

2024-05-24 Thread Wei ZHOU
clear browser cache or incognito mode? On Friday, May 24, 2024, Ian Tobin wrote: > Hi, > > We've just built a new management server (ubtunu 23.04) and db server. > Login page loads, enter user and pass, then the login box just spins, it > never times out either. > > Any idea what could be the

Re: Windows VM performance in ACS

2024-05-23 Thread Wei ZHOU
Changing os type to "Windows PV" looks better. The nic will use virtio device instead of default e1000 device -Wei On Thursday, May 23, 2024, Alexandru Stan wrote: > Did that and I'm not really sure that the situation is improved. Right > after booting I started installing the latest CU for

Re: console not working

2024-05-22 Thread Wei ZHOU
Can you log into cpvm or use "virsh console" to access the cpvm, and check /var/log/cloud.log? On Wednesday, May 22, 2024, Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > any idea guys, > I have destroyed the systems vms, and virtual router, and still not > working. > The

Re: Console noVNC not working properly

2024-05-21 Thread Wei ZHOU
enshots: > > https://paste.pics/f24ba06737c49867be0b1a16f15c6f91 > https://paste.pics/fbe49179f08de86d5c57b8c541f37f2e > > - Maxime > > > C1-Internal Use > -Message d'origine- > De : Wei ZHOU > Envoyé : mardi 21 mai 2024 16:14 > À : users@cloudstack.apache.org &

Re: Console noVNC not working properly

2024-05-21 Thread Wei ZHOU
Hi, The screenshots are not visible. Are you still facing the issue ? -Wei On Tue, May 21, 2024 at 3:55 PM PAYET Maxime wrote: > My bad, with screenshots its better > > > > > > > > > C1-Internal Use > De : PAYET Maxime > *Envoyé :* mardi 21 mai 2024 15:51 > *À :*

Re: debian iso download

2024-05-20 Thread Wei ZHOU
If you use 4.19.0.1/4.18.2.0/4.18.1.1, URL redirection is disabled by default due to security reasons. Please search global setting by keyword "follow.redirect" and update the value to true then retry. -Wei On Monday, May 20, 2024, Embedded Devel wrote: > trying to download debian iso from

Re: Create untagged guest VMs

2024-05-20 Thread Wei ZHOU
What type of zone and network do you use ? Try network with vlan = "vlan://untagged" On Friday, May 17, 2024, Alex K wrote: > Hi All, > > Is it possible to create untagged guest networks in cloudstack and have > them assigned to different OVS bridges? > > I have created several OVS bridges

Re: Exception during migrate:

2024-05-19 Thread Wei ZHOU
it seems you use cgroup v2. What's the cpu cores and cpu speed of the vm and physical host ? What's the value of cpu.overprovisioning.factor in the global/zone/cluster setting ? -Wei On Sun, May 19, 2024 at 10:56 AM wrote: > > Hello all > > > > I ran into an issue where I was unable to

Re: Cloudstack migration

2024-05-12 Thread Wei ZHOU
The qemu-kvm on rocky8 should have all the features of qemu-kvm-ev on centos7. -Wei On Sunday, May 12, 2024, S.Fuller wrote: > Thanks for the reply Rohit. Have the changes that were in the -ev releases > migrated into the standard version? > > - Steve > > On Sat, May 11, 2024 at 5:58 PM Rohit

Re: CPU type and multi bootable image on CloudStack

2024-05-03 Thread Wei ZHOU
Hi, Welcome to the community. 1. currently no. but it would be an interesting feature. Can you create a github issue for it ? 2. You can detach the ISO from the vm and then attach another ISO to the VM. you need to register the ISO at first. Kind regards, wei On Fri, May 3, 2024 at 11:31 AM

Re: No IP assigned to VM instance even though UI/router says otherwise

2024-04-28 Thread Wei ZHOU
, 2024 at 8:24 PM Rishi Misra wrote: > > Thank you Wei - since I am testing it on a different architecture, is there > a way of creating my own templates (similar to Centos templates) ? > > On Sun, Apr 28, 2024 at 2:08 PM Wei ZHOU wrote: > > > Hi Rishi, > > > &g

Re: No IP assigned to VM instance even though UI/router says otherwise

2024-04-28 Thread Wei ZHOU
Hi Rishi, The systemvm template is not used for user vms. As you have noticed, the network interfaces are configured by cloudstack , dhcp does not work. You can test with the built-in Centos 5 templates. You can also try the templates on http://dl.openvm.eu/cloudstack/ (provided by NuxRo) -Wei

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Wei ZHOU
_ > > From: Ruben Bosch > > Sent: April 26, 2024 9:26 AM > > To: users@cloudstack.apache.org > > Subject: Re: Shared guest network assigned to multiple domains > > > > Wei, the use cases may vary. In some cases it will be moved completely

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Wei ZHOU
Hi Ruben, Will you move all VMs on the network to another account, or just some of the VMs ? -Wei On Fri, Apr 26, 2024 at 2:44 PM Ruben Bosch wrote: > > Thanks Daan :-) Hope there are others with some ideas as well! > > On Fri, Apr 26, 2024 at 2:42 PM Daan Hoogland > wrote: > > > ok, from

Re: Move VM to other account

2024-04-23 Thread Wei ZHOU
Indeed, this needs to be improved. Which cloudstack version do you use ? Please check the network, server/disk offerings, templates, etc Kind regards, Wei On Tue, Apr 23, 2024 at 12:48 PM Jimmy Huybrechts wrote: > > Hi, > > I mentioned it before but again running in the same issue with a

Re: Router has failing health checks -System Alerts

2024-04-23 Thread Wei ZHOU
You can go to the "Health checks" tab in the VR page, it will tell you the free space in the VR. -Wei On Tue, Apr 23, 2024 at 11:28 AM Raghava Yerubandi wrote: > > Hello Community, > > We are getting a system alert stating that *Router > 360417e0-48a7-4467-9098-0cac656da27a has failing

Re: Storage pool stucks in initialized

2024-04-22 Thread Wei ZHOU
Hi, Please check if package "libvirt-daemon-driver-storage-rbd" has been installed on all hosts -Wei On Mon, Apr 22, 2024 at 9:16 AM Mevludin Blazevic wrote: > > Hi all, > > I tried to add a second Zone-wide storage pool (Ceph-RBD), which fails > with notification "Request failed". The

Re: RVR's in master/master state

2024-04-20 Thread Wei ZHOU
Hi Gary, Thanks for the sharing I recall a similar issue caused by a multicast configuration (not the same): https://github.com/apache/cloudstack/issues/7838#issuecomment-1722697352 anyone facing the similar issue could check the multicast configurations. Kind regards, Wei On Fri, Apr 19,

Re: CloudStack managing KVM Hypervisors on multiple architectures?

2024-04-19 Thread Wei ZHOU
different clusters should be fine. maybe @Rohit Yadav can give some advice. -Wei On Fri, Apr 19, 2024 at 4:56 PM Daan Hoogland wrote: > > good point Rishi, > I think you would have to separate the hardware into different > clusters at least, but maybe even separate zones. I never heard of >

Re: Deployment of VNF appliance without VR

2024-04-19 Thread Wei ZHOU
Hi, You can deploy the VNF appliance on a shared network as the first network -Wei On Fri, Apr 19, 2024 at 3:38 PM Kaushik Bora wrote: > > Dear Community, > > > >We have been going through the VNF appliance deployment which is > available in release 4.19.0. We have successfully tested the

Re: Migration status of instance

2024-04-18 Thread Wei ZHOU
Hi, You can check the migration progress via "virsh domjobinfo" command on the source host of the vm. for example, the output of vm migration to another storage $ date;virsh domjobinfo i-2-1338-VM Thu Apr 18 19:19:06 UTC 2024 Job type: Unbounded Operation:Outgoing migration

Re: CentOS 7 ? kernel 3.10.0-1160.. really?

2024-04-18 Thread Wei ZHOU
ok, that's good to know you can try advanced zones with vxlan. -Wei On Thu, Apr 18, 2024 at 5:22 PM Embedded wrote: > > > > > On Thursday 18 April 2024 09:28:42 PM (+07:00), Wei ZHOU wrote: > > > You can configure vxlan device in the kvm hosts, and test the connectiv

Re: CentOS 7 ? kernel 3.10.0-1160.. really?

2024-04-18 Thread Wei ZHOU
You can configure vxlan device in the kvm hosts, and test the connectivity. I doubt if your switch ports have been configured to support vxlan. -Wei On Thursday, April 18, 2024, Embedded wrote: > > > > On Thursday 18 April 2024 08:18:18 PM (+07:00), Wei ZHOU wrote: > >

Re: CentOS 7 ? kernel 3.10.0-1160.. really?

2024-04-18 Thread Wei ZHOU
d network is the only option for you. but then static nat/source nat features are impossible. just my opinion. -Wei On Thu, Apr 18, 2024 at 3:01 PM Embedded wrote: > > > > > On Thursday 18 April 2024 07:43:26 PM (+07:00), Wei ZHOU wrote: > > > Hi, > > > > I

Re: CentOS 7 ? kernel 3.10.0-1160.. really?

2024-04-18 Thread Wei ZHOU
be supported. To be frank, you should have a better network design before deploying cloudstack or any other cloud orchestrations. -Wei On Thu, Apr 18, 2024 at 2:16 PM Embedded wrote: > > > > > On Thursday 18 April 2024 07:03:06 PM (+07:00), Wei ZHOU wrote: > > > sorry, the compat

Re: CentOS 7 ? kernel 3.10.0-1160.. really?

2024-04-18 Thread Wei ZHOU
sorry, the compatibility matrix of latest 4.19.0.1 https://docs.cloudstack.apache.org/en/4.19.0.1/releasenotes/compat.html -Wei On Thu, Apr 18, 2024 at 2:02 PM Wei ZHOU wrote: > > Please check the compatibility issue > https://docs.cloudstack.apache.org/en/4.19.0.0/releasenotes/co

Re: CentOS 7 ? kernel 3.10.0-1160.. really?

2024-04-18 Thread Wei ZHOU
Please check the compatibility issue https://docs.cloudstack.apache.org/en/4.19.0.0/releasenotes/compat.html -Wei On Thu, Apr 18, 2024 at 1:58 PM Embedded wrote: > > > wait, what... 4.19 install guide says use CentOS 7... which is like kernel > 3.10.0-1160, 2020-11-12, 2020-09-29... > > >

Re: confusing cloudstack networking

2024-04-17 Thread Wei ZHOU
: > > > ok is there any way to tell vms just to get a dhcp ip off the local lan > without the router in the mix?? > > everything in the lab lan is 192.168.10.xxx > > On Wednesday 17 April 2024 01:40:30 PM (+07:00), Wei ZHOU wrote: > > > Hi, > > > > clo

Re: confusing cloudstack networking

2024-04-17 Thread Wei ZHOU
Hi, cloud0 is the control network of virtual routers and system vms. The IP of cloud0 is configured as 169.254.0.1/16 by default. -Wei On Wed, Apr 17, 2024 at 7:41 AM Embedded wrote: > > cloudstack seems to be confusing networking on a lab install ... vms come > up but > the ip they have

Re: How to achieve VNF without VR

2024-04-15 Thread Wei ZHOU
You may refer to https://www.shapeblue.com/vnf-appliance-integration-deep-dive/ On Monday, April 15, 2024, Gaurav Shrivastava wrote: > Hi Team, > > > Is there any way to achieve VNF without VR. If there are any steps or > documentation that I can follow please let me know. > > I am using

Re: cloudstack on debian 10/11

2024-04-15 Thread Wei ZHOU
Is eth0 added to cloudbr0 bridge ? -Wei On Mon, Apr 15, 2024 at 1:14 PM lists wrote: > > > > > I did in fact get a debian 11 install up and running pretty much as a > management server and almost good as a host. Have to figure out why the > cloidbr0 is on a 169.xxx adress and why no centos

Re: ACS 4.16 - Change SystemVM template for CKS

2024-04-12 Thread Wei ZHOU
the stack trace of this error execute with --v=5 or higher > > [init] Using Kubernetes version: v1.28.4 > > [preflight] Running pre-flight checks > > error execution phase preflight: [preflight] Some fatal errors occurred: > > [ERROR CRI]: container

Re: CreateBackupCmd not starting due to "Cannot find login credentials for HYPERVISOR"

2024-04-11 Thread Wei ZHOU
The username/password is missing if host is added with sshkey or by configuring agent.properties. Users can update the username/password by api or cloudmonkey https://cloudstack.apache.org/api/apidocs-4.19/apis/updateHostPassword.html -Wei On Thursday, April 11, 2024, Slavka Peleva wrote: >

Re: ACS 4.16 - Change SystemVM template for CKS

2024-04-11 Thread Wei ZHOU
Hi, Please refer to https://github.com/apache/cloudstack/issues/8681#issuecomment-1999083241 The containerd in 4.16/4.17 sysyemvm template is too old. -Wei On Thursday, April 11, 2024, benoit lair wrote: > Hi Rohit, > > I already tested with different iso from cloudstack from CKS repos, >

Re: CPU compatibility

2024-04-10 Thread Wei ZHOU
ing > system, you might still suffer some issues due to clock differences when you > migrate a VM from a faster CPU to a slower CPU and vice versa. > > Best regards, > Daniel Salvador (gutoveronezi) > > On 09/04/2024 18:58, Wei ZHOU wrote: > > Hi, > > > > You

Re: Download the CSP - xcp-ng 8.2

2024-04-10 Thread Wei ZHOU
Hi, XCP-NG 8.2 is supported by CloudStack. Please refer to https://docs.cloudstack.apache.org/en/4.19.0.1/releasenotes/compat.html#supported-hypervisor-versions -Wei On Wed, Apr 10, 2024 at 7:51 AM Embedded wrote: > > is this still viable for XCP-NG 8.2 ? this documentation seems quite dated

Re: CPU compatibility

2024-04-09 Thread Wei ZHOU
Hi, You can use a custom cpu model which is supported by both cpu processors. Please refer to https://docs.cloudstack.apache.org/en/latest/installguide/hypervisor/kvm.html#configure-cpu-model-for-kvm-guest-optional -Wei On Tuesday, April 9, 2024, S.Fuller wrote: > The Cloudstack Install

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
13:24:53 ubuntu-focal java[26006]: INFO > [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) (logid:) Done Starting > CloudStack Components > > On Tue, Apr 9, 2024 at 12:11 PM Wei ZHOU wrote: > > > It looks like db.properties is not configured correctly. > > The mgmt serv

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
clipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449) > at > org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414) > at > org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) > at > org.eclipse.jetty.se

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
The SQLException may tell what's wrong. Can you share ? -Wei On Tue, Apr 9, 2024 at 11:23 AM Francisco Arencibia Quesada wrote: > > indeed Wei, SQLException. > It is such a weird thing that was working 2days ago, now SQLException :(. > > > Regards > > On Tue, Apr 9, 2

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
um > > --enablerepo=cloudstack clean metadata > > > > > > Cleaning yum metadata does not help > > > > Alex > > > > > > > > On Thu, Apr 4, 2024 at 2:52 AM Francisco Arencibia Quesada < > > arencibia.franci...@gmail.com>

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
s not help > > Alex > > > > On Thu, Apr 4, 2024 at 2:52 AM Francisco Arencibia Quesada < > arencibia.franci...@gmail.com> wrote: > > > Thanks a lot guys, now it works like a charm. > > > > > > Kind regards > > > > On Wed, Apr

Re: systemvms for 4.19.1

2024-04-03 Thread Wei ZHOU
it still uses 4.19.0.0 systemvm template -Wei On Wednesday, April 3, 2024, Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > Good evening guys, > > Where can I find the systemvms for 4.19.1? > I can't find it here : > http://packages.shapeblue.com/systemvmtemplate/4.19/ > >

Re: cloudstack 4.19 filesize mismatch

2024-04-03 Thread Wei ZHOU
Thanks a lot @Rohit Yadav I am able to upgrade from 4.18.0.0 to 4.18.1.1 then to 4.19.0.1 on both ubuntu and rocky8 hosts. -Wei On Wed, Apr 3, 2024 at 7:49 PM Rohit Yadav wrote: > > Thanks for checking - could you try again, I've purged the old cdn cache. It > should be fixed now. > > >

Re: any qcow2 pfsense image public available?

2024-03-30 Thread Wei ZHOU
I have built some pfsense templates in the development of VNF integration. Just follow the steps, you should be able to create pfsense templates in 30 minutes. You can deploy VNF appliances with vnf nics in multiple VPC tiers. -Wei On Saturday, March 30, 2024, Ricardo Pertuz wrote: > Thanks

Re: some button labels not displaying correctly in the UI 4.19

2024-03-29 Thread Wei ZHOU
It seems like an issue with browser cache. try incognito mode, or clean the browser cache. -Wei On Fri, Mar 29, 2024 at 5:55 PM Marcus Torres wrote: > > Hi! > First off i would like to tip my hat to everyone involved in the release of > 4.19.0. The major new features and changes just put

Re: Build own debs

2024-03-28 Thread Wei ZHOU
dd the following before build-deb.sh export ACS_BUILD_OPTS='-Dnoredist -Dsystemvm-kvm -Dsystemvm-xen -Dsystemvm-vmware' it should work -Wei On Thu, Mar 28, 2024 at 4:19 PM Jimmy Huybrechts wrote: > > Hi Wei, > > Would that be including the vmware plugins etc? > > -- > Jimmy

Re: Build own debs

2024-03-28 Thread Wei ZHOU
You can build packages in a docker image, for example for 4.18.1.0 cd /tmp git clone -b 4.18.1.0 https://github.com/apache/cloudstack.git cloudstack docker run -ti \ -v /tmp:/src \ -v ~/.m2:/.m2/ \ ubuntu:22.04 \ /bin/bash -c "export DEBIAN_FRONTEND=noninteractive && apt-get update \ && apt-get

Re: [VOTE] Release Apache CloudStack CloudMonkey 6.4.0 - RC1

2024-03-27 Thread Wei ZHOU
+1 (binding) Tested zone creation, vm and volume , CKS life cycles. -Wei On Thu, Mar 21, 2024 at 11:39 AM Rohit Yadav wrote: > > Hi All, > > I've created a v6.4.0 release of CloudMonkey, with the following > artifacts up for a vote: > > Git Branch and commit SHA: >

Re: Migrate migrated instance to another host

2024-03-23 Thread Wei ZHOU
t; -- > Jimmy > > Van: Wei ZHOU > Datum: vrijdag, 22 maart 2024 om 16:15 > Aan: users@cloudstack.apache.org > Onderwerp: Re: Migrate migrated instance to another host > Can you share the logs of vm migration and vm import ? > > > On Fri, Mar 22, 2024 at 3:55 PM Jimmy

Re: Still struggling for steps to build pls help

2024-03-23 Thread Wei ZHOU
elieve sky] > > > > On Fri, Mar 22, 2024 at 5:54 PM Wingrunt Platform > wrote: > > > @Pearl d'Silva Thank you. > > Yes Db host same as management server both pointing to localhost. Also > > tried specifically pointing to cloud management ip No luck > > @

Re: Still struggling for steps to build pls help

2024-03-22 Thread Wei ZHOU
>From my experience, the error is mostly caused by misconfigurations, like Pearl said. it is better to check the db.properties Please also check if any "Exception" log before the bean errors. -Wei On Friday, March 22, 2024, Pearl d'Silva wrote: > Is your database running on the same server /

Re: Migrate migrated instance to another host

2024-03-22 Thread Wei ZHOU
Can you share the logs of vm migration and vm import ? On Fri, Mar 22, 2024 at 3:55 PM Jimmy Huybrechts wrote: > > I’ve migrated vm’s from a remote KVM host which worked fine and they run on > Cloudstack now. > > However, I just tried migrating one from one cloudstack host to another, just >

Re: Still struggling for steps to build pls help

2024-03-20 Thread Wei ZHOU
You can refer to another page in the same repository As Pearl mentioned. https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#cloudstack-packaging If you want to support VMware, please add "noredist" flag. The dependecies need to be installed. -Wei On Wednesday, March 20, 2024, Wingrunt

Re: cpuwithoverprovisioning incorrect

2024-03-18 Thread Wei ZHOU
oning.factor values? > > Thanks in advance :) > > > On Thu, Mar 14, 2024 at 1:40 PM Francisco Arencibia Quesada < > arencibia.franci...@gmail.com> wrote: > > > it seems that in beta environment is not multiplying by 5 > > > > On Thu, Mar 14, 2024 at 12:26

Re: send keyboard commands via websocket

2024-03-18 Thread Wei ZHOU
n > > > -Ursprüngliche Nachricht- > Von: Wei ZHOU > Gesendet: Montag, 18. März 2024 12:43 > An: users@cloudstack.apache.org > Betreff: Re: send keyboard commands via websocket > > What keyboard command do you use? > > -Wei > > On Mon, Mar 18, 2024 at 1

Re: send keyboard commands via websocket

2024-03-18 Thread Wei ZHOU
What keyboard command do you use? -Wei On Mon, Mar 18, 2024 at 12:39 PM wrote: > > Does anybody have any idea? When I try to do this I get this error: > no suitable auth schemes found. server supported: []byte{0x13} > > regards, > Swen > > -Ursprüngliche Nachricht- > Von: m...@swen.io

Re: cpuwithoverprovisioning incorrect

2024-03-14 Thread Wei ZHOU
---+ > | 120 | 2000 | 24 | > > > regards > > > > On Thu, Mar 14, 2024 at 11:57 AM Wei ZHOU wrote: > > > then it seems correct > > > > 24 (cpu cores) * 2000 (cpu clock speed in mhz) * 5 (over provisioning > &

Re: cpuwithoverprovisioning incorrect

2024-03-14 Thread Wei ZHOU
then it seems correct 24 (cpu cores) * 2000 (cpu clock speed in mhz) * 5 (over provisioning factor) = 24 (cpuwithoverprovisioning) -Wei On Thu, Mar 14, 2024 at 11:52 AM Francisco Arencibia Quesada wrote: > > yes 24 cores. > > On Thu, Mar 14, 2024 at 11:33 AM Wei ZHOU wrote: >

Re: cpuwithoverprovisioning incorrect

2024-03-14 Thread Wei ZHOU
t else should I do? > We have XCP-ng clusters running. > > Regards > > On Thu, Mar 14, 2024 at 11:16 AM Wei ZHOU wrote: > > > "cpu.overprovisioning.factor" is a cluster-scope setting. > > Can you please check both the global and cluster settings ? > >

Re: cpuwithoverprovisioning incorrect

2024-03-14 Thread Wei ZHOU
"cpu.overprovisioning.factor" is a cluster-scope setting. Can you please check both the global and cluster settings ? -Wei On Thu, Mar 14, 2024 at 11:08 AM Francisco Arencibia Quesada wrote: > > Good morning guys, > the value I'm having for cpuwithoverprovisioning is wrong, it should be >

Re: CPU topology

2024-03-12 Thread Wei ZHOU
%204980> > +44 (0) 7989 717661 <+44%20(0)%207989%20717661> > gary.di...@quadris.co.uk > www.quadris.com > Innovation House, 12‑13 Bredbury Business Park > Bredbury Park Way, Bredbury, Stockport, SK6 2SN > -Original Message- > From: Wei ZHOU > Sent: Monday, March 11

Re: CPU topology

2024-03-11 Thread Wei ZHOU
Stop the vm Add a vm setting cpucorespersocket Start the vm -Wei On Monday, March 11, 2024, Gary Dixon wrote: > > > Meant to have stated here that our ACS version is 4.15.2 > Hi > > ACS 4.1.2 > KVM on Ubuntu 20.04 > Hosts are Dell R7525 AMD EPYC dual socket 32 core CPU’s > > Is there a VM

Re: Advice about advanced zone with security groups

2024-03-11 Thread Wei ZHOU
For the shared networks with SG, the IPs should have public access. similar as Public IPs in the advanced zone (without SG). -Wei On Mon, Mar 11, 2024 at 5:10 PM Tomas Leypold wrote: > > Hi, > > I am new to CloudStack and am trying to create a POC. I am having a problem > with Core/Advanced

Re: DDOS Attacks from my virtual Router

2024-03-11 Thread Wei ZHOU
oh, the first two rules should not exist -Wei On Mon, Mar 11, 2024 at 2:04 PM Wei ZHOU wrote: > Hi, > > The port 53 should be allowed for only the guest network > > root@r-4-VM:~# iptables-save |grep "port 53" > -A INPUT -d 10.111.17.4/32 -i eth0 -p tcp -m tcp --d

Re: DDOS Attacks from my virtual Router

2024-03-11 Thread Wei ZHOU
on attack. > > It's super easy to verify, from some 3rd party IP that you know is not > whitelisted anywhere in your firewall or cloudstack, run a host or dig > command that unallocated IP. If it replies, there is a problem. > > dig @IP apache.org a > host apache.org IP > > > >

Re: DDOS Attacks from my virtual Router

2024-03-11 Thread Wei ZHOU
I remember it as well. The issue should have been fixed many years ago. see https://github.com/apache/cloudstack/pull/1663 -Wei On Mon, Mar 11, 2024 at 11:09 AM Nux wrote: > > I have seen this in the past where port 53 was open on these public IPs > on the VR and was indeed leading to

Re: CKS with K8s Offering N/w

2024-03-11 Thread Wei ZHOU
-kubeconfig kube.conf port-forward deployment/cloud 443:31009 > > > > Just FYI, application uses a tls and it is also configured. > > > > > > Thanks and Regards, > > Bharat Saini > > > > > > From: Wei ZHOU > Date: Monday, 11 March 2024 at 1:18

Re: DDOS Attacks from my virtual Router

2024-03-11 Thread Wei ZHOU
In my opinion, one of your VMs is compromised. If you are able to access the hosts, you can check the statistics of the virtual nics of the VMs in the network. vmname=i-xx-yyy-VM nics=$(virsh domiflist $vmname |awk '{print $1}' |grep vnet) for nic in $nics;do virsh domifstat $vmname $nic |grep

Re: CKS with K8s Offering N/w

2024-03-11 Thread Wei ZHOU
e sender email address before taking any > action, replying, clicking any link or opening any attachment. > > > +1 > > Bharat, see if you can start using the isolated network to get the full > experience of CKS. In shared network you should only rely on connecting to >

Re: CSEUG - September, Germany

2024-03-05 Thread Wei ZHOU
Great! Thanks Swen! -Wei On Tuesday, March 5, 2024, Ivet Petrova wrote: > Hi all, > > Will be Frankfurt. Swen from proIO is really excited to help us organise, > so we have somebody on place to support, which is really cool. > > Best regards, > > > > > On 1 Mar 2024, at 11:06, Wido den

Re: Network Issue with Cluster

2024-03-01 Thread Wei ZHOU
If you use shared network, it is definitely a network issue, as Cloudstack only provides dns/dhcp/userdata service for shared networks. -Wei On Friday, March 1, 2024, Bharat Bhushan Saini wrote: > Hi Jayanth, > > > > As per my analysis, I think some latches has been with cloudstack. This is >

Re: CKS with K8s Offering N/w

2024-03-01 Thread Wei ZHOU
> > > From: Bharat Bhushan Saini > Sent: Friday, March 1, 2024 3:15:18 pm > To: users@cloudstack.apache.org > Subject: Re: CKS with K8s Offering N/w > > Hi Wei, > > In shared n/w the traefik ingress is needed or only nodeport is enough

Re: CKS with K8s Offering N/w

2024-03-01 Thread Wei ZHOU
Hi Bharat, If you deploy a CKS cluster on an isolated network, please ensure the public Ips (which include the endpoint IP of the CKS cluster, and Load balancer IPs) are reachable from the management server. The management server configures the k8s nodes (controller/worker) via the port -222x

Re: CKS with K8s Offering N/w

2024-02-29 Thread Wei ZHOU
Re: CKS with K8s Offering N/w > > EXTERNAL EMAIL: Please verify the sender email address before taking any > action, replying, clicking any link or opening any attachment. > > > > Hi Wei, > > > > I truncate the mysql database table of kubernetes_cluster. > >

Re: CKS with K8s Offering N/w

2024-02-29 Thread Wei ZHOU
at Saini > > > > [image: signature_3652424534] > > > > *From: *Wei ZHOU > *Date: *Thursday, 29 February 2024 at 4:34 PM > *To: *users@cloudstack.apache.org > *Subject: *Re: CKS with K8s Offering N/w > > EXTERNAL EMAIL: Please verify the sender email addre

Re: CKS with K8s Offering N/w

2024-02-29 Thread Wei ZHOU
t; | https://10.x.x.87:6443/ | > > | https://10.x.x.87:6443/ | > > | | > > +--+ > > > > > > > > Thanks and Regards, > > Bharat Saini > > > > [image: signature_3154659082] > > > > *From: *Wei ZHOU > *Date: *Thursday, 29 February 2024 at 4:15 PM >

Re: Storage in avoid set

2024-02-29 Thread Wei ZHOU
t;options2":{},"wait":"0","bypassHostMaintenance":"false"}}] > > } to 33622688187677 2024-02-27 11:24:04,451 DEBUG [c.c.a.t.Request] > > (AgentManager-Handler-3:null) (logid:) Seq 1-7417428586279207196: > > Processing: { Ans:

Re: CKS with K8s Offering N/w

2024-02-29 Thread Wei ZHOU
It is not related to the endpoint.url in the global setting. The endpoint of the CKS cluster is invalid. You can check mysql by "select endpoint from kubernetes_cluster;" I guess your CKS cluster was not created successfully. -Wei On Thu, Feb 29, 2024 at 11:40 AM Bharat Bhushan Saini wrote:

Re: Import from external host

2024-02-28 Thread Wei ZHOU
for what I did include. > > -- > Jimmy > > Van: Wei ZHOU > Datum: woensdag, 28 februari 2024 om 17:15 > Aan: users@cloudstack.apache.org > Onderwerp: Re: Import from external host > Any exception in the log? > > I wonder if it is similar as > https://github.com/apac

Re: Storage in avoid set

2024-02-28 Thread Wei ZHOU
etup]]] that match with tags [[]]. > > The VM deployments were fine 2 days before. All in a sudden it started > failing. > > > Alex > > On Wednesday, February 28, 2024, Wei ZHOU wrote: > > > Agree. > > > > Please also check if the pool has any tags. >

Re: Storage in avoid set

2024-02-28 Thread Wei ZHOU
Agree. Please also check if the pool has any tags. -Wei On Wed, Feb 28, 2024 at 5:31 PM Slavka Peleva wrote: > Hi Alex, > > Sorry for the question but is it possible that the cluster is disabled? I > have faced a similar problem before while testing. > > Best regards, > Slavka > > On Wed, Feb

  1   2   3   4   5   6   7   8   9   >