Re: Removal of unused plugins

2024-09-19 Thread Wei ZHOU
not > introduce too much stuff at a time. Focusing on the major releases for > new features will allow us to better test them and do better quality > control. > > If there is further interest in continuing the discussion on the release > process/versioning, please create a new thr

Re: Removal of unused plugins

2024-09-18 Thread Wei ZHOU
. good to know that Palo alto is interested. in ACS 4.21 or 4.22, you might see some more VNF improvements (e.g. a provider framework and an implementation) Kind regards, Wei On Wed, Sep 18, 2024 at 3:25 PM Bryan Tiang wrote: > Hi Wei Zhou, > > We dont use any of the plugins listed, bu

Re: Removal of unused plugins

2024-09-18 Thread Wei ZHOU
Kind regards, Wei On Wed, Sep 18, 2024 at 11:37 AM Wei ZHOU wrote: > Hi all, > > There are some plugins in CloudStack which have not been updated for some > years. I think we should remove some of the plugins in the next releases. > > For hypervisors, we have a wiki page t

Re: New PMC member: Suresh Anaparti

2024-09-18 Thread Wei ZHOU
Congratulations Suresh ! -Wei On Wed, Sep 18, 2024 at 12:52 PM Rohit Yadav wrote: > The Project Management Committee (PMC) for Apache CloudStack > has invited Suresh Anaparti to become a PMC member and we are pleased > to announce that they have accepted. > > Suresh has contributed in the past

Removal of unused plugins

2024-09-18 Thread Wei ZHOU
Hi all, There are some plugins in CloudStack which have not been updated for some years. I think we should remove some of the plugins in the next releases. For hypervisors, we have a wiki page to maintain the EOL dates: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Hypervisor+and+Managem

Re: Preferred storage pool (preferred.storage.pool)

2024-09-17 Thread Wei ZHOU
t; Thanks for the quick revert. > > We have to cluster in our setup, one is rbd and one is local. I want to set > the uuid of primary storage of local in preferred.storage.pool from global > setting then the vm will create in local or rbd pool? > > > Thank you > > >

Re: Preferred storage pool (preferred.storage.pool)

2024-09-17 Thread Wei ZHOU
What's your question ? It is an account-level setting, you can set different values per account or domain. -Wei On Tue, Sep 17, 2024 at 9:25 AM Sanjay Kumar wrote: > Hello! > > Please let us know if we use this option(preferred.storage.pool), then all > VMs will use this pool which uuid we wil

Re: Port Forwarding in Network

2024-08-29 Thread Wei ZHOU
Thanks for sharing. Interesting How many cpu and memory does you VR have ? -Wei On Thursday, August 29, 2024, Bryan Tiang wrote: > Hi Alex and Wei Zhou, > > Thanks for the input, so it seems this new feature is more beneficial for > those who are currently using Shared Networks.

Re: Port Forwarding in Network

2024-08-29 Thread Wei ZHOU
; > Will this feature be available for Autoscale Groups? We are heavy users of > it. > > Regards, > Bryan > On 29 Aug 2024 at 4:22 AM +0800, Alex Mattioli < > alex.matti...@shapeblue.com>, wrote: > > Hi Marty, > > > > > > > > Here'

Re: Integration of console access fails for 4.18.2.1

2024-08-14 Thread Wei ZHOU
Try this https://cloudstack.apache.org/api/apidocs-4.18/apis/createConsoleEndpoint.html On Wednesday, August 14, 2024, Fariborz Navidan wrote: > Hello Everyone, > > I am using "getCommandQuery" API passing "cmd=access", "vm" and "apiKey" > parameters to integrate console access to our own cli

Re: [PROPOSAL] Update the 4.20.0.0 release schedule

2024-07-26 Thread Wei ZHOU
Thanks João. It looks good to me. Kind regards, Wei On Fri, Jul 26, 2024 at 4:06 PM João Jandre Paraquetti wrote: > > Hi Abhisar, all, > > We have been postponing 4.20.0.0 for some time now, in August we will > reach the mark of 6 months without a minor release. I would like to not > stray too

Re: stored procedures and versions (Was: [VOTE] Apache CloudStack 4.19.1.0 (RC1))

2024-07-12 Thread Wei ZHOU
+1 procedures can be created before db upgrades -Wei On Fri, Jul 12, 2024 at 1:40 PM Daan Hoogland wrote: > > This is a bit off topic, so renaming the thread. Can we instate a > similar procedure as for views for stored procedures? > > it seems to me we can de exactly the same for those stored

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-18 Thread Wei ZHOU
+1 (binding) Verified via the following steps 1. create a CKS cluster with k8s 1.30.0 and weavenet 2.8.1 2. delete cloudstack-kubernetes-provider 1.0.0 kubectl delete -f https://raw.githubusercontent.com/apache/cloudstack-kubernetes-provider/main/deployment.yaml 3. install 1.1.0-rc1 kubectl ap

