[GitHub] [cloudstack-documentation] rhtyd commented on pull request #215: Modernizing "Create linux template" guide + Cloud-init integration steps

2021-11-26 Thread GitBox
rhtyd commented on pull request #215: URL: https://github.com/apache/cloudstack-documentation/pull/215#issuecomment-980506813 Hi @dredknight a user from mailing list has given following suggestion: ``` > Hello everyone. > > I've been following the Cloud-init integration guides i

Re: ACS 4.16 documentation issue/error

2021-11-26 Thread Rohit Yadav
Hi Andrei, Thanks for sharing, we'll see what to do about QA/testing links coming up in Google results. If you read the link, it's not from our official docs website (docs.cloudstack.apache.org). This is from this pull request which hasn't been merged yet: https://github.com/apache/cloudstack-d

Unable to create a deployment for VM

2021-11-26 Thread technologyrss.mail
*Hi, * Please see error log: (logid:9bd01412) Searching all possible resources under this Zone: 1 2021-11-26 18:47:42,554 DEBUG [c.c.d.FirstFitPlanner] (API-Job-Executor-8:ctx-dfeedfec job-16 ctx-0f3c8323) (logid:9bd01412) Listing clusters in order of aggregate capacity, that have (at least on

[GitHub] [cloudstack-go] rhtyd commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
rhtyd commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979946839 Considering all the discussions we've had, I think it's safe to say that moving forward the specific datatype of the mgmt server ID is string. The only cons are that whoever may

Re: ACS 4.16 documentation issue/error

2021-11-26 Thread Andrei Mikhailovsky
Hi Rohit, this is the link where I've found the guides: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/215/adminguide/templates/_cloud_init.html#linux-with-cloud-init I got the above link from google when I was searching for cloud-init and cloudstack templates or something like that. Sorry, I

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979866201 I now understand your problem and, unfortunately, I have no solution to this. So, what should we do now ? What are the other solutions to handle past and futur

[GitHub] [cloudstack-go] psycofdj commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979866201 I now understand your problem and, unfortunately, I have no solution to this. So, want should we do now ? What are the other solutions to handle past and future type

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

2021-11-26 Thread Andrija Panic
Cant help, but I've seen this exact issue (if not mistaken) - a CPU flag that DOES exist on the destination KVM host, but libvirt complaining it doesn't - I would guess some kernel issue, as I've seen those. On Wed, 24 Nov 2021 at 22:36, Wei ZHOU wrote: > Hi Wido, > > I think it is not good to r

[GitHub] [cloudstack-go] davidjumani edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
davidjumani edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979854761 That being said, I'm a +0 on this although I'd prefer if the name of the new data type is more intuitive such as UUID, etc -- This is an automated message from th

[GitHub] [cloudstack-go] davidjumani commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
davidjumani commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979854761 That being said, I'm a +0 on this although I'd prefer if the name of the new data type is more intuitive such as UUID, LongID, etc -- This is an automated message from t

[GitHub] [cloudstack-go] davidjumani commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
davidjumani commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979853193 This does handle and parse both int and string, but since the type of the Managementserverid has changed from string to CSLong, it can no longer be used as it was before,

[GitHub] [cloudstack-go] psycofdj commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979843046 @davidjumani I've spotted a problem with the parsing, can you retest with the latest commit ? -- This is an automated message from the Apache Git Service. To respond to the

Re: ACS 4.16 documentation issue/error

2021-11-26 Thread Rohit Yadav
Hi Andrei, Thanks for sharing. Can you share which page/link you found the error, the cloud-init docs I found were at: https://docs.cloudstack.apache.org/en/latest/adminguide/virtual_machines/user-data.html#using-cloud-init You may also raise a pull request and propose changes at https://github

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979816808 That is why I'm surprised. The goal of this new type is to handle **both** `string` (latest versions of CS api) and `long` (previous versions of CS api). With this typ

[GitHub] [cloudstack-go] psycofdj commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979816808 That is why I'm surprised. The goal of this new type is to handle **both** string (latest versions of CS api) and **long** (previous versions of CS api). With this type, it s

[GitHub] [cloudstack-go] davidjumani commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
davidjumani commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979814465 The input json isn't the error, it's the new type. The Managementserverid used to be a string and with this patch is now a CSLong. So trying to use the new type where a st

[GitHub] [cloudstack-go] psycofdj commented on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
psycofdj commented on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979794967 > cannot use resp.HostsMetrics[1].Managementserverid (type cloudstack.CSLong) as type string in assignment I'm surprised that this error occurs. Can you provide a sample of

[GitHub] [cloudstack-go] psycofdj edited a comment on pull request #21: handle type compatibilty for 4.x baseline

2021-11-26 Thread GitBox
psycofdj edited a comment on pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#issuecomment-979794967 > cannot use resp.HostsMetrics[1].Managementserverid (type cloudstack.CSLong) as type string in assignment I'm surprised that this error occurs. Can you provide