AW: Manual fence KVM Host

2024-04-09 Thread me
What exactly do you mean? In which state is the host? If a host is in state "Disconnected" or "Alert" you can declare a host as degraded via api (https://cloudstack.apache.org/api/apidocs-4.19/apis/declareHostAsDegraded.html) or UI (icon). Cloudstack will then start all VM with HA enabled on oth

Re: Download the CSP - xcp-ng 8.2

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

Download the CSP - xcp-ng 8.2

2024-04-09 Thread Embedded
is this still viable for XCP-NG 8.2 ? this documentation seems quite dated For XenServer 6.0.2, 6.0, 5.6 SP2: Download the CSP software onto the XenServer host from one of the following links: For XenServer 6.0.2: http://download.cloud.com/releases/3.0.1/XS-6.0.2/xenserver-cloud-supp.tgz Fo

XenServer vs XCP-NG

2024-04-09 Thread Embedded
Sorry I have to ask, I see XenServer is listed, but i donbt see any documentation for XCP-NG, i know it was previously supported. Is it still supported and what is the supported versions? as 3.0 is now in the wild. Thanks -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com

Manual fence KVM Host

2024-04-09 Thread Murilo Moura
hey guys! Is there any way to manually fence a KVM host and then automatically start the migration of VMs that have HA enabled?

Re: CPU compatibility

2024-04-09 Thread Guto Veronezi
Hello Steve, For CloudStack, it does not matter if you have hosts with different processors; however, this is a recommendation regarding how virtualization systems work; therefore, this discussion happens aside from CloudStack. When we are dealing with different processors, we are dealing wi

Re: CPU compatibility

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

CPU compatibility

2024-04-09 Thread S.Fuller
The Cloudstack Install Guide has the following statement - "All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags" Obviously this means we can't mix Intel and AMD CPUs within the same cluster. However, for a cluster with Intel CPUs, how much if

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
The error could also be caused by SQL exceptions -Wei On Tue, Apr 9, 2024 at 3:44 PM Francisco Arencibia Quesada wrote: > > now a different one :( > > cloudstack-management.service - CloudStack Management Server > Loaded: loaded (/lib/systemd/system/cloudstack-management.service; > enabled;

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Francisco Arencibia Quesada
now a different one :( cloudstack-management.service - CloudStack Management Server Loaded: loaded (/lib/systemd/system/cloudstack-management.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2024-04-09 13:24:05 UTC; 15min ago Main PID: 26006 (java) Ta

Re: [VOTE] Apache CloudStack 4.18.2.0 RC1

2024-04-09 Thread Jithin Raju
+1 , verified with a few rounds of testing. -Jithin From: João Jandre Date: Saturday, 6 April 2024 at 12:41 AM To: d...@cloudstack.apache.org , users@cloudstack.apache.org Subject: [VOTE] Apache CloudStack 4.18.2.0 RC1 Hi All, I've created a 4.18.2.0 release (RC1), with the following artifact

Migrating volume failed (large volume)

2024-04-09 Thread Jorge Luiz Correa
Hi! I'm trying to migrate a volume from a storage pool to another. I've made it for some instance volumes with sizes up to 300GB. Now I have to migrate an instance volume with 3.8 TB and I'm getting: At the GUI popup: Migrating volume failed Resource [StoragePool:24] is unreachable: Volume [{"na

Sponsorship for the CloudStack Collaboration Conference 2024

2024-04-09 Thread Ivet Petrova
Dear all, I am writing to share some information for the sponsorship opportunities for the CloudStack Collaboration Conference 2024. As you know, once in the year we organise a major event for our community, which collects at one place all committers, PMCs, companies and integrators from the co

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
It looks like db.properties is not configured correctly. The mgmt server cannot connect the database. -Wei On Tue, Apr 9, 2024 at 11:46 AM Francisco Arencibia Quesada wrote: > > Hi Wei, > > this is it: > 2024-04-09 09:35:18,507 DEBUG [c.c.u.d.DbProperties] (main:null) (logid:) > DB properties we

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Francisco Arencibia Quesada
I have this problem with a server, but the other installed with ansible is just stuck loading only the title bar loads saying apache cloudstack, but no error in mysql, it is just stuck. I dont understand this was working perfectly, I installed it using an ansible role. regards On Tue, Apr 9, 2024

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Francisco Arencibia Quesada
Hi Wei, this is it: 2024-04-09 09:35:18,507 DEBUG [c.c.u.d.DbProperties] (main:null) (logid:) DB properties were already loaded 2024-04-09 09:35:18,508 INFO [c.c.u.d.T.Transaction] (main:null) (logid:) Is Data Base High Availiability enabled? Ans : false 2024-04-09 09:35:18,508 INFO [c.c.u.d.T.T

Re: cloudstack 4.19 filesize mismatch

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

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Francisco Arencibia Quesada
indeed Wei, SQLException. It is such a weird thing that was working 2days ago, now SQLException :(. Regards On Tue, Apr 9, 2024 at 10:53 AM Wei ZHOU wrote: > Hi Francisco, > > Please check the database connection, and also check if there is > SQLException in the management-server.log > > -Wei

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
Hi Francisco, Please check the database connection, and also check if there is SQLException in the management-server.log -Wei On Tue, Apr 9, 2024 at 10:44 AM Francisco Arencibia Quesada wrote: > > with ubuntu and 4.19 I'm having this issue > https://github.com/apache/cloudstack/issues/8218 > 5

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Wei ZHOU
Hi Alex, It works for me. Can you run "yum clean all" and retry ? -Wei On Tue, Apr 9, 2024 at 9:39 AM Alex Paul wrote: > > Hi Community, > > Tried with centos 7, upgrade is failing > > > cloudstack-management-4.18.1.1 FAILED >==-] 23 MB/s | 1.8 GB 00:00:00 ETA > htt

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Francisco Arencibia Quesada
with ubuntu and 4.19 I'm having this issue https://github.com/apache/cloudstack/issues/8218 503 error. Please let us know something about this issue. Regards On Tue, Apr 9, 2024 at 9:39 AM Alex Paul wrote: > Hi Community, > > Tried with centos 7, upgrade is failing > > > cloudstack-m

Re: New Committer: Kiran Chavala

2024-04-09 Thread Nischal P
Congratulations Kiran! On Tue, Apr 9, 2024 at 1:07 PM Harikrishna Patnala < harikrishna.patn...@shapeblue.com> wrote: > Congratulations Kiran, well deserved. > > Regards, > Harikrishna > > > > > From: Rohit Yadav > Sent: Tuesday, April 9, 2024 11:15 AM > To: dev

Re: New Committer: Kiran Chavala

2024-04-09 Thread Harikrishna Patnala
Congratulations Kiran, well deserved. Regards, Harikrishna From: Rohit Yadav Sent: Tuesday, April 9, 2024 11:15 AM To: dev Subject: New Committer: Kiran Chavala The Project Management Committee (PMC) for Apache CloudStack has invited Kiran Chavala (kiranchav

Re: cloudstack 4.19 filesize mismatch

2024-04-09 Thread Alex Paul
Hi Community, Tried with centos 7, upgrade is failing cloudstack-management-4.18.1.1 FAILED ==-] 23 MB/s | 1.8 GB 00:00:00 ETA http://download.cloudstack.org/centos/7/4.18/cloudstack-management-4.18.1.1-1.el7.x86_64.rpm: [Errno -1] Package does not match intended downlo