Re: Endpoint response is different than the docs

2024-06-14 Thread Wei ZHOU
Hi, you can run "mvn -P developer,systemvm clean install -pl tools/apidoc/" the api doc can be found at tools/apidoc/target/xmldoc/apis/ The api parameters and responses come from the java classes. -Wei On Fri, Jun 14, 2024 at 4:11 PM Ahmed Awlaqi wrote: > > Thanks, is there a docs on how to u

Re: Api docs

2024-06-11 Thread Wei ZHOU
Hi, You can find the code at https://github.com/apache/cloudstack-www -Wei On Tue, Jun 11, 2024 at 2:29 PM Ahmed Awlaqi wrote: > > Hi, I wanna know where can I find the code for this website > https://cloudstack.apache.org/api/ I found a mistake and would like to fix > it. > > -- >

Re: [PROPOSE] RM for cloudstack-kubernetes-provider v1.1.0

2024-06-11 Thread Wei ZHOU
Thanks Vishesh for the volunteering. There was no cloudstack-kubernetes-provider release in the past 3 years, glad to see there are some new commits in the last weeks. Great job ! no specific PRs/issues are needed for me. looking forward to the new release -Wei On Tue, Jun 11, 2024 at 11:26 AM

Re: Help setting up Cloud Stack development environment

2024-06-06 Thread Wei ZHOU
Hi Gaurav, Welcome to the community. I suggest you create a docker container (for instance, rocky8/9 or ubuntu 22.04). The doc is out-of-date. -Wei On Thu, Jun 6, 2024 at 12:43 PM gaurav joshi wrote: > > Hi, > > I have been trying to set up my cloudstack dev environment in Windows but I > am

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: [Proposal] Storage Filesystem as a First Class Feature

2024-06-06 Thread Wei ZHOU
Hi Wido, Thanks for your feedback. It is a great idea to support virtio-fs. We could add VIRTIOFS as a valid value of enum ExportProtocol, and implement it in a separate plugin in the future. Have you tested virtio-fs before ? Could you share more info if possible? - is it supported by libvirt-ja

Re: ACS 4.16 - Change SystemVM template for CKS

2024-04-16 Thread Wei ZHOU
er, you can deploy https://github.com/apache/cloudstack-kubernetes-provider getting it in a vpc tier for internal dmz use ? No. vpc is not supported. Refer to https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack/issues/314 > Le mar. 16 avr. 2024 à 11:12, Wei ZHOU a écrit : &

Re: ACS 4.16 - Change SystemVM template for CKS

2024-04-16 Thread Wei ZHOU
Hi benoit, You can try CAPC, it should work with 4.16 https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack You need a local kind cluster to manage the CAPC clusters. They are not managed by CloudStack. -Wei On Fri, Apr 12, 2024 at 2:43 PM benoit lair wrote: > > Hi Wei, > > upgra

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 runtime i

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, > It

Re: New Committer: Kiran Chavala

2024-04-09 Thread Wei ZHOU
Congratulations Kiran ! On Tue, Apr 9, 2024 at 7:46 AM Rohit Yadav wrote: > > The Project Management Committee (PMC) for Apache CloudStack > has invited Kiran Chavala (kiranchavala) to become a committer and > we are pleased to announce that they have accepted. > > Kiran has been a long time Clou

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: > https://github.com/apache/clo

Re: [PROPOSE] ACS 4.18.2.0

2024-03-12 Thread Wei ZHOU
will not > release the RC until #8729 is fixed; same for #8745. Thus, we can keep > the freeze anyway. Or is there other security issues that I'm missing? > > Best regards, > João Jandre > > On 3/12/24 08:45, Wei ZHOU wrote: > > Hi João, > > > > As you mi

Re: [PROPOSE] ACS 4.18.2.0

2024-03-12 Thread Wei ZHOU
Hi João, As you might know, we/community are working on some security issues. Please hold on. -Wei On Mon, Mar 11, 2024 at 7:19 PM João Jandre Paraquetti wrote: > > Hi all, > > I would like to announce the code freeze of the 4.18 branch now. > From now onward, we will only accept critical/bloc

Re: [PROPOSE] upgrade paths for 4.19 and 20

2024-03-08 Thread Wei ZHOU
agree. Moreover, we should try to avoid the new upgrade path for 4.xx.2 release. -Wei On Friday, March 8, 2024, Rohit Yadav wrote: > I think it would be most likely that we work towards releasing 4.19.1 > before 4.20.0. Then, it would be sensible to have 4.19.0 -> 4.19.1 -> > 4.20.0 upgrade p

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 Hollan

