Re: [PR] Add: Finding Primary storage for migration [cloudstack-documentation]

2024-01-16 Thread via GitHub


shwstppr merged PR #325:
URL: https://github.com/apache/cloudstack-documentation/pull/325


-- 
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: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


shwstppr merged PR #342:
URL: https://github.com/apache/cloudstack-documentation/pull/342


-- 
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: [VOTE] Apache CloudStack 4.19.0.0 RC2

2024-01-16 Thread Nicolas Vazquez
+1 (binding)

Tested on Vmware + KVM mixed environment: Vmware to KVM migration 
functionality, KVM unmanage/manage and VM lifecycle operations on both 
hypervisors

Regards,
Nicolas Vazquez


From: Abhishek Kumar 
Date: Monday, 15 January 2024 at 09:03
To: dev@cloudstack.apache.org , users 

Cc: PMC 
Subject: [VOTE] Apache CloudStack 4.19.0.0 RC2
Hi All,

I've created a 4.19.0.0 release (RC2), with the following artifacts up for
a vote:

Git Branch and Commit SH:
https://github.com/apache/cloudstack/tree/4.19.0.0-RC20240115T1418
Commit: 38bd4fd72bdae354c4b0f615a4861fc84d67b29a

Source release (checksums and signatures are available at the same
location):
https://dist.apache.org/repos/dist/dev/cloudstack/4.19.0.0/

PGP release keys (signed using 65518106473A09D7AF26B384A70BD2EAA74E2866):
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

For testing purposes, I have uploaded the different distro packages to:
http://download.cloudstack.org/testing/4.19.0.0-RC2/

Since 4.16 the system VM template registration is no longer mandatory
before upgrading, however, it can be downloaded from here if needed:
https://download.cloudstack.org/systemvm/4.19/

The vote will be open for 72 hours.

For sanity in tallying the vote, can PMC members please be sure to indicate
"(binding)" with their vote?

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Regards,
Abhishek

 



