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

2021-11-28 Thread Wido den Hollander
On 11/24/21 10:36 PM, Wei ZHOU wrote: > Hi Wido, > > I think it is not good to run an environment with two ubuntu/qemu versions. > It always happens that some cpu features are supported in the higher > version but not supported in the older version. > From my experience, the migration from olde

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on issue #17: Removing an ACL list from a network corrupts state file

2021-11-28 Thread GitBox
harikrishna-patnala commented on issue #17: URL: https://github.com/apache/cloudstack-terraform-provider/issues/17#issuecomment-981361493 Hi @synergiator, thanks for testing and reporting these issues. I see this is a genuine issue. When the plan says acl_id to null then the provider shoul

[GitHub] [cloudstack-terraform-provider] synergiator opened a new issue #21: Can't create port forwarding rule

2021-11-28 Thread GitBox
synergiator opened a new issue #21: URL: https://github.com/apache/cloudstack-terraform-provider/issues/21 With this code fragment, ``` resource "cloudstack_port_forward" "default" { ip_address_id = cloudstack_ipaddress.my_ip.id forward { protocol = "

[GitHub] [cloudstack-terraform-provider] synergiator opened a new issue #20: Understanding implications of the legacy SDK notification

2021-11-28 Thread GitBox
synergiator opened a new issue #20: URL: https://github.com/apache/cloudstack-terraform-provider/issues/20 In the log output there is the following notification: ``` Provider "registry.terraform.io/cloudstack/cloudstack" produced an invalid plan for module., but we are to

[GitHub] [cloudstack-terraform-provider] synergiator opened a new issue #19: Add renovate bot integration for advanced dependency management

2021-11-28 Thread GitBox
synergiator opened a new issue #19: URL: https://github.com/apache/cloudstack-terraform-provider/issues/19 Like in [this project](https://github.com/firecow/gitlab-ci-local/commit/36dffbb71279703728f824bc86d1750baa14f40f), it would be great to have automatic pull request suggestions from t

[GitHub] [cloudstack-go] synergiator commented on issue #15: Error retrieving ID of template: json: cannot unmarshal object into Go struct field alias.childtemplates of type []interface {}

2021-11-28 Thread GitBox
synergiator commented on issue #15: URL: https://github.com/apache/cloudstack-go/issues/15#issuecomment-981060224 Strange enough, VM deployment using a unit test works, can't reproduce this error with this SDK itself. Based on the [mock test ](https://github.com/apache/cloudstack-go/blo