Re: new committer: Vishesh Jindal (vishesh)

2024-02-26 Thread Wei ZHOU
Congratulations Vishesh! On Monday, February 26, 2024, Daan Hoogland wrote: > users and devs, > > The Project Management Committee (PMC) for Apache CloudStack > has invited Vishesh Jindal to become a committer and we are pleased > to announce that they have accepted. > > Being a committer enab

Re: Issue https://github.com/apache/cloudstack/issues/8280 with 4.19.0

2024-02-22 Thread Wei ZHOU
19.1 release ? > > I sincerely apologize if I am missing any facts or additional information. > > On Wed, Feb 21, 2024 at 11:16 PM Wei ZHOU wrote: > > > It is already in 4.19 and main branch. > > > > -Wei > > > > On Thursday, February 22, 2024, Rahul Rai &

Re: Issue https://github.com/apache/cloudstack/issues/8280 with 4.19.0

2024-02-21 Thread Wei ZHOU
It is already in 4.19 and main branch. -Wei On Thursday, February 22, 2024, Rahul Rai wrote: > Hi Team, > > I have experienced the same error with rhel 9 kvm with UEFI enabled > instance. > > I see that the code was merged with 4.18. Can we expect that to be merged > in 4.19 as well? > > https:

Re: [PROPOSE] RM for 4.19.1.0

2024-02-13 Thread Wei ZHOU
Great. Go ahead Suresh ! -Wei On Mon, 12 Feb 2024 at 12:50, Suresh Anaparti wrote: > Hi All, > > CloudStack 4.19.0.0 is the latest LTS release. There are already some open > issues [1] and pull requests [2] targeted for 4.19.1.0 [3] release. > > I'd like to propose and put myself forward as t

Re: Discussion: CloudStack upgrade to JRE17 and Debian12/python3

2024-02-11 Thread Wei ZHOU
; I would advise we should move to 512 MiB. > > Regards. > > > > > > ------ > *From:* Wei ZHOU > *Sent:* Friday, February 9, 2024 4:14:06 PM > *To:* Rohit Yadav ; dev < > dev@cloudstack.apache.org> > *Subject:* Re: Discussion: Cl

Re: Discussion: CloudStack upgrade to JRE17 and Debian12/python3

2024-02-09 Thread Wei ZHOU
Wei. > > I think VR should be set to 512 (if memory consuming is above 300MB). SSVM > and CPVM aren’t they already at 512-1024 MiB? > > Regards. > > > > > > -- > *From:* Nux > *Sent:* Thursday, February 8, 2024 2:50:11 PM > *To:

Re: Discussion: CloudStack upgrade to JRE17 and Debian12/python3

2024-02-07 Thread Wei ZHOU
gards. > > > > > > From: Wei ZHOU > Sent: Tuesday, February 6, 2024 17:33 > To: dev ; users > Subject: Discussion: CloudStack upgrade to JRE17 and Debian12/python3 > > Hi all, > > My colleagues and I are working on upgrading

Re: [ANNOUNCEMENT] Apache CloudStack 4.19.0.0 LTS Release

2024-02-07 Thread Wei ZHOU
Great news ! -Wei On Tue, 6 Feb 2024 at 12:37, Abhishek Kumar wrote: > The Apache Software Foundation and the Apache CloudStack Project Announces > Apache® CloudStack® v4.19. > > Apache CloudStack 4.19 is the most recent release of the cloud management > platform. It comes as a product of exte

Re: new website is life

2024-02-07 Thread Wei ZHOU
great ! looks much better -Wei On Wed, 7 Feb 2024 at 09:23, Daan Hoogland wrote: > People, > we brought the new website. Please all have a look at > https://cloudstack.apache.org > > thanks for any feedback > > -- > Daan >

Discussion: CloudStack upgrade to JRE17 and Debian12/python3

2024-02-06 Thread Wei ZHOU
Hi all, My colleagues and I are working on upgrading CloudStack to support the more recent JRE version, python version and Debian version for the systemvm template. We already have made some changes, if you are interested, please review the pull request: https://github.com/apache/cloudstack/pull/8

Re: [VOTE] Apache CloudStack 4.19.0.0 RC4

2024-02-01 Thread Wei ZHOU
+1 (binding) Tested several environments - rocky8 (mgmt) + rocky8 (host), advanced zone. No issues found. - ubuntu22 (mgmt) + ubuntu22 (host), advanced zone. No issues found. - rocky8 (mgmt) + vmware80, advanced zone. No issues found. - rocky8 (mgmt) + vmware80U1 (not supported officially), advan

Re: [VOTE] go life with new website(design)

