Hi Marc,
It seems the compatibility table with Cloudstack version and OS guest
versions is not listed. May be you can try with db query using version
(updated column) and guest_os_hypervisor (created column) tables.
Please check the current version OS compatibility using *listGuestOsMapping*
API
Hi,
@rhtyd, I checked the PR changes. Good that the agent is not waiting for
the pending jobs and retrying connection to management server. This might
have impact on ssvm and kvm agent tasks, not much on cpvm. Any sync or
cleanup mechanism for Volumes/VMs to address the failed/pending agent jobs
a
gent is reconnected, it reconnects only
> after any pending job finishes therefore such jobs finish and fail to be
> communicated back to the mgmt server (the answer instance is failed to be
> sent on the link, as link is no longer valid and causes exception).
>
>
> - Rohit
>
&g
Hi Glen / Si,
In PR# 1697, the global setting *snapshot.backup.rightafter* if set to
true, it'll be the default behaviour and snapshot is copied to the
secondary storage. If set to false, then the snapshot state transitions are
mocked and Snapshot would be in BackedUp state even though it is not r
Hi Ivan,
This would be a good improvement. Instead of changing the rules for the
account role based on the requirements or on demand, account can be mapped
to a new role (manually or automatic after trial) of the same role type
[User]. Do you have any use case for changing account role for Admin /
plate from snapshot
> was required, the backup image was copied on demand to secondary.
>
> In an ideal world, secondary storage wouldn't even be involved in most of
> these options, instead using the native clone features of the underlying
> storage.
>
>
> - Si
>
s of VM images when we have a solid primary storage
> infrastructure that already has lots of resiliency.
>
>
> I guess we're going to have to revisit this again before we can consider
> rebasing on 4.11.
>
>
> From: Suresh Kumar
nt is blocked by pending tasks to complete
> such tasks always fail.
>
>
> - Rohit
>
> <https://cloudstack.apache.org>
>
>
>
>
> From: Suresh Kumar Anaparti
> Sent: Wednesday, May 16, 2018 4:27:36 PM
> To: dev@cloudstack.apache
tionality for other hypervisors where it is being used though.
>
> I know we also have the requirement that snapshots are not automatically
> replicated to secondary storage, so this feature is useful to us.
>
> I don't understand the rational for removing the feature just becaus
Hi Nicolas,
I could see these warnings in my environment as well, with the master build.
-Suresh
On Tue, May 22, 2018 at 8:44 PM, Nicolas Vazquez <
nicolas.vazq...@shapeblue.com> wrote:
> Hi guys,
>
>
> I'm seeing these warnings in current master, are you experiencing it too
> or is it just my
:233-DefaultModuleDefinitionSet.startContexts:97
-Suresh
On Tue, May 22, 2018 at 9:32 PM, Suresh Kumar Anaparti <
sureshkumar.anapa...@gmail.com> wrote:
> Hi Nicolas,
>
> I could see these warnings in my environment as well, with the master
> build.
>
> -Suresh
>
> O
Hi Alireza,
*sync_queue *table is the actual VM sync queue which holds a queue id for
each VM (*sync_objtype*: VmWorkJobQueue, *sync_objid*: ) and the VM
jobs would reside in *sync_queue_item* table against that queue id. Only
one running job is allowed per VM queue (*queue_size_limit*: 1 in
*sync
Sounds good. Altogether, the makeover should be a new user experience and
leverage the latest hypervisor/storage tech and new/redesigned frameworks.
-Suresh
On Thu, Jan 24, 2019 at 10:13 AM Rohit Yadav
wrote:
> I'm in the favour of keeping the 4.x going because no API compatibility is
> broken,
k CS had been more sensitive about concurrent jobs. Previous versions
> works better.
> Regards
>
> On Wed, Jan 23, 2019 at 9:43 PM Suresh Kumar Anaparti <
> sureshkumar.anapa...@gmail.com> wrote:
>
> > Hi Alireza,
> >
> > *sync_queue *table is the actu
Welcome Paul. Hope you will enjoy the work in ACS and learn good stuff.
-Suresh
On Wed, Feb 20, 2019 at 1:34 AM Nathan Johnson
wrote:
> I would like to introduce a new team member Paul Bencko who will be
> helping us out with some ACS development related tasks.
>
> Welcome Paul!
>
> Nathan John
Hi Alireza,
Other approach I can think of is database triggers (can impact performance
based on the jobs frequency).
Take a look at the async_job table's insert and update operations which are
performed on creating a new job (job status 0) and updated when job is
complete with non-zero job status
Hi Nikos,
Most of the events are scheduled and intercepted from the beginning of API
cmd execution till its completion. The success or failure is indicated in
the event description on that event completion. For example:
+-+---+---+--
Congratulations Paul!
- Suresh
On Mon, Mar 11, 2019 at 8:46 PM Tutkowski, Mike
wrote:
> Hi everyone,
>
> As you may know, the role of VP of CloudStack (Chair of the CloudStack
> PMC) has a one-year term. My term has now come and gone.
>
> I’m happy to announce that the CloudStack PMC has electe
Congratulations Sven!
- Suresh
On Mon, Mar 18, 2019 at 9:01 PM Tutkowski, Mike
wrote:
> Hi everyone,
>
> The Project Management Committee (PMC) for Apache CloudStack
> has invited Sven Vogel to become a committer and I am pleased
> to announce that he has accepted.
>
> Please join me in congrat
Congrats Dennis!
- Suresh
On Mon, Mar 18, 2019 at 9:02 PM Tutkowski, Mike
wrote:
> Hi everyone,
>
> The Project Management Committee (PMC) for Apache CloudStack
> has invited Dennis Konrad to become a committer and I am pleased
> to announce that he has accepted.
>
> Please join me in congratul
Hi Rakesh,
Locate "db.properties" file (may be at /etc/cloudstack/management/) in the
management server and check for the parameters db.cloud.maxWait (default:
10 secs), db.cloud.autoReconnect (default: true) and other database
settings. Restart the management server post parameters update.
- Sur
Hi Alireza
You can create similar compute offering with host tags (of hosts in a
cluster to start VM) and change the compute offering for the VM to the new
one.
- Suresh
On Tue, Apr 23, 2019 at 2:49 PM Alireza Eskandari
wrote:
> Hi guys,
> I face with a problem in old migration of VMs between
Currently, in CloudStack, only one job per VM can be active (in execution)
at any given point of time. Here, for concurrent volume snapshots of same
VM, all these snapshot operations are considered to be the same VM work
jobs and would be in queue. Once an active volume snapshot job is done, the
ne
Hi Darrin, Welcome to CloudStack!
Regards,
Suresh
On Thu, Jun 13, 2019 at 5:44 PM Darrin Hüsselmann <
darrin.husselm...@shapeblue.com> wrote:
> Hi All,
>
>
> I have joined Shapeblue as a software engineer and look forward to
> contributing to the cloudstack project and working with the community
Congratulations Andrija...
On Tue, Jul 16, 2019 at 12:38 PM Boris Stoyanov <
boris.stoya...@shapeblue.com> wrote:
> Congrats Andrija!
>
> On 13.07.19, 18:03, "Paul Angus" wrote:
>
> Fellow CloudStackers,
>
>
>
> It gives me great pleasure to say that Adrija has been invited to join
>
Congratulations Sven...
On Tue, Jul 16, 2019 at 12:38 PM Boris Stoyanov <
boris.stoya...@shapeblue.com> wrote:
> Congrats Sven!
>
> On 13.07.19, 18:45, "Paul Angus" wrote:
>
> Fellow CloudStackers,
>
>
>
> It gives me great pleasure to say that Sven has been invited to join
> the
>
Congratulations Gabriel...
On Tue, Jul 16, 2019 at 12:39 PM Boris Stoyanov <
boris.stoya...@shapeblue.com> wrote:
> Congrats Gabriel!
>
> On 13.07.19, 19:01, "Paul Angus" wrote:
>
> Fellow CloudStackers,
>
>
> Its non-stop today!
>
>
>
> It gives me great pleasure to say that Gabrie
Congrats Boris...
On Tue, Jul 16, 2019 at 2:46 PM Paul Angus wrote:
> Fellow CloudStackers,
>
>
>
> It gives me great pleasure to say that Bobby has been invited to join the
> PMC and has gracefully accepted.
>
>
>
> Please join me in congratulating Bobby!
>
>
>
>
>
> Kind regards,
>
>
>
>
>
>
Congratulations Nathan...
On Fri, Jul 19, 2019 at 8:29 PM Paul Angus wrote:
> Fellow CloudStackers,
>
>
>
> It gives me great pleasure to say that Nathan has been invited to join the
> PMC and has gracefully accepted.
>
>
> Please join me in congratulating Nathan!
>
>
>
>
> Kind regards,
>
>
>
>
Hi Evgeniy Tochilin,
Seems No, Ref: PR "https://github.com/apache/cloudstack/pull/3611"; to
support CentOS8 - in progress.
Regards,
Suresh
On Thu, Dec 26, 2019 at 12:01 AM Evgeniy Tochilin <
evgeniy.tochi...@billur.com> wrote:
> Hi,
>
> Cloudstack 4.13 have support CentOS 8?
>
> --
>
> Best Reg
Welcome DAVID!
-Suresh
On Tue, Jan 7, 2020 at 10:21 AM David Jumani
wrote:
> Hi Guys,
>
> David here. I've recently joined Shapeblue and am exited to join the
> community. Looking forward to working with you all as well as learning and
> contributing to the community.
>
> Thanks,
> David Juman
Welcome VLADIMIR...
Regards,
Suresh
On Thu, Jan 16, 2020 at 8:35 PM Vladimir Petrov <
vladimir.pet...@shapeblue.com> wrote:
> Hello everyone,
>
> I'm happy to announce that I just joined ShapeBlue as a QA engineer. I
> have about 17 years of experience in different QA areas and I’m going to do
>
Hi All,
After more than 72 hours, the vote for Apache CloudStack 4.19.1.0 *passes*
with
4 PMC + 2 non-PMC votes.
+1 (PMC / binding)
Rohit
Daan
Harikrishna
Nicolas
+1 (non binding)
Jithin
Vladi
0
none
-1
none
Thank you everyone for participating.
I will now prepare the release announcement to
The Apache CloudStack project is pleased to announce the release of
CloudStack 4.19.1.0.
The CloudStack 4.19.1.0 release is a maintenance release as part of its
4.19.x LTS branch and contains more than 300 fixes and improvements
since the CloudStack 4.19.0.0 release. Some of the highlights include
Hi Remi,
I'll work on these PRs and finalize them. Will send new PRs for them. As
Likitha is not responding, Can we take up the testcases for LGTM(s) PRs later
and merge them?
Thanks,
Suresh
-Original Message-
From: Remi Bergsma [mailto:rberg...@schubergphilis.com]
Sent: Monday, 10
Hi,
I wanted to add some design documentation to wiki. Please grant me edit
permissions. My ID: sureshkumar.anaparti.
Thanks,
Suresh
Hi All,
Currently, in cloudstack, the support for cluster level override settings
(introduced in 4.2.0 with VMware DVS Integration) for guest and public traffic
types blocks support for multiple physical networks defined in the zone for
these traffic types over VMware deployments. It is require
+1
Thanks for volunteering again, good luck Nicolas!
Regards,
Suresh
On Tue, Feb 1, 2022 at 2:02 AM Gabriel Beims Bräscher
wrote:
> Sounds good.
> Thaks, Nicolas.
>
> On Mon, Jan 31, 2022, 19:42 Rohit Yadav wrote:
>
> > Sounds good to me, thanks for volunteering Nicolas.
> >
> >
> > Regards.
# Apache CloudStack LTS Maintenance Release 4.16.1.0
The Apache CloudStack project is pleased to announce the release of
CloudStack 4.16.1.0.
The CloudStack 4.16.1.0 release is a maintenance release as part of
its 4.16.x LTS branch and contains more than 150 fixes and
improvements since the CloudS
022 9:57:31 PM
> > > To: dev@cloudstack.apache.org
> > > Subject: Re: [ANNOUNCE] Apache CloudStack 4.16.1.0 LTS Release
> > >
> > > Great news and thank you!
> > >
> > > Sent from my iPhone.Kathleen Foos
> > >
> > >
> > >
s and PRs, that are to be included in 4.17.0.0.
>
> Looking forward for your support on bug fixes, reviews, tests, etc. Thanks.
>
> [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/LTS
> [2] https://github.com/apache/cloudstack/milestone/21
>
> Regards,
> Nicolas Vazqu
Congratulations Simon!
Thank you Gabriel, for your work.
Regards,
Suresh
On Thu, Mar 17, 2022 at 4:27 PM Rohit Yadav wrote:
>
> Congratulations Simon! And thank you Gabriel.
>
> Regards.
>
> On Thu, Mar 17, 2022 at 3:25 PM Gabriel Beims Bräscher
> wrote:
> >
> > Hello, all CloudStack community
Welcome Jamie!
Regards,
Suresh
On Thu, May 12, 2022 at 7:54 PM Jamie Pell wrote:
>
> Hi all,
>
> I've recently started working with Ivet and helping her out with some of the
> community marketing for the CloudStack community - so just wanted to say hi
> to everybody.
>
> Ivet has recently gone
Congrats, and Welcome Daman!
On Tue, May 24, 2022 at 9:33 AM Pearl d'Silva
wrote:
>
> Congratulations Daman and good luck!
>
> Regards,
> Pearl
>
>
> From: Daan Hoogland
> Sent: Monday, May 23, 2022 10:21 PM
> To: dev
> Subject: Re: GSoC 2022 Mentee Introduction
Congrats, and Welcome Yashika!
On Tue, May 24, 2022 at 9:33 AM Pearl d'Silva
wrote:
>
> Congratulations Yashika and good luck!
>
> Regards,
> Pearl
>
>
> From: Daan Hoogland
> Sent: Monday, May 23, 2022 10:21 PM
> To: dev
> Subject: Re: GSoC 2022 Mentee Introduc
Congrats, and Welcome Pritam!
On Tue, May 24, 2022 at 9:35 AM Pearl d'Silva
wrote:
>
> Congratulations Pritam and good luck!
>
> Regards,
> Pearl
>
>
> From: Pritam Neog
> Sent: Saturday, May 21, 2022 7:14 PM
> To: dev@cloudstack.apache.org
> Subject: GSoC mente
Welcome Bart and Ruben!
Regards,
Suresh
On Mon, Aug 8, 2022 at 6:13 PM Wido den Hollander wrote:
>
> Hi devs,
>
> Recently Bart and Ruben (CC) joined CLDIN (was PCextreme) as DevOps
> engineers and will be working on CloudStack and start to contribute to
> the project.
>
> In the coming months t
Sounds good Abhishek!
Regards,
Suresh
On Tue, Aug 30, 2022 at 6:50 PM Abhishek Kumar
wrote:
>
> All,
>
> We've 5 items remaining on the 4.17.1.0 milestone now:
> https://github.com/apache/cloudstack/milestone/25
>
> Considering these and the previously proposed rough timeline, I would like to
Welcome Rahul!
Regards,
Suresh
On Sun, Oct 9, 2022 at 11:02 PM Rahul Agarwal
wrote:
>
> Hi All,
>
> My name is Rahul Agarwal.I have recently joined ShapeBlue Engineering Team as
> Software Engineer . I look forward
> to make contributions to Apache Cloudstack and ask questions on mailing list .
Nice agenda Ivet, looking forward to CCC!
Regards,
Suresh
On Mon, Oct 10, 2022 at 2:24 AM Ivet Petrova wrote:
>
> Hello all,
>
> I am excited to share that we just published the agenda for the CloudStack
> Collaboration Conference 2022!
> You can review all speakers and sessions here:
> https:
Welcome Kiran...
Regards,
Suresh
On Sat, Feb 4, 2023 at 6:58 AM Nicolas Vazquez
wrote:
>
> Welcome Kiran!
>
> Regards,
> Nicolas Vazquez
>
>
> From: Marco Sinhoreli
> Date: Friday, 3 February 2023 at 16:32
> To: dev@cloudstack.apache.org
> Subject: Re: Introduction
> Welcome Kiran!
>
> From: K
Welcome Vishesh...
Regards,
Suresh
On Sat, Feb 4, 2023 at 1:02 AM Marco Sinhoreli
wrote:
>
> Welcome Vishesh!
>
> From: Vishesh Jindal
> Date: Wednesday, 1 February 2023 at 16:44
> To: dev@cloudstack.apache.org
> Subject: Hello
> Hi All,
>
> This is Vishesh. I have recently joined ShapeBlue. I
Congratulations Ivet, very well deserved...
Regards,
Suresh
On Tue, Feb 14, 2023 at 9:31 PM Simon Weller wrote:
>
> Hi everyone,
>
> It gives me great pleasure to announce that Ivet has been invited to join
> the
> CloudStack PMC and she has accepted.
>
> Please join me in congratulating Ivet!
>
Great, Welcome back Kishan...
Regards,
Suresh
On Thu, Mar 9, 2023 at 4:12 PM Kishan Kavala
wrote:
>
> Hi,
> I've joined ShapeBlue and very happy to back with CloudStack community.
> Looking forward to working with you all.
>
> regards,
> Kishan
>
>
>
>
Welcome Jithin!
Regards,
Suresh
On Tue, Mar 14, 2023 at 1:27 PM Jithin Raju wrote:
>
> Hi All,
>
> I have joined ShapeBlue and looking forward to getting actively involved in
> the community. Previously I worked on the commercial fork of the ACS, mostly
> involved in technical support.
>
> -Ji
Congratulations Daan!
Regards,
Suresh
On Fri, Mar 24, 2023 at 2:59 PM Paul Angus wrote:
>
>
>
> It is my pleasure to announce that Daan Hoogland as been elected to become a
> member of the ASF.
>
> The ASF would like to recognize both his practical involvement and the way
> in which he has inter
Congratulations Rohit, All the best!
and thank you Simon...
Regards,
Suresh
On Thu, Mar 30, 2023 at 9:07 AM 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 Apache CloudStack project.
>
> It has
Nice to see new website Rohit!
My first look feedback =>
- May be, keeping the CloudStack description centered without logo
would look better.
- Logo on the top-left corner seems smaller in size, check if it's ok
or not after increasing its size slightly.
- Blog menu item after Usecases?
Regards
+1, Good luck Abhishek!
Regards,
Suresh
On Mon, May 1, 2023 at 7:49 PM Boris Stoyanov
wrote:
>
> +1, thanks Abhishek. I know we’re in safe hands with you!
>
> Bobby.
>
> From: Harikrishna Patnala
> Date: Monday, 1 May 2023, 9:21
> To: us...@cloudstack.apache.org ,
> dev@cloudstack.apache.org
gt;
>
>
> Regards.
>
> ________
> From: Suresh Kumar Anaparti
> Sent: Tuesday, May 2, 2023 13:12
> To: dev@cloudstack.apache.org
> Cc: priv...@cloudstack.apache.org ;
> us...@cloudstack.apache.org
> Subject: Re: [DISCUSS] CloudStack Website build and modernisation
&g
+1, Good luck Wei!
Regards,
Suresh
On Thu, May 4, 2023 at 2:04 PM Wei ZHOU wrote:
>
> 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 wo
+1, Good job Rohit!
Regards,
Suresh
On Wed, May 17, 2023 at 2:28 PM 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 blog po
Congratulations Abhishek!
Regards,
Suresh
On Thu, Nov 23, 2023 at 2:11 PM Daan Hoogland wrote:
>
> 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 contribut
Congratulations Bryan!
Regards,
Suresh
On Thu, Nov 30, 2023 at 2:37 PM 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 contribute
+1
Well organized platform, might also help to easily tag / track related
issues, code and PRs in GitHub.
Regards,
Suresh
On Thu, Dec 7, 2023 at 7:42 PM Nicolas Vazquez
wrote:
>
> +1 (binding)
>
> Regards,
> Nicolas Vazquez
>
>
> From: Rohit Yadav
> Date: Monday, 4 December 2023 at 05:01
> To:
Congratulations Vladi...
Regards,
Suresh
On Wed, Dec 13, 2023 at 11:19 AM Slavka Peleva
wrote:
>
> Congrats Vladi! :)
>
>
> On Wed, Dec 13, 2023 at 7:38 AM Jithin Raju
> wrote:
>
> > Congratulations Vladi !
> >
> > -Jithin
> >
> > From: Daman Arora
> > Date: Wednesday, 13 December 2023 at 11:0
Congratulations João!
Regards,
Suresh
On Mon, Dec 18, 2023 at 6:17 PM 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,
>
>
+1, on the timelines.
Nice to see terraform provider release after a long time, thanks for
volunteering Kiran!
Regards,
Suresh
On Mon, Mar 4, 2024 at 5:30 PM Kiran Chavala
wrote:
> Hi All,
>
> Greetings
>
> I'd like to propose and put myself forward as the release manager for
> v0.5.0 release
Welcome back, Sina!
Regards,
Suresh
On Mon, Mar 18, 2024 at 2:40 AM Sina Kashipazha
wrote:
> Dear All,
>
> My name is Sina Kashipazha, and you may remember me from my time at
> Leaseweb. I wanted to take this opportunity to reintroduce myself as I have
> recently joined ComplianceWise.
>
> I wo
Congratulations Daniel, wish you good luck!
Thank you Rohit, for your great work over the past year.
Regards,
Suresh
On Thu, Mar 21, 2024 at 7:15 PM Rohit Yadav wrote:
> All,
>
> It gives me great pleasure to announce that the ASF board has
> accepted CloudStack PMC resolution of Daniel August
+1, tested 'cmk.darwin.x86-64', able to perform api calls from cli.
Noticed some issues, able to reproduce them with earlier release. Not
blockers here.
- https://github.com/apache/cloudstack-cloudmonkey/issues/147
- https://github.com/apache/cloudstack-cloudmonkey/issues/148
Regards,
Suresh
On
Congratulations Rene!
Regards,
Suresh
On Fri, Mar 29, 2024 at 1:41 PM Daan Hoogland
wrote:
> devs and users,
>
> The PMC have asked Rene Peinthor to become a committer to the Apache
> CloudStack project and they have accepted.
>
> Please join me in congratulating Rene.
>
> --
> Daan
>
+1, tested some usual vm and network operations.
Regards,
Suresh
On Tue, Apr 2, 2024 at 2:56 PM Kiran Chavala
wrote:
> Hi ALL
>
> I've created a CloudStack Terraform Provider v0.5.0 release, with the
> following artifacts up for a vote:
>
> Git Branch and Commit SH:
>
> https://github.com/cloud
Congratulations Kiran!
Regards,
Suresh
On Tue, Apr 9, 2024 at 11:16 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
Congratulations Slavka!
Regards,
Suresh
On Wed, Apr 10, 2024 at 4:41 PM Ivet Petrova
wrote:
> Hello all,
>
> The Project Management Committee (PMC) for Apache CloudStack
> has invited Slavka Peleva to become a PMC member and we are pleased
> to announce that they have accepted.
>
> Slavka has c
Hi All,
I have created a 4.19.1.0 release (RC1), with the following artifacts up
for testing and a vote:
Git Branch and Commit SHA:
https://github.com/apache/cloudstack/tree/4.19.1.0-RC20240710T1604
Commit: 2dbd80d692d6f5a207f90a07ac0b7583a41b71cd
Source release (checksums and signatures are ava
the mgmt server and after a while the SSVM
> > came up but the CPVM was stuck. I repeated the same, but again SSVM
> > came up but CPVM struggle and after a few agent restarts it came up
> > eventually.
> > *
> > Post this, tested several VM, volume and network lif
Hi All,
I have created a 4.19.1.0 release (RC2), with the following artifacts up
for testing and a vote:
Git Branch and Commit SHA:
https://github.com/apache/cloudstack/tree/4.19.1.0-RC20240715T1719
Commit: 9f4c8959743d2f53faae6fc5d68e88ddc20e21a3
Source release (checksums and signatures are ava
Congrats Sven!
Regards,
Suresh
On Thu, Mar 19, 2020 at 2:04 PM Paul Angus wrote:
> Hi Everyone,
>
> It gives me great pleasure to announce that ASF board last night
> accepted our PMC's nomination of Sven Vogel as the next VP of the
> project.
>
> As I hand over the reins, I would like to thank
Hi All,
This is Suresh (Suresh Kumar Anaparti), have recently joined ShapeBlue. I’m
happy to rejoin and continue my contribution to the community. Looking
forward to work with you all.
Regards,
Suresh
Hi Junxuan Wu,
I think, the timelines for the coding stages and evaluation are already
mentioned in the project proposal. So, you can coordinate with your
mentor(s) accordingly, update them on the status of the progress regularly
(maybe through emails) and the proposed work in the timelines is com
Thank you!
Regards,
Suresh
On Wed, Sep 25, 2024 at 4:36 AM Nux wrote:
> Congratulations, well deserved! :)
>
> On 2024-09-18 11:51, Rohit Yadav wrote:
> > The Project Management Committee (PMC) for Apache CloudStack
> > has invited Suresh Anaparti to become a PMC member and we are pleased
> > t
Thank you everyone!
Regards,
Suresh
On Fri, Sep 20, 2024 at 1:16 PM Daan Hoogland
wrote:
> welcome to the pack of guilty ones, have fun with your new found karma,
> Suresh...
>
> On Fri, Sep 20, 2024 at 9:41 AM Boris Stoyanov <
> boris.stoya...@shapeblue.com>
> wrote:
>
> > Congrats Suresh!
> >
+1 (binding)
Tested usual VM, Volume operations in CloudStack envs (Oracle Linux 8.6
MS + VMware 7.0.3 Hosts, and Rocky Linux 8.4 MS & Rocky Linux 8.4 KVM
Hosts) with NFS storages.
Regards,
Suresh
On Wed, Nov 27, 2024 at 4:03 PM Nicolas Vazquez <
nicolas.vazq...@shapeblue.com> wrote:
> +1 (bind
Congrats, Well done João & all involved!
Regards,
Suresh
On Mon, Dec 2, 2024 at 7:02 PM João Jandre wrote:
> # Apache CloudStack LTS Release 4.20.0.0
>
> The Apache CloudStack project is pleased to announce the release of
> CloudStack 4.20.0.0.
>
> Apache CloudStack 4.20 is the most recent rele
Congratulations Alex!
Regards,
Suresh
On Thu, Dec 5, 2024 at 6:01 AM Mike Tutkowski
wrote:
> Hi everyone,
>
> Please join me in congratulating Alexandre Mattioli for becoming a member
> of the CloudStack PMC.
>
> Congratulations, Alex! :)
>
> Thanks,
> Mike
>
> https://www.linkedin.com/in/mike-
Hi Manoj - Welcome to the CloudStack community!
Regards,
Suresh
On Mon, Jan 6, 2025 at 11:12 AM Manoj Kumar
wrote:
> Hi All,
>
> With great pleasure, I would like to introduce myself to the community. My
> name is Manoj and I have recently joined Shapeblue as a Software Engineer.
>
> I am based
Hi All,
I want to propose and put myself forward as the release manager for 4.21.0
if there are no objections. I've previously RM'd 4.16.1.0 & 4.19.1.0
releases, and co-RM'd some releases before that. I hope that experiences
will help me here, for a successful release.
I think, for 4.21.0, we can
Congratulations Jithin!
Regards,
Suresh
On Wed, Feb 5, 2025 at 6:49 PM Daan Hoogland wrote:
> The Project Management Committee (PMC) for Apache CloudStack
> has invited Jithin Raju (rajujith) to become a committer and
> we are pleased to announce that they have accepted.
>
> Jithin has been a l
Thanks Pearl, for volunteering as RM for 4.20.1.
I want to volunteer as RM for 4.21 if there are no objections from anyone,
will send a separate proposal email.
Regards,
Suresh
On Tue, Jan 28, 2025 at 5:27 PM Rohit Yadav
wrote:
> Thanks for volunteering Pearl.
>
> We will also need a volunteer
Congratulations Fabricio!
Regards,
Suresh
On Thu, Feb 13, 2025 at 3:00 PM Daan Hoogland wrote:
> The Project Management Committee (PMC) for Apache CloudStack has invited
> Fabricio to become a committer and we are pleased to announce that they
> have accepted.
>
> Please join us in welcoming Fa
Welcome Rositsa!
Regards,
Suresh
On Mon, Mar 17, 2025 at 3:03 PM Rositsa Kyuchukova <
rositsa.kyuchuk...@shapeblue.com> wrote:
> Hello CloudStack Community,
> I'm Rositsa and I have recently joined ShapeBlue as a Senior QA Engineer.
> I bring over 10 years of experience in both manual and automa
Congratulations Swen!
Regards,
Suresh
On Tue, Mar 18, 2025 at 2:28 PM Daan Hoogland wrote:
> The Project Management Committee (PMC) for Apache CloudStack
> has invited Swen Brüseke (sbrueseke) to become a committer and
> we are pleased to announce that they have accepted.
>
> Swen is the CEO of
Congratulations Pearl!
Regards,
Suresh
On Mon, Mar 24, 2025 at 9:26 PM Daan Hoogland wrote:
> The Project Management Committee (PMC) for Apache CloudStack
> Is delighted to announce that Pearl Dsilva has joined the PMC!
>
> Pearl has been active in the project for +- 5 years, and did so in
> di
Thanks Daniel for your efforts/contributions last year.
Congratulations Nicolas!
Regards,
Suresh
On Tue, Mar 25, 2025 at 8:10 PM Daniel Salvador
wrote:
> Hello everybody,
>
> I am pleased to announce that the ASF board has accepted the CloudStack
> PMC resolution of Nicolas Vazquez as the next
Congratulations, thanks Daan & all involved!
Regards,
Suresh
On Mon, Mar 3, 2025 at 4:55 PM Daan Hoogland wrote:
> The Apache CloudStack project is pleased to announce the release of
> CloudStack 4.19.2.0.
>
> The CloudStack 4.19.2.0 release is a maintenance update within the 4.19.x
> LTS branc
Congratulations João.
Regards,
Suresh
On Thu, Feb 27, 2025 at 5:42 PM Daan Hoogland wrote:
> The Project Management Committee (PMC) for Apache CloudStack
> is delighted to announce that João has joined the PMC!
> João was the 4.20 Rm and has been contributing for several years both
> in code an
+1 (binding)
- Tested usual VM, Volume, Template operations on env with MS (Rocky Linux
8.4) + Hypervisors: KVM (Rocky Linux 8.4), VMware (7.0u3)
- Verified with the volumes on Local, NFS & PowerFlex storages in KVM, and
NFS in VMware
- Tested VMware to KVM import
Regards,
Suresh
On Mon, Feb 24,
Dear CloudStack Community,
We have updated the CloudStack-Go SDK and tagged a new version v2.17.1, for
use in the next terraform plugin, other sub-projects and your own
integrations. This latest version is based on Apache CloudStack 4.20.1,
bringing compatibility and enhancements aligned with the
+1 (binding)
Performed some VM and volume life cycle tests manually on local, NFS and
PowerFlex storages, in fresh installation (MS: Rocky Linux 8.4 + Hypervisor
Hosts: Oracle Linux 8.6).
Notice this issue (https://github.com/apache/cloudstack/issues/10981) while
testing, not a blocker.
Regards,
1 - 100 of 108 matches
Mail list logo