Multiple Management Servers Support on agents

2021-12-07 Thread benoit lair
Hello folks, I am looking after solutions for Ha of mgmt servers I would like to avoid use of external load balancer I see this in doc : https://docs.cloudstack.apache.org/en/4.16.0.0/adminguide/reliability.html#management-server-load-balancing and in the cwiki it talks about KVM agent :

Re: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-07 Thread Gabriel Bräscher
Paul, I confused the issues then. The one I mentioned fits only with what Wido reported in this thread. The CPU flag matches with the ones raised on that bug. Flags like *npt* & *nrip-save* which are present when SVM is enabled. Therefore, affected by kernel commit -- 52297436199d ("kvm: svm:

Case Study: IKOULA and Apache CloudStack

2021-12-07 Thread Ivet Petrova
Hello all, Hope your winter mood is great :) I am writing to share a case study our community did with the leading French web hosting company IKOULA and XCP-ng. For the management of their cloud environment, IKOULA decided to choose the open-source way by combining the power of CloudStack

RE: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-07 Thread Paul Angus
The qemu-ev 2.10 bug was first reported a year or two ago in the mailing lists. -Original Message- From: Gabriel Bräscher Sent: Tuesday, December 7, 2021 9:41 AM To: dev Subject: Re: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04 Just adding to the "qemu-ev 2.10" &

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala closed issue #21: Can't create port forwarding rule

2021-12-07 Thread GitBox
harikrishna-patnala closed issue #21: URL: https://github.com/apache/cloudstack-terraform-provider/issues/21 -- 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

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on issue #21: Can't create port forwarding rule

2021-12-07 Thread GitBox
harikrishna-patnala commented on issue #21: URL: https://github.com/apache/cloudstack-terraform-provider/issues/21#issuecomment-987779393 Closing this issue as the related PR is merged -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala merged pull request #27: Fix port forwarding to update state only if there are no errors

2021-12-07 Thread GitBox
harikrishna-patnala merged pull request #27: URL: https://github.com/apache/cloudstack-terraform-provider/pull/27 -- 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

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on pull request #27: Fix port forwarding to update state only if there are no errors

2021-12-07 Thread GitBox
harikrishna-patnala commented on pull request #27: URL: https://github.com/apache/cloudstack-terraform-provider/pull/27#issuecomment-987778350 Fixed the indentation. Thanks all. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cloudstack-terraform-provider] rhtyd commented on pull request #27: Fix port forwarding to update state only if there are no errors

2021-12-07 Thread GitBox
rhtyd commented on pull request #27: URL: https://github.com/apache/cloudstack-terraform-provider/pull/27#issuecomment-987765073 @harikrishna-patnala pl fix your editor to run `gofmt` or use tabs -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cloudstack-terraform-provider] sureshanaparti commented on a change in pull request #27: Fix port forwarding to update state only if there are no errors

2021-12-07 Thread GitBox
sureshanaparti commented on a change in pull request #27: URL: https://github.com/apache/cloudstack-terraform-provider/pull/27#discussion_r763822209 ## File path: cloudstack/resource_cloudstack_port_forward.go ## @@ -109,13 +109,12 @@ func

Re: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-07 Thread Gabriel Bräscher
Just adding to the "qemu-ev 2.10" & "qemu-ev 2.12" point. > migration fails from qemu-ev 2.10 to qemu-ev 2.12, this is definitely a > bug in my point of view. > On the comment 53 (at "bug #1887490"): > It seems *one of the patches also introduced a regression*: > *

AW: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-07 Thread Sven Vogel
Let me check. We had the same problem on RHEL/CentOS but I am not sure if this a bug. What I know there was a change in the XML. Let me ask one on my colleges in my team. __ Sven Vogel Senior Manager Research and Development - Cloud and Infrastructure EWERK DIGITAL GmbH Brühl 24, D-04109

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala opened a new pull request #27: Fix port forwarding to update state only if there are no errors

2021-12-07 Thread GitBox
harikrishna-patnala opened a new pull request #27: URL: https://github.com/apache/cloudstack-terraform-provider/pull/27 This PR fixes the issue https://github.com/apache/cloudstack-terraform-provider/issues/21, where PF state is not updated properly in Terraform. Verified steps:

Re: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-07 Thread Gabriel Bräscher
Wei, I agree. This is not necessarily a bug per se. The main point here is: the issue we are seeing is the "bug #1887490" raised in Ubuntu's qemu package. CPU features were added on the newer releases, which caused the compatibility issue when (live) migrating VMs between compatible hardware but

Re: Live migration between AMD Epyc and Ubuntu 18.04 and 20.04

2021-12-07 Thread Wei ZHOU
Hi Gabriel, In my opinion, migration should work from lower version to higher version, but no guarantee from higher version to lower version, like we upgrade cloudstack. Therefore, migrate should work from ubuntu 18.04 to ubuntu 20.04. But it is not a bug if migration fails from ubuntu 20.04 to