2024-02-01 Thread Wei ZHOU
+1 (binding) 在 2024年2月1日星期四,Daan Hoogland 写道: > LS, > > I am not sure this is still needed after all the discussions > before,but I would like to start a lazy consent vote threat anyway > there are some non-blocking rest points mentioned and we can > administer those in the repo for the site [

Re: Introduction and Greetings

2024-01-31 Thread Wei ZHOU
Welcome Abhisar ! -Wei On Wed, 31 Jan 2024 at 13:42, Abhisar Sinha wrote: > Hi All, > > I have background in Storage as a developer at NetApp India, and I have > recently joined Shapeblue as a Software Engineer. > I am excited to be joining the CloudStack community and looking forward to > inte

Re: [PROPOSAL] version naming : drop the 4.

2024-01-26 Thread Wei ZHOU
Hi Daniel, If we are discussing 5.0, I would have the same concern as you. What we are discussing is dropping 4.x. The fact is, we will never release 5.0 (anyone disagree ?) In this case, the major version 4.x becomes useless. If we compare 4.20.0/4.21.0 with 20.0/21.0, it is obvious which is bett

Re: [PROPOSAL] version naming : drop the 4.

2024-01-26 Thread Wei ZHOU
like we have been doing, requires only the > MINOR version change. Therefore, we have to understand the technical > reasons for the proposal and what we expect from it before deciding > anything. > > Best regards, > Daniel Salvador (gutoveronezi) > > [1] https://semver.org/ >

Re: [PROPOSAL] version naming : drop the 4.

2024-01-26 Thread Wei ZHOU
t; Our mails just crossed :-) Timing! > > > > Does .MM tie you down to a specific schedule? You can release > > whenever you want, right? The version depends on when you release. > > > > But I'm ok with just going with an number. 24, then 25, then 26, etc. > &g

Re: [PROPOSAL] version naming : drop the 4.

2024-01-24 Thread Wei ZHOU
of the ubuntu scheme, sorry. I will probably > -0 just to get us moving forward but I think it is not the best for > us. So I'll wait a few and start a vote if no-one else did before me. > > On Wed, Jan 24, 2024 at 12:48 PM Wido den Hollander > wrote: > > > > > >

Re: [PROPOSAL] version naming : drop the 4.

2024-01-23 Thread Wei ZHOU
Tuesday, January 23, 2024 6:11 PM > To: dev@cloudstack.apache.org > Cc: Wei ZHOU > Subject: Re: [PROPOSAL] version naming : drop the 4. > > An interesting proposition, I like it. > It would also relieve us from having to come up with any over-the-top > feature or change for a

Re: CentOS 7 is reaching EOL

2024-01-23 Thread Wei ZHOU
Hi Lucian, I think what Vishesh meant is removing the support of CentOS 7 as a management server or kvm host. -Wei On Tue, 23 Jan 2024 at 22:07, Nux wrote: > I would not be so hasty. I am sure there are still CentOS 5 instances in > existence somewhere, similarly I think CentOS 7 will not go d

Re: [PROPOSAL] version naming : drop the 4.

2024-01-22 Thread Wei ZHOU
+1 with 20.0 5.0 sounds like a leap with lots of significant changes. Unfortunately it has not been discussed what needs to be done. 20.0 (or 24.0) looks better. Wei On Mon, 22 Jan 2024 at 12:01, Daan Hoogland wrote: > João, > I think we should not consider 5.0, but go to 20,0 that is more in

Re: [VOTE] Apache CloudStack 4.19.0.0 RC2

2024-01-17 Thread Wei ZHOU
self? If it is it > is definitely a reason to create a new RC, if it isn't I think we can > manage a known issue for a new feature. > > On Wed, Jan 17, 2024 at 2:50 PM Wei ZHOU wrote: > > > > Thanks Ahbishek, and everyone tested or is testing RC2. > > > >

Re: [VOTE] Apache CloudStack 4.19.0.0 RC2

