Re: Cloudstack4.18 usable memory is showing less than allocated memory

2023-05-31 Thread Stanley Burkee
Hi Jithin,


Thanks a lot for your help.

After changing the overcommit meemory to 1 instead of 1.2, the issue is
resolved.


Thanks


Regards

Stanley Burkee


On Thu, 1 Jun 2023, 10:49 am Jithin Raju,  wrote:

> Hi Stanley,
>
> Once I increase the memory over provisioning to 1.2 from 1 in the cluster
> settings then stop and start the VM the Guest OS gets only 5GB please check
> whether that is the case with you.
>
> select * from user_vm_details where name='memoryOvercommitRatio' and
> vm_id=531588;
> +++---+---+-+
> | id | vm_id  | name  | value | display |
> +++---+---+-+
> | 534682 | 531588 | memoryOvercommitRatio | 1.2   |   1 |
>
> -Jithin
>
> From: Jithin Raju 
> Date: Thursday, 1 June 2023 at 10:39 AM
> To: dev@cloudstack.apache.org 
> Cc: us...@cloudstack.apache.org 
> Subject: Re: Cloudstack4.18 usable memory is showing less than allocated
> memory
> Hi Stanley,
>
> Thanks for sharing the screenshots. I tested this in my lab env but I
> there Windows does show 6GB as expected. Could you check the memory
> configuration in the KVM host for your VM?
>
> virsh dumpxml 6 | grep -i mem
>   6291456
>   6291456
> 
> 
>
>
> -Jithin
>
> From: Stanley Burkee 
> Date: Thursday, 1 June 2023 at 9:28 AM
> To: dev@cloudstack.apache.org 
> Cc: us...@cloudstack.apache.org 
> Subject: Re: Cloudstack4.18 usable memory is showing less than allocated
> memory
> Hi Jithin,
>
> I am sharing the gdrive link to see the screenshots.
>
>
> https://drive.google.com/file/d/1Xp8ZkBnSSoGkcQodHdD0tMw_hEoZVst8/view?usp=sharing
>
>
> https://drive.google.com/file/d/1LsILiFmnhX0nrM-w7pC9OJwLYdKHw2a8/view?usp=sharing
>
> Thanks a lot.
>
> Regards
>
> Stanley Burkee
>
> On Thu, Jun 1, 2023 at 9:23 AM Stanley Burkee 
> wrote:
>
> > Hi Jithin,
> >
> > Thanks for your reply. I am attaching the screenshot in attachment.
> Please
> > check if you are still having issues checking them.
> >
> > Thanks
> >
> > Regards
> >
> > Stanley Burkee
> >
> > On Thu, Jun 1, 2023 at 9:19 AM Jithin Raju 
> > wrote:
> >
> >> Hi Stanley,
> >>
> >> The screenshots are not displayed for me, do you have another way to
> >> share the screenshots?
> >> Which hypervisor you are using? Is any memory over-provisioning
> >> configured?
> >> What about other guest OS such as any Linux distro or other versions of
> >> Windows?
> >>
> >> -Jithin
> >>
> >> From: Stanley Burkee 
> >> Date: Wednesday, 31 May 2023 at 8:38 PM
> >> To: us...@cloudstack.apache.org ,
> >> dev@cloudstack.apache.org 
> >> Subject: Cloudstack4.18 usable memory is showing less than allocated
> >> memory
> >> Hi Guys,
> >>
> >> I am experiencing an issue with Cloudstack 4.18. I have allocated 6 GB
> >> memory to a Windows server 2019 but when I log into the VM the usable
> >> memory is showing 5 GB. Any help will be appreciated.
> >>
> >> Screenshots given below
> >>
> >> [cid:ii_libu7nmg0]
> >>
> >> [cid:ii_libucx9m1]
> >>
> >>
> >> Thanks in advance
> >>
> >> Regards
> >>
> >> Stanley Burkee
> >>
> >>
> >>
> >>
>
>
>
>
>
>