Re: [PR] Docs for KVM Ingestion feature [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

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


-- 
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: [PR] Docs for KVM Ingestion feature [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @nvazquez 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



Re: [PR] Docs for KVM Ingestion feature [cloudstack-documentation]

2024-01-16 Thread via GitHub


nvazquez commented on PR #356:
URL: 
https://github.com/apache/cloudstack-documentation/pull/356#issuecomment-1894255288

   @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



Re: [PR] Docs for KVM Ingestion feature [cloudstack-documentation]

2024-01-16 Thread via GitHub


andrijapanicsb commented on code in PR #356:
URL: 
https://github.com/apache/cloudstack-documentation/pull/356#discussion_r1453770143


##
source/adminguide/virtual_machines/importing_unmanaging_vms.rst:
##
@@ -401,6 +411,166 @@ Unmanaging Instance actions
 
- For the Instance being unmanaged: stopped and destroyed usage events 
(similar to the generated usage events when expunging an Instance), with types: 
‘VM.STOP’ and ‘VM.DESTROY', unless the instance has been already stopped before 
being unmanaged and in this case only ‘VM.DESTROY' is generated.
 
+Import Instances from External Hosts
+-
+.. note:: This is currently only available for **KVM** hypervisor.
+
+External Host
+~
+
+An External Host refers to a host that is not managed by CloudStack. The 
"Import from external host" feature enables importing/migrating
+instances from these external hosts. This feature is available in both UI and 
API.
+
+Prerequisites
+~
+- Ensure that the External KVM host is equipped with the installation of 
libvirt.
+- Allow TCP libvirt connections (listen_tpc=1) on those External Hosts from 
CloudStack hosts.
+- It is imperative that instances residing on the external host are in a 
stopped state, as live migration of instances is not supported
+- For some guest operating systems, it's also required that the operating 
system inside the Instance has been gracefully shut down.
+- Currently, it's supported to only use NFS and Local storage as the 
destination Primary Storage pools in CloudStack

Review Comment:
   ```suggestion
   - Ensure that the External KVM host are running libvirt
   - Allow libvirt TCP connections (listen_tcp=1) on those External Hosts from 
CloudStack hosts.
   - Instances on the external host have to be in a stopped state, as live 
migration of instances is not supported
   - For some guest operating systems, it's also required that the operating 
system inside the Instance has been gracefully shut down.
   - Currently, it's supported to only use NFS and Local storage as the 
destination Primary Storage pools in CloudStack
   - Currently, only libvirt-based instances can be migrated
   ```



-- 
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: [PR] Docs for KVM Ingestion feature [cloudstack-documentation]

2024-01-16 Thread via GitHub


andrijapanicsb commented on code in PR #356:
URL: 
https://github.com/apache/cloudstack-documentation/pull/356#discussion_r1453770143


##
source/adminguide/virtual_machines/importing_unmanaging_vms.rst:
##
@@ -401,6 +411,166 @@ Unmanaging Instance actions
 
- For the Instance being unmanaged: stopped and destroyed usage events 
(similar to the generated usage events when expunging an Instance), with types: 
‘VM.STOP’ and ‘VM.DESTROY', unless the instance has been already stopped before 
being unmanaged and in this case only ‘VM.DESTROY' is generated.
 
+Import Instances from External Hosts
+-
+.. note:: This is currently only available for **KVM** hypervisor.
+
+External Host
+~
+
+An External Host refers to a host that is not managed by CloudStack. The 
"Import from external host" feature enables importing/migrating
+instances from these external hosts. This feature is available in both UI and 
API.
+
+Prerequisites
+~
+- Ensure that the External KVM host is equipped with the installation of 
libvirt.
+- Allow TCP libvirt connections (listen_tpc=1) on those External Hosts from 
CloudStack hosts.
+- It is imperative that instances residing on the external host are in a 
stopped state, as live migration of instances is not supported
+- For some guest operating systems, it's also required that the operating 
system inside the Instance has been gracefully shut down.
+- Currently, it's supported to only use NFS and Local storage as the 
destination Primary Storage pools in CloudStack

Review Comment:
   ```suggestion
   - Ensure that the External KVM host are running libvirt
   - Allow libvirt TCP connections (listen_tpc=1) on those External Hosts from 
CloudStack hosts.
   - Instances on the external host have to be in a stopped state, as live 
migration of instances is not supported
   - For some guest operating systems, it's also required that the operating 
system inside the Instance has been gracefully shut down.
   - Currently, it's supported to only use NFS and Local storage as the 
destination Primary Storage pools in CloudStack
   - Currently, only libvirt-based instances can be migrated
   ```



-- 
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: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

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


-- 
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: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @nvazquez 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



Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


nvazquez commented on PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#issuecomment-1894049302

   @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



Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


andrijapanicsb commented on code in PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#discussion_r1453644109


##
source/adminguide/virtual_machines/importing_vmware_vms_into_kvm.rst:
##
@@ -0,0 +1,120 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+
+.. note:: This functionality requires to install the **virt-v2v** 
(https://www.libguestfs.org/virt-v2v.1.html) binary installed on destination 
cluster hosts, as it is not a dependency of the CloudStack agent installed on 
the hosts.
+
+As of CS 4.19, it is possible to select a VMware VM from an external or 
existing VMware datacenter, convert it to a KVM Virtual Machine and importing 
it into an existing KVM cluster.
+
+Requirements on the KVM hosts
+-
+
+The CloudStack agent does not install the virt-v2v binary as a dependency, for 
which this functionality is not supported by default. To enable this 
functionality, the virt-v2v binary must be installed on the destination KVM 
hosts where to import the Virtual Machines.
+
+In case virt-v2v is not installed on a KVM host attempting a Virtual Machine 
conversion from VMware, the process fails.
+
+The virt-v2v output is logged on the CloudStack agent logs to help 
administrators tracking the progress on the Virtual Machines conversion 
processes. The verbose mode for virt-v2v can be enabled by adding the following 
line to /etc/cloudstack/agent/agent.properties and restart cloudstack-agent:
+
+::
+
+virtv2v.verbose.enabled=true
+
+
+Installing virt-v2v on Ubuntu KVM hosts does not install nbdkit which is 
required in the conversion of VMWare VCenter guests. To install it, please 
execute:
+
+::
+
+apt install nbdkit
+
+
+Supported Distributions for KVM Hypervisor:
+
+
+.. cssclass:: table-striped table-bordered table-hover
+
+
+Linux Distribution  Supported Versions
+
+Alma Linux  8, 9
+Red Hat Enterprise Linux8, 9
+Rocky Linux 8, 9
+Ubuntu  22.04 LTS
+
+
+
+Importing Windows guest VMs from VMware requires installing the virtio drivers 
on the hypervisor hosts for the virt-v2v conversion.
+
+On (RH)EL hosts:
+
+::
+
+yum install virtio-win
+
+You can also install the RPM manually from 
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.noarch.rpm
+
+
+For Debian-based distributions:
+
+::
+
+apt install virtio-win
+
+Usage
+-
+
+In the UI, Virtual Machines to import from VMware are listed in *Tools > 
Import-Export Instances* section, selecting:
+
+.. cssclass:: table-striped table-bordered table-hover
+
+ 
+Source   Destination Hypervisor  
+ 
+Migrate From VMware  KVM
+ 
+
+|import-vm-from-vmware-to-kvm.png|
+
+Selecting the Destination cluster
+-
+
+CloudStack administrators must select a KVM cluster to import the VMware 
Virtual Machines (left side of the image above). Once a KVM cluster is 
selected, the VMware Datacenter selection part is displayed (right side of the 
image above).
+
+Selecting the VM from a VMware Datacenter
+-
+
+CloudStack administrators must select the Source VMware Datacenter:
+
+- Existing: The existing zones are listed, and for each zone CloudStack 
will list if there is any VMware Datacenter associated to it. In case it is, it 
can be selected
+- External: CloudStack allows listing Virtual Machines from a VMware 
Datacenter that is not associated to any CloudStack zone. To do so, it needs 
the vCenter IP address, the datacenter name, and username and password 
credentials to log in the vCenter.
+
+Once the VMware Datacenter is selected, click on List VMware Instances to 
display the list of Virtual Machines on the Datacenter
+
+
+Converting and importing a VMware VM
+
+
+.. note:: CloudStack allows i

Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


andrijapanicsb commented on code in PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#discussion_r1453642001


##
source/adminguide/virtual_machines/importing_vmware_vms_into_kvm.rst:
##
@@ -0,0 +1,120 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+
+.. note:: This functionality requires to install the **virt-v2v** 
(https://www.libguestfs.org/virt-v2v.1.html) binary installed on destination 
cluster hosts, as it is not a dependency of the CloudStack agent installed on 
the hosts.
+
+As of CS 4.19, it is possible to select a VMware VM from an external or 
existing VMware datacenter, convert it to a KVM Virtual Machine and importing 
it into an existing KVM cluster.
+
+Requirements on the KVM hosts
+-
+
+The CloudStack agent does not install the virt-v2v binary as a dependency, for 
which this functionality is not supported by default. To enable this 
functionality, the virt-v2v binary must be installed on the destination KVM 
hosts where to import the Virtual Machines.
+
+In case virt-v2v is not installed on a KVM host attempting a Virtual Machine 
conversion from VMware, the process fails.
+
+The virt-v2v output is logged on the CloudStack agent logs to help 
administrators tracking the progress on the Virtual Machines conversion 
processes. The verbose mode for virt-v2v can be enabled by adding the following 
line to /etc/cloudstack/agent/agent.properties and restart cloudstack-agent:
+
+::
+
+virtv2v.verbose.enabled=true
+
+
+Installing virt-v2v on Ubuntu KVM hosts does not install nbdkit which is 
required in the conversion of VMWare VCenter guests. To install it, please 
execute:
+
+::
+
+apt install nbdkit
+
+
+Supported Distributions for KVM Hypervisor:
+
+
+.. cssclass:: table-striped table-bordered table-hover
+
+
+Linux Distribution  Supported Versions
+
+Alma Linux  8, 9
+Red Hat Enterprise Linux8, 9
+Rocky Linux 8, 9
+Ubuntu  22.04 LTS
+
+
+
+Importing Windows guest VMs from VMware requires installing the virtio drivers 
on the hypervisor hosts for the virt-v2v conversion.
+
+On (RH)EL hosts:
+
+::
+
+yum install virtio-win
+
+You can also install the RPM manually from 
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.noarch.rpm
+
+
+For Debian-based distributions:
+
+::
+
+apt install virtio-win
+
+Usage
+-
+
+In the UI, Virtual Machines to import from VMware are listed in *Tools > 
Import-Export Instances* section, selecting:
+
+.. cssclass:: table-striped table-bordered table-hover
+
+ 
+Source   Destination Hypervisor  
+ 
+Migrate From VMware  KVM
+ 
+
+|import-vm-from-vmware-to-kvm.png|
+
+Selecting the Destination cluster
+-
+
+CloudStack administrators must select a KVM cluster to import the VMware 
Virtual Machines (left side of the image above). Once a KVM cluster is 
selected, the VMware Datacenter selection part is displayed (right side of the 
image above).
+
+Selecting the VM from a VMware Datacenter
+-
+
+CloudStack administrators must select the Source VMware Datacenter:
+
+- Existing: The existing zones are listed, and for each zone CloudStack 
will list if there is any VMware Datacenter associated to it. In case it is, it 
can be selected
+- External: CloudStack allows listing Virtual Machines from a VMware 
Datacenter that is not associated to any CloudStack zone. To do so, it needs 
the vCenter IP address, the datacenter name, and username and password 
credentials to log in the vCenter.
+
+Once the VMware Datacenter is selected, click on List VMware Instances to 
display the list of Virtual Machines on the Datacenter
+
+
+Converting and importing a VMware VM
+
+
+.. note:: CloudStack allows i

Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


andrijapanicsb commented on code in PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#discussion_r1453627301


##
source/adminguide/virtual_machines/importing_vmware_vms_into_kvm.rst:
##
@@ -0,0 +1,120 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+
+.. note:: This functionality requires to install the **virt-v2v** 
(https://www.libguestfs.org/virt-v2v.1.html) binary installed on destination 
cluster hosts, as it is not a dependency of the CloudStack agent installed on 
the hosts.
+
+As of CS 4.19, it is possible to select a VMware VM from an external or 
existing VMware datacenter, convert it to a KVM Virtual Machine and importing 
it into an existing KVM cluster.
+
+Requirements on the KVM hosts
+-
+
+The CloudStack agent does not install the virt-v2v binary as a dependency, for 
which this functionality is not supported by default. To enable this 
functionality, the virt-v2v binary must be installed on the destination KVM 
hosts where to import the Virtual Machines.
+
+In case virt-v2v is not installed on a KVM host attempting a Virtual Machine 
conversion from VMware, the process fails.
+
+The virt-v2v output is logged on the CloudStack agent logs to help 
administrators tracking the progress on the Virtual Machines conversion 
processes. The verbose mode for virt-v2v can be enabled by adding the following 
line to /etc/cloudstack/agent/agent.properties and restart cloudstack-agent:
+
+::
+
+virtv2v.verbose.enabled=true
+
+
+Installing virt-v2v on Ubuntu KVM hosts does not install nbdkit which is 
required in the conversion of VMWare VCenter guests. To install it, please 
execute:
+
+::
+
+apt install nbdkit
+
+
+Supported Distributions for KVM Hypervisor:
+
+
+.. cssclass:: table-striped table-bordered table-hover
+
+
+Linux Distribution  Supported Versions
+
+Alma Linux  8, 9
+Red Hat Enterprise Linux8, 9
+Rocky Linux 8, 9
+Ubuntu  22.04 LTS
+
+
+
+Importing Windows guest VMs from VMware requires installing the virtio drivers 
on the hypervisor hosts for the virt-v2v conversion.
+
+On (RH)EL hosts:
+
+::
+
+yum install virtio-win
+
+You can also install the RPM manually from 
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.noarch.rpm
+
+
+For Debian-based distributions:
+
+::
+
+apt install virtio-win
+
+Usage
+-
+
+In the UI, Virtual Machines to import from VMware are listed in *Tools > 
Import-Export Instances* section, selecting:
+
+.. cssclass:: table-striped table-bordered table-hover
+
+ 
+Source   Destination Hypervisor  
+ 
+Migrate From VMware  KVM
+ 
+
+|import-vm-from-vmware-to-kvm.png|
+
+Selecting the Destination cluster
+-
+
+CloudStack administrators must select a KVM cluster to import the VMware 
Virtual Machines (left side of the image above). Once a KVM cluster is 
selected, the VMware Datacenter selection part is displayed (right side of the 
image above).
+
+Selecting the VM from a VMware Datacenter
+-
+
+CloudStack administrators must select the Source VMware Datacenter:
+
+- Existing: The existing zones are listed, and for each zone CloudStack 
will list if there is any VMware Datacenter associated to it. In case it is, it 
can be selected
+- External: CloudStack allows listing Virtual Machines from a VMware 
Datacenter that is not associated to any CloudStack zone. To do so, it needs 
the vCenter IP address, the datacenter name, and username and password 
credentials to log in the vCenter.
+
+Once the VMware Datacenter is selected, click on List VMware Instances to 
display the list of Virtual Machines on the Datacenter
+
+
+Converting and importing a VMware VM
+
+
+.. note:: CloudStack allows i

Re: CloudStack and Ceph Day - Feb 22nd, Amsterdam

2024-01-16 Thread Ivet Petrova
Hi,

At this stage I cannot confirm for sure.
So whoever wants to learn and see the event, it is better to be in place in 
Amsterdam.
Best regards,


 

On 16 Jan 2024, at 17:26, Ricardo Pertuz  
wrote:

Hey..

It will be streamed?


BR,

Ricardo Pertuz


On 16 Jan 2024 at 10:22 AM -0500, Ivet Petrova , 
wrote:
Hi all,

I would like to invite you all to register for the CloudStack and Ceph Day 
Netherlands 2024!
https://www.eventbrite.nl/e/cloudstack-and-ceph-day-netherlands-2024-tickets-700177167757

We have not done an event with the Ceph community for more than a year and I am 
very excited to meet both communities in Amsterdam.
I am sure many people from our community are either using Ceph or considering 
it as a leading storage for cloud builders.
This event will present:
- updates on Ceph
- latest 4.19 ACS release
- deep dive into the ACS integrations.

We have some great speakers from Clyso, 42on, ShapeBlue and Ampere. Final 
agenda will be announced soon!
Register now: 
https://www.eventbrite.nl/e/cloudstack-and-ceph-day-netherlands-2024-tickets-700177167757

Best regards,







CloudStack and Ceph Day - Feb 22nd, Amsterdam

2024-01-16 Thread Ivet Petrova
Hi all,

I would like to invite you all to register for the CloudStack and Ceph Day 
Netherlands 2024!
https://www.eventbrite.nl/e/cloudstack-and-ceph-day-netherlands-2024-tickets-700177167757

We have not done an event with the Ceph community for more than a year and I am 
very excited to meet both communities in Amsterdam.
I am sure many people from our community are either using Ceph or considering 
it as a leading storage for cloud builders.
This event will present:
- updates on Ceph
- latest 4.19 ACS release
- deep dive into the ACS integrations.

We have some great speakers from Clyso, 42on, ShapeBlue and Ampere. Final 
agenda will be announced soon!
Register now: 
https://www.eventbrite.nl/e/cloudstack-and-ceph-day-netherlands-2024-tickets-700177167757

Best regards,


 



Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


nvazquez commented on PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#issuecomment-1893876230

   This PR looks ready @shwstppr - @andrijapanicsb we have this note to warn 
about that, do you think it should be extended?
   https://github.com/apache/cloudstack-documentation/assets/5295080/973065e4-1937-491d-b24a-daf5244e24d9";>
   


-- 
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: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

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


-- 
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: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @nvazquez 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



Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


nvazquez commented on PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#issuecomment-1893658616

   @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



Re: [PR] Minor docs update for multiple local storage pools for KVM [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

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


-- 
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: [PR] Minor docs update for multiple local storage pools for KVM [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @shwstppr 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



Re: [PR] Minor docs update for multiple local storage pools for KVM [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @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



Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @nvazquez 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



Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2024-01-16 Thread via GitHub


nvazquez commented on PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#issuecomment-1893562687

   Sure @shwstppr
   @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



Re: new PMC member Harikrishna Patnala

2024-01-16 Thread Pearl d'Silva
Congratulations Hari!!

Regards,
Pearl

From: Vishesh Jindal 
Sent: January 16, 2024 5:08 AM
To: us...@cloudstack.apache.org ; 
dev@cloudstack.apache.org 
Subject: Re: new PMC member Harikrishna Patnala

Congrats Hari!

From: Harikrishna Patnala 
Sent: Tuesday, January 16, 2024 2:55 PM
To: us...@cloudstack.apache.org 
Cc: dev 
Subject: Re: new PMC member Harikrishna Patnala

Thank you everyone.

Regards,
Harikrishna


From: Wei ZHOU 
Sent: Tuesday, January 16, 2024 2:16:30 PM
To: us...@cloudstack.apache.org 
Cc: dev 
Subject: Re: new PMC member Harikrishna Patnala

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: [PR] Add docs about storage and host tags [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @shwstppr 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



Re: [PR] Add docs about storage and host tags [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @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



Re: [PR] Minor docs update for multiple local storage pools for KVM [cloudstack-documentation]

2024-01-16 Thread via GitHub


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

   @shwstppr 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



Re: new PMC member Harikrishna Patnala

2024-01-16 Thread Vishesh Jindal
Congrats Hari!

From: Harikrishna Patnala 
Sent: Tuesday, January 16, 2024 2:55 PM
To: us...@cloudstack.apache.org 
Cc: dev 
Subject: Re: new PMC member Harikrishna Patnala

Thank you everyone.

Regards,
Harikrishna


From: Wei ZHOU 
Sent: Tuesday, January 16, 2024 2:16:30 PM
To: us...@cloudstack.apache.org 
Cc: dev 
Subject: Re: new PMC member Harikrishna Patnala

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 PMC member Harikrishna Patnala

2024-01-16 Thread Harikrishna Patnala
Thank you everyone.

Regards,
Harikrishna


From: Wei ZHOU 
Sent: Tuesday, January 16, 2024 2:16:30 PM
To: us...@cloudstack.apache.org 
Cc: dev 
Subject: Re: new PMC member Harikrishna Patnala

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