2024-01-17 Thread Wei ZHOU
Thanks Ahbishek, and everyone tested or is testing RC2. I ran some tests on a ubuntu22 environment , and got the following exception when stopping VMs. 2024-01-17 12:56:26,053 DEBUG [c.c.a.t.Request] (AgentManager-Handler-17:null) (logid:) Seq 2-8295911988593164342: Processing: { Ans: , MgmtId:

Re: new PMC member Harikrishna Patnala

2024-01-16 Thread Wei ZHOU
Congratulations Hari ! -Wei On Mon, 15 Jan 2024 at 10:25, Daan Hoogland wrote: > users and dev, > > The PMC have invited Harikrishna to join their ranks and he has > gracefully accepted. Please join me in congratulating Hari. > > -- > Daan >

Re: New committer: Alexandre Mattioli

2024-01-11 Thread Wei ZHOU
Congratulations Alex ! Well deserved ! -Wei On Wed, 10 Jan 2024 at 23:28, Nux wrote: > All, > > The Project Management Committee (PMC) for Apache CloudStack > has invited Alexandre Mattioli to become a committer and we are pleased > to announce that they have accepted. > > Alex has been instrum

Re: new committer: João Jandre Paraquetti

2023-12-18 Thread Wei ZHOU
Congratulations João ! Well done -Wei On Mon, 18 Dec 2023 at 13:48, Daan Hoogland wrote: > community, > The PMC have invited João Jandre Paraquetti to join the project as a > committer and the invitation was gratefully accepted. > Please join me in welcoming João. > Congratulations João, > > --

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wei ZHOU
4 schreef Wei ZHOU: > > Hi Wido, > > > > It looks you need a file like > > > https://github.com/apache/cloudstack/blob/main/plugins/storage/object/simulator/src/main/resources/META-INF/cloudstack/storage-object-simulator/spring-storage-object-simulator-context.xml > &

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wei ZHOU
INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] > > (main:null) (logid:) Module Hierarchy: storage-image-default > > 2023-12-14 12:28:21,480 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] > > (main:null) (logid:) Module Hierarchy: storage-image-s3 > >

Re: New Object Storage - Huawei OBS

2023-12-14 Thread Wei ZHOU
Is the module added to client/pom.xml ? -Wei On Thu, 14 Dec 2023 at 10:51, Ronald Feicht wrote: > Hi, > > I am trying to write an Object Storage plugin for Huawei OBS using Minio > as example. I added my plugin code to the plugins/storage/object/ > directory, added my plugin into plugins/pom.xm

Re: You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-13 Thread Wei ZHOU
> http://xx.xx.xx.xx:8080. > > See https://nodejs.org/api/errors.html#errors_common_system_errors for > > more information (ECONNREFUSED). > > > > If so, can you please verify the IP of the Management server, in your > > initial email you mentioned the address to be: > &g

Re: new committer Vladimir Petrov

2023-12-12 Thread Wei ZHOU
Congratulations Vladi ! -Wei On Tue, 12 Dec 2023 at 10:52, Daan Hoogland wrote: > community, > > The PMC has decided Vladi to become a committer and he has gracefully > accepted. Please join me in welcoming Vladi to the project as > committer. > Congratulations Vladi > > -- > Daan >

Re: You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-11 Thread Wei ZHOU
Hi, You can access vmops.log to get some logs. -Wei On Mon, 11 Dec 2023 at 14:49, Ronald Feicht wrote: > Hi, > > I can now open the UI on port 5050, but when I try to log in I get > "Login Failed". I had done these steps previously with no error messages: > 1. mvn -Pdeveloper,systemvm clean

Re: 4.20 plans

2023-12-08 Thread Wei ZHOU
+1 I think it would be good to start as the RM of a minor release to better understand the role as a RM. Kind regards, Wei On Fri, 8 Dec 2023 at 11:55, Rohit Yadav wrote: > Hi João, > > Glad to hear about your interests and I will fully support your effort to > release manage the next major re

Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-04 Thread Wei ZHOU
+1 (binding) I think it is very nice to QA -Wei On Mon, 4 Dec 2023 at 09:01, Rohit Yadav wrote: > All, > > Following the discussion thread on adopting Github Discussions as users > forum [1], I put the following proposal for a vote: > > > 1. Adopt and use Github Discussions as user forums.

Re: new committer Bryan Lima

2023-11-30 Thread Wei ZHOU
Congratulations Bryan ! -Wei On Thu, 30 Nov 2023 at 10:07, Daan Hoogland wrote: > All, > > The Project Management Committee (PMC) for Apache CloudStack > has invited Bryan Lima to become a PMC member and we are pleased > to announce that they have accepted. > > Bryan has contributed himself and

Re: new PMC member: Abhishek Kumar

2023-11-23 Thread Wei ZHOU
Congratulations Abhishek! 在 2023年11月23日星期四,Daan Hoogland 写道: > The Project Management Committee (PMC) for Apache CloudStack > has invited Abhishek Kumar to become a PMC member and we are pleased > to announce that they have accepted. > > Abhishek has contributed in the past and has shown effor

Re: Resize root disk from windows vm

2023-09-27 Thread Wei ZHOU
You can try cloudbase-init for windows. Normally we use cloud-init for linux vms. -Wei On Thu, 28 Sept 2023 at 08:51, Technology Mail wrote: > *Hello,* > > I am follow below step, I am not sure am I right or wrong. > > 01. Check volume name from vm : https://prnt.sc/2PYYgOn9bQdA > 02. Then goin

Re: [DISCUSS] Upgrading Mockito & phasing out powermock