[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #321: ScaleIO volume migration documentation

2023-05-31 Thread via GitHub


blueorangutan commented on PR #321:
URL: 
https://github.com/apache/cloudstack-documentation/pull/321#issuecomment-1571385724

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/321. 
(QA-JID 82)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #321: ScaleIO volume migration documentation

2023-05-31 Thread via GitHub


blueorangutan commented on PR #321:
URL: 
https://github.com/apache/cloudstack-documentation/pull/321#issuecomment-1571384144

   @harikrishna-patnala a Jenkins job has been kicked to build the document. 
I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-documentation] harikrishna-patnala commented on pull request #321: ScaleIO volume migration documentation

2023-05-31 Thread via GitHub


harikrishna-patnala commented on PR #321:
URL: 
https://github.com/apache/cloudstack-documentation/pull/321#issuecomment-1571383332

   
   @blueorangutan docbuild
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-documentation] harikrishna-patnala opened a new pull request, #321: ScaleIO volume migration documentation

2023-05-31 Thread via GitHub


harikrishna-patnala opened a new pull request, #321:
URL: https://github.com/apache/cloudstack-documentation/pull/321

   This is related to the feature introduced here 
https://github.com/apache/cloudstack/pull/7408 to introduce volume migrations 
for Powerflex/ScaleIO storage


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: Cloudstack4.18 usable memory is showing less than allocated memory

2023-05-31 Thread Jithin Raju
Hi Stanley,

Once I increase the memory over provisioning to 1.2 from 1 in the cluster 
settings then stop and start the VM the Guest OS gets only 5GB please check 
whether that is the case with you.

select * from user_vm_details where name='memoryOvercommitRatio' and 
vm_id=531588;
+++---+---+-+
| id | vm_id  | name  | value | display |
+++---+---+-+
| 534682 | 531588 | memoryOvercommitRatio | 1.2   |   1 |

-Jithin

From: Jithin Raju 
Date: Thursday, 1 June 2023 at 10:39 AM
To: dev@cloudstack.apache.org 
Cc: us...@cloudstack.apache.org 
Subject: Re: Cloudstack4.18 usable memory is showing less than allocated memory
Hi Stanley,

Thanks for sharing the screenshots. I tested this in my lab env but I there 
Windows does show 6GB as expected. Could you check the memory configuration in 
the KVM host for your VM?

virsh dumpxml 6 | grep -i mem
  6291456
  6291456




-Jithin

From: Stanley Burkee 
Date: Thursday, 1 June 2023 at 9:28 AM
To: dev@cloudstack.apache.org 
Cc: us...@cloudstack.apache.org 
Subject: Re: Cloudstack4.18 usable memory is showing less than allocated memory
Hi Jithin,

I am sharing the gdrive link to see the screenshots.

https://drive.google.com/file/d/1Xp8ZkBnSSoGkcQodHdD0tMw_hEoZVst8/view?usp=sharing

https://drive.google.com/file/d/1LsILiFmnhX0nrM-w7pC9OJwLYdKHw2a8/view?usp=sharing

Thanks a lot.

Regards

Stanley Burkee

On Thu, Jun 1, 2023 at 9:23 AM Stanley Burkee 
wrote:

> Hi Jithin,
>
> Thanks for your reply. I am attaching the screenshot in attachment. Please
> check if you are still having issues checking them.
>
> Thanks
>
> Regards
>
> Stanley Burkee
>
> On Thu, Jun 1, 2023 at 9:19 AM Jithin Raju 
> wrote:
>
>> Hi Stanley,
>>
>> The screenshots are not displayed for me, do you have another way to
>> share the screenshots?
>> Which hypervisor you are using? Is any memory over-provisioning
>> configured?
>> What about other guest OS such as any Linux distro or other versions of
>> Windows?
>>
>> -Jithin
>>
>> From: Stanley Burkee 
>> Date: Wednesday, 31 May 2023 at 8:38 PM
>> To: us...@cloudstack.apache.org ,
>> dev@cloudstack.apache.org 
>> Subject: Cloudstack4.18 usable memory is showing less than allocated
>> memory
>> Hi Guys,
>>
>> I am experiencing an issue with Cloudstack 4.18. I have allocated 6 GB
>> memory to a Windows server 2019 but when I log into the VM the usable
>> memory is showing 5 GB. Any help will be appreciated.
>>
>> Screenshots given below
>>
>> [cid:ii_libu7nmg0]
>>
>> [cid:ii_libucx9m1]
>>
>>
>> Thanks in advance
>>
>> Regards
>>
>> Stanley Burkee
>>
>>
>>
>>



 