2023-09-26 Thread Wei ZHOU
> From: Kishan Kavala > Sent: Friday, June 9, 2023 1:30 PM > To: dev@cloudstack.apache.org > Subject: RE: [DISCUSS] Upgrading Mockito & phasing out powermock > > +1 > Agree with the approach, Vishesh. > > > > > > > > -Origin

[ANNOUNCEMENT] Apache CloudStack LTS Maintenance Release 4.18.1.0

2023-09-15 Thread Wei ZHOU
The Apache CloudStack project is pleased to announce the release of CloudStack 4.18.1.0. The CloudStack 4.18.1.0 release is a maintenance release as part of its 4.18.x LTS branch and contains around 200 fixes and improvements since the CloudStack 4.18.0.0 release. Some of the highlights include:

[VOTE][RESULT] Apache CloudStack 4.18.1.0 (RC3)

2023-09-12 Thread Wei ZHOU
Hi all, After more than 72hrs the vote for CloudStack 4.18.1.0 *passes* with 5 PMC + 1 non-PMC votes. +1 (PMC / binding) Rohit Yadav Nux (Lucian) Boris Stoyanov Nicolas Vazquez Wei Zhou +1 (non binding) Harikrishna Patnala 0 none -1 none Thanks to everyone participating. I will now prepare

Re: [VOTE] Apache CloudStack 4.18.1.0 (RC3)

2023-09-12 Thread Wei ZHOU
+1 (binding) - Kicked trillian tests with various combinations of management server OS and hypervisors. all looks ok. - Tested manually on some environments (different OSes, NFS, advanced zone w/wo SG, vlan/vxlan isolation) -Wei On Thu, 7 Sept 2023 at 10:34, Wei ZHOU wrote: > Hi

Re: [VOTE] Apache CloudStack 4.18.1.0 (RC3)

2023-09-07 Thread Wei ZHOU
Hi all, This vote will be closed on Tuesday, 12th September. Please feel free to share your thoughts, testing results, issues, etc. Thanks ! -Wei On Thu, 7 Sept 2023 at 10:34, Wei ZHOU wrote: > Hi all, > > I've created a 4.18.1.0-RC3, with the following artifacts up for a

Re: [VOTE] Apache CloudStack 4.18.1.0 (RC3)

2023-09-07 Thread Wei ZHOU
Hi all, You can find the (unofficial) packages at http://download.cloudstack.org/testing/4.18.1.0-RC20230907T0850/ for your convenience. Kind regards Wei On Thu, 7 Sept 2023 at 10:34, Wei ZHOU wrote: > Hi all, > > I've created a 4.18.1.0-RC3, with the following artifacts

[VOTE] Apache CloudStack 4.18.1.0 (RC3)

2023-09-07 Thread Wei ZHOU
Hi all, I've created a 4.18.1.0-RC3, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/commits/4.18.1.0-RC20230907T0850 Commit: 4bdff06acd3630180f85ffe2f54add972607bbb4 Source release (checksums and signatures are available at the followin

Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-06 Thread Wei ZHOU
/cloudstack/pull/7945 I will create RC3 when the fix is verified and merged. The issue impacts kvm hosts with local storage only. -Wei On Fri, 1 Sept 2023 at 09:39, Wei ZHOU wrote: > Hi all, > > I've created a 4.18.1.0-RC2, with the following artifacts up for a vote: > > Git

Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-05 Thread Wei ZHOU
with CKS which we have seen in some PRs. -Wei On Fri, 1 Sept 2023 at 09:39, Wei ZHOU wrote: > Hi all, > > I've created a 4.18.1.0-RC2, with the following artifacts up for a vote: > > Git Branch and Commit SH: > https://github.com/apache/cloudstack/commits/4.18.1.0-R

Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-05 Thread Wei ZHOU
Hi all, Just a reminder, the vote will be closed tomorrow. Kind regards, Wei On Fri, 1 Sept 2023 at 09:39, Wei ZHOU wrote: > Hi all, > > I've created a 4.18.1.0-RC2, with the following artifacts up for a vote: > > Git Branch and Commit SH: > https://github.com/ap

Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-01 Thread Wei ZHOU
Hi all, You can find the (unofficial) packages at http://download.cloudstack.org/testing/4.18.1.0-RC20230901T0817/ for your convenience. Kind regards Wei On Fri, 1 Sept 2023 at 09:39, Wei ZHOU wrote: > Hi all, > > I've created a 4.18.1.0-RC2, with the following artifacts

[VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-01 Thread Wei ZHOU
Hi all, I've created a 4.18.1.0-RC2, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/commits/4.18.1.0-RC20230901T0817 Commit: 0e7f7d42f0ec68a360fafa7de21ea06577ed032c Source release (checksums and signatures are available at the followin

Re: [VOTE] Apache Cloudstack 4.18.1.0

2023-08-31 Thread Wei ZHOU
Hi all, This vote has to be closed, as we found a critical issue that the direct-download template cannot be registered for KVM. Please get more information at https://github.com/apache/cloudstack/issues/7929 -Wei On Tue, 29 Aug 2023 at 09:56, Wei ZHOU wrote: > Hi all, > > I

Re: [VOTE] Apache Cloudstack 4.18.1.0

2023-08-29 Thread Wei ZHOU
Hi all, Packages have been built and uploaded to https://download.cloudstack.org/testing/4.18.1.0-RC20230828T2026/ -Wei On Tue, 29 Aug 2023 at 09:56, Wei ZHOU wrote: > Hi all, > > I've created a 4.18.1.0-RC1, with the following artifacts up for a vote: > > Git Branch an

[VOTE] Apache Cloudstack 4.18.1.0

2023-08-29 Thread Wei ZHOU
Hi all, I've created a 4.18.1.0-RC1, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/commits/4.18.1.0-RC20230828T2026 Commit: ff402faff06667e6e819eaee037400ed2005d5d2 Source release (checksums and signatures are available at the followin

Re: [PROPOSE] ACS 4.18.1.0 release

2023-08-28 Thread Wei ZHOU
will create RC1 and build packages for you to test. -Wei On Mon, 21 Aug 2023 at 13:48, Wei ZHOU wrote: > Hi all, > > In the last weeks, we have merged a few bug fixes into the 4.18 branch. We > are still working on remaining bug fixes and reviewing pull requests. > > 22 pull

Re: Unable to add host error ACS

2023-08-28 Thread Wei ZHOU
Hi, If libvirtd does not work, please fix it before adding the host to cloudstack. You can check the output of `systemctl status libvirtd` or `journalctl -xeu libvirtd` -Wei On Mon, 28 Aug 2023 at 08:56, Technology Mail wrote: > Thank you so much!, > I followed your mansion step but error is

Re: new committer: John Bampton

2023-08-25 Thread Wei ZHOU
Congratulations John ! -Wei On Fri, 25 Aug 2023 at 12:51, Daan Hoogland wrote: > The Project Management Committee (PMC) for Apache CloudStack > has invited Jown Bampton to become a committer and we are pleased > to announce that they have accepted. > > John is mostly active on CI and build spec

Re: new committer: Sina Kashipazha

2023-08-25 Thread Wei ZHOU
Congratulations Sina ! -Wei On Fri, 25 Aug 2023 at 12:53, Daan Hoogland wrote: > The Project Management Committee (PMC) for Apache [PROJECT] > > has invited Sina Kashipazha to become a committer and we are pleased > to announce that they have accepted. > > Sina has been active as a contributor

Re: new PMC member: Daniel Salvador

2023-08-25 Thread Wei ZHOU
Congratulations Daniel ! -Wei On Fri, 25 Aug 2023 at 12:56, Daan Hoogland wrote: > The Project Management Committee (PMC) for Apache [PROJECT] > has invited Daniel Salvador to become a PMC member and we are pleased > to announce that they have accepted. > > Daniel has contributed in the past an

Re: [PROPOSE] ACS 4.18.1.0 release

2023-08-21 Thread Wei ZHOU
4.18.2.0 milestone. -Wei On Wed, 2 Aug 2023 at 03:22, Wei ZHOU wrote: > Hi all, > > Here is an update of Apache CloudStack 4.18.1.0 release: > > There are some open PRs and issues on github: > > 37 pull requests are open for review: > https://github.com/apache/cloudst

Re: [PROPOSE] ACS 4.18.1.0 release

2023-08-01 Thread Wei ZHOU
major, 39 minor issues): https://github.com/apache/cloudstack/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.18.1.0 We are busy with them. The processes need to be postponed for 2-4 weeks. -Wei On Thu, 4 May 2023 at 10:34, Wei ZHOU wrote: > Hi all, > > Currently CloudStack 4.18.0.0 is t

Re: [DISCUSS] Upgrading Mockito & phasing out powermock

2023-06-06 Thread Wei ZHOU
lgtm. go ahead Vishesh. -Wei On Tue, 6 Jun 2023 at 14:17, Vishesh Jindal wrote: > Hi all, > > I am working on upgrading Mockito's version & phasing out powermock. For > new maven modules, I would request all to use Mockito's mockStatic instead > of Powermock. > > Why? > Powermock's last releas

Re: Kubernetes Cluster goes to error state

2023-06-02 Thread Wei ZHOU
gt; <https://www.debian.org/support>"BUG_REPORT_URL=" > > https://bugs.debian.org/ > > > <https://bugs.debian.org/>"* > > > > > > The screenshot links are given below > > > > > > > > > > > > https:/

Re: Kubernetes Cluster goes to error state