Re: Cloudstack4.18 usable memory is showing less than allocated memory

2023-05-31 Thread Jithin Raju
Hi Stanley,

Thanks for sharing the screenshots. I tested this in my lab env but I there 
Windows does show 6GB as expected. Could you check the memory configuration in 
the KVM host for your VM?

virsh dumpxml 6 | grep -i mem
  6291456
  6291456




-Jithin

From: Stanley Burkee 
Date: Thursday, 1 June 2023 at 9:28 AM
To: dev@cloudstack.apache.org 
Cc: us...@cloudstack.apache.org 
Subject: Re: Cloudstack4.18 usable memory is showing less than allocated memory
Hi Jithin,

I am sharing the gdrive link to see the screenshots.

https://drive.google.com/file/d/1Xp8ZkBnSSoGkcQodHdD0tMw_hEoZVst8/view?usp=sharing

https://drive.google.com/file/d/1LsILiFmnhX0nrM-w7pC9OJwLYdKHw2a8/view?usp=sharing

Thanks a lot.

Regards

Stanley Burkee

On Thu, Jun 1, 2023 at 9:23 AM Stanley Burkee 
wrote:

> Hi Jithin,
>
> Thanks for your reply. I am attaching the screenshot in attachment. Please
> check if you are still having issues checking them.
>
> Thanks
>
> Regards
>
> Stanley Burkee
>
> On Thu, Jun 1, 2023 at 9:19 AM Jithin Raju 
> wrote:
>
>> Hi Stanley,
>>
>> The screenshots are not displayed for me, do you have another way to
>> share the screenshots?
>> Which hypervisor you are using? Is any memory over-provisioning
>> configured?
>> What about other guest OS such as any Linux distro or other versions of
>> Windows?
>>
>> -Jithin
>>
>> From: Stanley Burkee 
>> Date: Wednesday, 31 May 2023 at 8:38 PM
>> To: us...@cloudstack.apache.org ,
>> dev@cloudstack.apache.org 
>> Subject: Cloudstack4.18 usable memory is showing less than allocated
>> memory
>> Hi Guys,
>>
>> I am experiencing an issue with Cloudstack 4.18. I have allocated 6 GB
>> memory to a Windows server 2019 but when I log into the VM the usable
>> memory is showing 5 GB. Any help will be appreciated.
>>
>> Screenshots given below
>>
>> [cid:ii_libu7nmg0]
>>
>> [cid:ii_libucx9m1]
>>
>>
>> Thanks in advance
>>
>> Regards
>>
>> Stanley Burkee
>>
>>
>>
>>

 



Re: Cloudstack4.18 usable memory is showing less than allocated memory

2023-05-31 Thread Stanley Burkee
Hi Jithin,

I am sharing the gdrive link to see the screenshots.

https://drive.google.com/file/d/1Xp8ZkBnSSoGkcQodHdD0tMw_hEoZVst8/view?usp=sharing

https://drive.google.com/file/d/1LsILiFmnhX0nrM-w7pC9OJwLYdKHw2a8/view?usp=sharing

Thanks a lot.

Regards

Stanley Burkee

On Thu, Jun 1, 2023 at 9:23 AM Stanley Burkee 
wrote:

> Hi Jithin,
>
> Thanks for your reply. I am attaching the screenshot in attachment. Please
> check if you are still having issues checking them.
>
> Thanks
>
> Regards
>
> Stanley Burkee
>
> On Thu, Jun 1, 2023 at 9:19 AM Jithin Raju 
> wrote:
>
>> Hi Stanley,
>>
>> The screenshots are not displayed for me, do you have another way to
>> share the screenshots?
>> Which hypervisor you are using? Is any memory over-provisioning
>> configured?
>> What about other guest OS such as any Linux distro or other versions of
>> Windows?
>>
>> -Jithin
>>
>> From: Stanley Burkee 
>> Date: Wednesday, 31 May 2023 at 8:38 PM
>> To: us...@cloudstack.apache.org ,
>> dev@cloudstack.apache.org 
>> Subject: Cloudstack4.18 usable memory is showing less than allocated
>> memory
>> Hi Guys,
>>
>> I am experiencing an issue with Cloudstack 4.18. I have allocated 6 GB
>> memory to a Windows server 2019 but when I log into the VM the usable
>> memory is showing 5 GB. Any help will be appreciated.
>>
>> Screenshots given below
>>
>> [cid:ii_libu7nmg0]
>>
>> [cid:ii_libucx9m1]
>>
>>
>> Thanks in advance
>>
>> Regards
>>
>> Stanley Burkee
>>
>>
>>
>>


Re: Cloudstack4.18 usable memory is showing less than allocated memory

2023-05-31 Thread Stanley Burkee
Hi Jithin,

Thanks for your reply. I am attaching the screenshot in attachment. Please
check if you are still having issues checking them.

Thanks

Regards

Stanley Burkee

On Thu, Jun 1, 2023 at 9:19 AM Jithin Raju 
wrote:

> Hi Stanley,
>
> The screenshots are not displayed for me, do you have another way to share
> the screenshots?
> Which hypervisor you are using? Is any memory over-provisioning configured?
> What about other guest OS such as any Linux distro or other versions of
> Windows?
>
> -Jithin
>
> From: Stanley Burkee 
> Date: Wednesday, 31 May 2023 at 8:38 PM
> To: us...@cloudstack.apache.org ,
> dev@cloudstack.apache.org 
> Subject: Cloudstack4.18 usable memory is showing less than allocated memory
> Hi Guys,
>
> I am experiencing an issue with Cloudstack 4.18. I have allocated 6 GB
> memory to a Windows server 2019 but when I log into the VM the usable
> memory is showing 5 GB. Any help will be appreciated.
>
> Screenshots given below
>
> [cid:ii_libu7nmg0]
>
> [cid:ii_libucx9m1]
>
>
> Thanks in advance
>
> Regards
>
> Stanley Burkee
>
>
>
>


Re: Cloudstack4.18 usable memory is showing less than allocated memory

2023-05-31 Thread Jithin Raju
Hi Stanley,

The screenshots are not displayed for me, do you have another way to share the 
screenshots?
Which hypervisor you are using? Is any memory over-provisioning configured?
What about other guest OS such as any Linux distro or other versions of Windows?

-Jithin

From: Stanley Burkee 
Date: Wednesday, 31 May 2023 at 8:38 PM
To: us...@cloudstack.apache.org , 
dev@cloudstack.apache.org 
Subject: Cloudstack4.18 usable memory is showing less than allocated memory
Hi Guys,

I am experiencing an issue with Cloudstack 4.18. I have allocated 6 GB memory 
to a Windows server 2019 but when I log into the VM the usable memory is 
showing 5 GB. Any help will be appreciated.

Screenshots given below

[cid:ii_libu7nmg0]

[cid:ii_libucx9m1]


Thanks in advance

Regards

Stanley Burkee

 



Cloudstack4.18 usable memory is showing less than allocated memory

2023-05-31 Thread Stanley Burkee
Hi Guys,

I am experiencing an issue with Cloudstack 4.18. I have allocated 6 GB
memory to a Windows server 2019 but when I log into the VM the usable
memory is showing 5 GB. Any help will be appreciated.

Screenshots given below

[image: image.png]

[image: image.png]


Thanks in advance

Regards

Stanley Burkee


[GitHub] [cloudstack-documentation] DaanHoogland merged pull request #314: vm: note on vmware disk controllers

2023-05-31 Thread via GitHub


DaanHoogland merged PR #314:
URL: https://github.com/apache/cloudstack-documentation/pull/314


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #314: vm: note on vmware disk controllers

2023-05-31 Thread via GitHub


DaanHoogland commented on PR #314:
URL: 
https://github.com/apache/cloudstack-documentation/pull/314#issuecomment-1570294927

   > @DaanHoogland are you okay on this?
   
   yes, my english is not good enough to make a call on then vs than in this 