2023-06-01 Thread Wei ZHOU
PORT_URL="https://bugs.debian.org/ > <https://bugs.debian.org/>"* > > The screenshot links are given below > > > https://drive.google.com/file/d/14lsRuwOvMrbhfJ3X6IniNnU6VuVFTK1r/view?usp=sharing > > Please let me know if anything else is required from my side. > > > Regards > >

Re: Kubernetes Cluster goes to error state

2023-06-01 Thread Wei ZHOU
Hi, It would be good to share more details. For example, the OS distribution and version, Kubernetes version, cni/crictl/weavenet/dashboard versions, etc -Wei On Thu, 1 Jun 2023 at 13:57, Stanley Burkee wrote: > Hi Guys, > > Whenever I am trying to create a Kubernetes cluster, it goes to an er

Re: Introductions

2023-05-26 Thread Wei ZHOU
Welcome Ayush ! -Wei On Fri, 26 May 2023 at 06:53, Ayush Pandey wrote: > Hi Everyone, > > I am Ayush Pandey, joining the community for a project as part of Google > Summer of code 2023. I will be working with my mentor Nicolas Vazquez on > "Extend Import-Export Instances to the KVM Hypervisor"

Re: [VOTE] CloudStack Project Blog Migration

2023-05-22 Thread Wei ZHOU
+1 (binding) Great job @Rohit Yadav -Wei On Wed, 17 May 2023 at 10:58, Rohit Yadav wrote: > All, > > The ASF-infra had announced a hard deadline [0][1] to decommission our > project’s Roller based blog [3] on the 31st May 2023. > > For the blog migration, ASF-infra has exported CloudStack b

Re: [GitHub] [cloudstack] hpepper opened a new issue, #7533: Cloudstack 4.18 HTTP 503 Error on Ubuntu 22.04

2023-05-13 Thread Wei ZHOU
Hi, Have you setup the database for cloudstack? cloudstack-setup-databases -Wei On Sunday, 14 May 2023, hpepper (via GitHub) wrote: > > hpepper opened a new issue, #7533: > URL: https://github.com/apache/cloudstack/issues/7533 > > ># ISSUE TYPE > > * Other > ># COMPONENT

Re: [PROPOSE] ACS 4.18.1.0 release

2023-05-12 Thread Wei ZHOU
be fast-forward merged into the main branch. Thanks in advance for all your work on 4.18.1.0 ! Kind regards, Wei On Sat, 6 May 2023 at 07:57, Suresh Kumar Anaparti < sureshkumar.anapa...@gmail.com> wrote: > +1, Good luck Wei! > > Regards, > Suresh > > On Thu, May 4,

Re: [ANNOUNCE] Cloudmonkey 6.3.0 Release

2023-05-09 Thread Wei ZHOU
Great news. Great job Bobby! Thanks. -Wei On Tuesday, 9 May 2023, Boris Stoyanov wrote: > We are pleased to announce the release of Apache CloudStack Cloudmonkey > 6.3.0, the latest version of the popular command-line interface tool for > managing Apache CloudStack environments. > > Cloudmonke

[PROPOSE] ACS 4.18.1.0 release

2023-05-04 Thread Wei ZHOU
Hi all, Currently CloudStack 4.18.0.0 is the latest LTS release. There are some bugs and pull requests with 4.18.0.0 [1], including the fix for the upgrade issue if users use MySQL 5.6 and 5.7. I would like to propose the release of 4.18.1.0 and the timeline - from now till the end of July (3 mo

Re: ANNOUNCEMENT: CloudStack Collaboration Conference

2023-05-02 Thread Wei ZHOU
Great news. Thanks Ivet and DIMSI for the organization. Looking forward to the event. -Wei On Tuesday, 2 May 2023, Ivet Petrova wrote: > Hello all, > > I am delighted to announce that this year’s CloudStack Collaboration > Conference will happen on November 23-24th in Paris in Holiday Inn Par

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

2023-03-30 Thread Wei ZHOU
Congratulations Rohit ! Thank you Simon for all your great work in the past year as the VP. Kind regards, Wei On Thu, 30 Mar 2023 at 05:37, Simon Weller wrote: > All, > > I'm very pleased to announce that the ASF board has accepted the nomination > of Rohit Yadav to be the new VP of the Apac

Re: We are facing strange issue with acs 4.18 with Rocky Linux9

2023-03-27 Thread Wei ZHOU
Can you share the full log while added the host ? -Wei On Monday, 27 March 2023, Sanjay Kumar wrote: > Hi All, > > We have setup the lab acs 4.18 with Rocky linux 9 and it was running but > after a day we faced the issue. is there any OS dependencies with 4.18? > > > > Could not add host at [

  1   2   3   4   5   6   7   8   9   >