case and I don´t think people will misunderstand.
   I'll merge


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



RE: OFFICIAL ANNOUNCEMENT: CloudStack Collaboration Conference 2023 CFP and Registration Now Open!

2023-05-31 Thread Gregoire LAMODIERE
Thank you Jamie.

And congrats for all the work done by Ivet and you to promote the project and 
the community.

Gregoire LAMODIERE


Co-fondateur & Solution architect
-Message d'origine-
De : Jamie Pell  
Envoyé : mercredi 31 mai 2023 10:48
À : market...@cloudstack.apache.org; us...@cloudstack.apache.org; 
dev@cloudstack.apache.org
Objet : OFFICIAL ANNOUNCEMENT: CloudStack Collaboration Conference 2023 CFP and 
Registration Now Open!

Hi everyone,

I am pleased to share that the CloudStack Collaboration Conference 2023 
registration and call for presentations is now open! Once again, this year's 
event will be a hybrid one, allowing community members who are not able to 
attend in-person, to join virtually.

Register for 
CCC

Submit a 
Talk

This year's event will be taking place in the Holiday Inn 
Paris on 
November 23-24th.

If your company is interested in supporting the event by becoming a sponsor, 
you can read the sponsorship 
prospectus.

For further information regarding the event, visit the official event 
website.

Kind regards,







 



[GitHub] [cloudstack-documentation] shwstppr commented on pull request #314: vm: note on vmware disk controllers

2023-05-31 Thread via GitHub


shwstppr commented on PR #314:
URL: 
https://github.com/apache/cloudstack-documentation/pull/314#issuecomment-1570268755

   @DaanHoogland are you okay on this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-documentation] DaanHoogland commented on a diff in pull request #320: docs: Update instructions for adding DEB repository

2023-05-31 Thread via GitHub


DaanHoogland commented on code in PR #320:
URL: 
https://github.com/apache/cloudstack-documentation/pull/320#discussion_r1211437350


##
source/installguide/management-server/_pkg_repo.rst:
##
@@ -99,19 +99,19 @@ repository to the file (replace "trusty" with "xenial" or 
"bionic" if it is the
 
 .. parsed-literal::
 
-   deb http://download.cloudstack.org/ubuntu focal |version|
+   deb https://download.cloudstack.org/ubuntu focal |version|
 
 We now have to add the public key to the trusted keys.
 
 .. parsed-literal::
 
-   wget -O - http://download.cloudstack.org/release.asc |sudo apt-key add -

Review Comment:
   I suppose you tested this doesn't screw up the FDs for input and output (and 
maybe error) when it asks for pw, or screws up the file rights on 
`cloudstack.asc`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-documentation] rohityadavcloud commented on a diff in pull request #320: docs: Update instructions for adding DEB repository

2023-05-31 Thread via GitHub


rohityadavcloud commented on code in PR #320:
URL: 
https://github.com/apache/cloudstack-documentation/pull/320#discussion_r1211427547


##
source/installguide/management-server/_pkg_repo.rst:
##
@@ -99,19 +99,19 @@ repository to the file (replace "trusty" with "xenial" or 
"bionic" if it is the
 
 .. parsed-literal::
 
-   deb http://download.cloudstack.org/ubuntu focal |version|
+   deb https://download.cloudstack.org/ubuntu focal |version|
 
 We now have to add the public key to the trusted keys.
 
 .. parsed-literal::
 
-   wget -O - http://download.cloudstack.org/release.asc |sudo apt-key add -
+   wget -O - https://download.cloudstack.org/release.asc |sudo tee 
/etc/apt/trusted.gpg.d/cloudstack.asc

Review Comment:
   Should this be, something like:
   ```
   mkdir -p /etc/apt/keyrings
   wget -O- https://download.cloudstack.org/release.asc | gpg --dearmor | sudo 
tee /etc/apt/keyrings/cloudstack.gpg > /dev/null
   ```
   And for use for the repo, the usage is like or something similar:
   ```
   echo deb [signed-by=/etc/apt/keyrings/cloudstack.gpg] 
https://download.cloudstack.org/ / > 
/etc/apt/sources.list.d/cloudstack.list
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



CloudStack Users Logos

2023-05-31 Thread Ivet Petrova
Hello all,

As Rohit already wrote, our community is working on refreshing the Apache 
CloudStack website with a new design.
As part of the new home page, we want to position a few logos of companies 
using Apache CloudStack.

So, can our community members help me by stating you give the permission of 
using the logo and sending me some company logos?
If you think your company shall be showcased there, I am also keen to have a 
discussion with your marketing teams for the logos. You can just introduce me 
to the person responsible.

Will really appreciate your help on this. Presenting the logos of users on home 
page is making the website much better in terms of the visitor’s perception for 
the technology.

Kind regards,


 



[GitHub] [cloudstack-documentation] wido opened a new pull request, #320: docs: Update instructions for adding DEB repository

2023-05-31 Thread via GitHub


wido opened a new pull request, #320:
URL: https://github.com/apache/cloudstack-documentation/pull/320

   apt-key and apt-get are deprecated. This PR makes use of the proper commands


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: OFFICIAL ANNOUNCEMENT: CloudStack Collaboration Conference 2023 CFP and Registration Now Open!

2023-05-31 Thread Katie F.
Thank you Jamie!

On Wed, May 31, Reiwa 5 at 5:03 AM Ivet Petrova 
wrote:

> Thanks for sending this Jamie! Although the event will be hybrid, I
> strongly encourage all of you to join us in Paris.
> Lovely location and I am sure we will have more than a great agenda.
> Do not hesitate to submit a talk. These talks can be:
> - user stories;
> - technical talks
> - presentations of services built on top of CloudStack
> - workshops
> - features presentation
>
> Kind regards,
>
>
>
>
> On 31 May 2023, at 11:48, Jamie Pell  jamie.p...@shapeblue.com>> wrote:
>
> Hi everyone,
>
> I am pleased to share that the CloudStack Collaboration Conference 2023
> registration and call for presentations is now open! Once again, this
> year’s event will be a hybrid one, allowing community members who are not
> able to attend in-person, to join virtually.
>
> Register for CCC<
> https://events.hubilo.com/cloudstack-collaboration-conference-2023/login>
>
> Submit a Talk<
> https://docs.google.com/forms/d/e/1FAIpQLSdaFH8I_fubiImp6mOXpAPL82UfjpCgisu3WAQBMtY-geqWyA/viewform
> >
>
> This year’s event will be taking place in the Holiday Inn Paris<
> https://www.ihg.com/holidayinn/hotels/us/en/clichy/parpc/hoteldetail> on
> November 23-24th.
>
> If your company is interested in supporting the event by becoming a
> sponsor, you can read the sponsorship prospectus.<
> https://www.cloudstackcollab.org/wp-content/uploads/2023/02/Sponsorship-Prospectus-CCC-2023.pdf
> >
>
> For further information regarding the event, visit the official event
> website.
>
> Kind regards,
>
>
>
>
>
>
>
>
>
>
> --
Kathleen Foos


Re: OFFICIAL ANNOUNCEMENT: CloudStack Collaboration Conference 2023 CFP and Registration Now Open!

2023-05-31 Thread Ivet Petrova
Thanks for sending this Jamie! Although the event will be hybrid, I strongly 
encourage all of you to join us in Paris.
Lovely location and I am sure we will have more than a great agenda.
Do not hesitate to submit a talk. These talks can be:
- user stories;
- technical talks
- presentations of services built on top of CloudStack
- workshops
- features presentation

Kind regards,


 

On 31 May 2023, at 11:48, Jamie Pell 
mailto:jamie.p...@shapeblue.com>> wrote:

Hi everyone,

I am pleased to share that the CloudStack Collaboration Conference 2023 
registration and call for presentations is now open! Once again, this year’s 
event will be a hybrid one, allowing community members who are not able to 
attend in-person, to join virtually.

Register for 
CCC

Submit a 
Talk

This year’s event will be taking place in the Holiday Inn 
Paris on 
November 23-24th.

If your company is interested in supporting the event by becoming a sponsor, 
you can read the sponsorship 
prospectus.

For further information regarding the event, visit the official event 
website.

Kind regards,