[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


blueorangutan removed a comment on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-82093


   @DaanHoogland 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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


blueorangutan removed a comment on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-82540






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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


blueorangutan removed a comment on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-830022511






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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


DaanHoogland commented on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-854427179


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


blueorangutan commented on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-854428908


   @DaanHoogland 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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


blueorangutan commented on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-854431076


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/212. 
(SL-JID 85)


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [GSoC] Questions on reporting our progress and patches

2021-06-04 Thread Daan Hoogland
Junxuan,
Did you get/find an answer? if you did, can you share it here? other people
might want to know as well (and I wouldn't be able to tell them ;)

On Thu, Jun 3, 2021 at 6:09 PM Junxuan Wu  wrote:

> Hi everyone,
>
> As the official coding period of GSoC is drawing near,
>
> What are the general week-to-week expectations (status updates, reports,
> etc.)?
>
> And what is the process for submitting patches/code for review, especially
> since it wouldn't make sense to merge into master until the majority of the
> the proposal is complete?
>
> Thanks,
> Junxuan Wu
>


-- 
Daan


[GitHub] [cloudstack-documentation] rhtyd commented on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


rhtyd commented on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-853902706


   @DaanHoogland you need to rebase your branch against latest 4.15, this 
branch is out of sync


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on a change in pull request #212: mysql update warnings

2021-06-04 Thread GitBox


andrijapanicsb commented on a change in pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#discussion_r637901224



##
File path: source/upgrading/upgrade/mysql.rst
##
@@ -0,0 +1,36 @@
+.. 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.
+
+MySQL upgrade problems
+==
+
+Users who may upgrade their MySQL server after upgrading to Apache
+CloudStack 4.15 or later, may need to run the following SQL query to
+fix an issue with "cloud.nics" table's column type which may lead to
+exception seen in the management server logs. Users who have already
+upgraded their MySQL server prior to upgrading to Apache CloudStack
+4.15 may not need this as this query runs as part of the 4.14.x to
+4.15.0.0 database upgrade path.
+
+.. note::
+   The issue has not been seen in cases where the database was upgraded while 
on CloudStack version 4.14.

Review comment:
   ```suggestion
   With certain MySQL versions (see below), issues have been seen with 
"cloud.nics" table's 
   column type (which was not updated properly during CloudStack upgrades, due 
to MySQL limitations),
   which eventually may lead to exception seen in the management server logs, 
causing users to
   not be able to start any VM.
   
   The following SQL statement needs to be manually executed in order to fix 
such issue:
   ```




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] DaanHoogland commented on a change in pull request #212: mysql update warnings

2021-06-04 Thread GitBox


DaanHoogland commented on a change in pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#discussion_r644662775



##
File path: source/_global.rst
##
@@ -25,19 +25,19 @@
 
 .. Latest version systemvm template name
 
-.. |sysvm64-version| replace:: 4.15.0

Review comment:
   @rhtyd , I don't think this commit should be on the 4.15 branch, should 
it?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #155: Inclusivity changes for CloudStack in the documentation - Rename default git branch name from 'master' to 'main' and

2021-06-04 Thread GitBox


blueorangutan commented on pull request #155:
URL: 
https://github.com/apache/cloudstack-documentation/pull/155#issuecomment-853650865


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/155. 
(SL-JID 84)


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [GSoC] Questions on reporting our progress and patches

2021-06-04 Thread Suresh Kumar Anaparti
Hi Junxuan Wu,

I think, the timelines for the coding stages and evaluation are already
mentioned in the project proposal. So, you can coordinate with your
mentor(s) accordingly, update them on the status of the progress regularly
(maybe through emails) and the proposed work in the timelines is completed
or not. Please contact your mentor(s) / dev mailing list whenever you are
stuck or facing any issues in your project.

Coming to the patches submission, you can create a PR in CloudStack GitHub
repo once you are ready with the working changes, and then it is open for
review. The PR will be merged when the community accepts it, after code
review (can be few iterations), smoke test results.

Regards,
Suresh

On Thu, Jun 3, 2021 at 9:39 PM Junxuan Wu  wrote:

> Hi everyone,
>
> As the official coding period of GSoC is drawing near,
>
> What are the general week-to-week expectations (status updates, reports,
> etc.)?
>
> And what is the process for submitting patches/code for review, especially
> since it wouldn't make sense to merge into master until the majority of the
> the proposal is complete?
>
> Thanks,
> Junxuan Wu
>


[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


andrijapanicsb commented on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-854454541


   @DaanHoogland can you advise WHERE can I see this mysql.rst page being 
included - I can't find it when browsing 
http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/212
   
   thx


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


DaanHoogland commented on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-854427179






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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan removed a comment on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


blueorangutan removed a comment on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-82093






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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #212: mysql update warnings

2021-06-04 Thread GitBox


blueorangutan commented on pull request #212:
URL: 
https://github.com/apache/cloudstack-documentation/pull/212#issuecomment-854428908






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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] rhtyd commented on pull request #211: Update docs

2021-06-04 Thread GitBox


rhtyd commented on pull request #211:
URL: 
https://github.com/apache/cloudstack-documentation/pull/211#issuecomment-854533642


   @andrijapanicsb are you lgtm on this cc @DaanHoogland 


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #211: Update docs

2021-06-04 Thread GitBox


andrijapanicsb commented on pull request #211:
URL: 
https://github.com/apache/cloudstack-documentation/pull/211#issuecomment-854548155


   LGTM in regards to the new images.
   
   I have not reviewed tons of other space and indentation changes 


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-www] DaanHoogland opened a new pull request #84: staging and publishg directives for asf

2021-06-04 Thread GitBox


DaanHoogland opened a new pull request #84:
URL: https://github.com/apache/cloudstack-www/pull/84


   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [VOTE] Apache CloudStack 4.15.1.0 (RC1)

2021-06-04 Thread Rohit Yadav
All,

It appears an RC2 is imminent which I hope to cut again after all outstanding 
issues reported this and next week are resolved.

Kindly continue testing 4.15.1.0 RC1 and help report/discuss blocker and 
critical issues this and next week. Thanks.


Regards.


From: Gabriel Bräscher 
Sent: Friday, June 4, 2021 02:32
To: dev 
Cc: users 
Subject: Re: [VOTE] Apache CloudStack 4.15.1.0 (RC1)

Hi Rohit,

I tested also on 4.15.1.0 RC1 and it fails; same issue as the one raised in
4.15.0.0.

Regards,
Gabriel

On Thu, Jun 3, 2021, 11:20 Rohit Yadav  wrote:

> Hi Gabriel,
>
> Have you tested the issue on 4.15.1.0 RC1? Do existing VXLAN based
> networks work post upgrading to 4.15.1.0 RC1?
>
> If this is indeed a blocker issue, I'm happy to cut another RC next week
> after the current RC's voting window. Meanwhile all PMCs, committers and
> users may continue to test, vote RC1. Thanks.
>
>
> Regards.
>
> 
> From: Gabriel Bräscher 
> Sent: Thursday, June 3, 2021 19:26
> To: dev 
> Cc: Rohit Yadav ; users 
> Subject: Re: [VOTE] Apache CloudStack 4.15.1.0 (RC1)
>
> Hi Rohit,
>
> Thanks for bringing RC1.
> I am afraid that we will need an RC2. We are facing an issue that might be
> a blocker.
>
> I've just opened the issue here:
> https://github.com/apache/cloudstack/issues/5071
> In a nutshell, we are not able to create a network when using VXLAN due to
> a validation added in 4.15.0.0 that explicitly checks for "VLAN" at the
> broadcast URI.
>
> Regards,
> Gabriel.
>
>
> Em qui., 3 de jun. de 2021 às 04:37, Wido den Hollander 
> escreveu:
>
> > +1 (binding)
> >
> > On 6/2/21 11:50 AM, Rohit Yadav wrote:
> > > Hi All,
> > >
> > > I've created a 4.15.1.0 release, with the following artifacts up for a
> > vote:
> > >
> > > Git Branch and Commit SHA:
> > > https://github.com/apache/cloudstack/tree/4.15.1.0-RC20210602T1429
> > > Commit: aaac4b17099ba838a3f7b57400277ca9b23f98f5
> > >
> > > Source release (checksums and signatures are available at the same
> > > location):
> > > https://dist.apache.org/repos/dist/dev/cloudstack/4.15.1.0/
> > >
> > > PGP release keys (signed using
> 5ED1E1122DC5E8A4A45112C2484248210EE3D884):
> > > https://dist.apache.org/repos/dist/release/cloudstack/KEYS
> > >
> > > The vote will be open for 120 hours, until 7 June 2021.
> > >
> > > 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)
> > >
> > > For users convenience, the packages from this release candidate (RC1)
> and
> > > 4.15.1 systemvmtemplates are available here:
> > > https://download.cloudstack.org/testing/4.15.1.0-RC1/
> > > https://download.cloudstack.org/systemvm/4.15/
> > >
> > > Documentation is not published yet, but the following may be referenced
> > for
> > > upgrade related tests: (there's a new 4.15.1 systemvmtemplate to be
> > > registered prior to upgrade)
> > >
> >
> https://github.com/apache/cloudstack-documentation/tree/4.15/source/upgrading/upgrade
> > >
> > > Regards.
> > >
> >
>
>
>
>

 



[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #211: Update docs

2021-06-04 Thread GitBox


DaanHoogland commented on pull request #211:
URL: 
https://github.com/apache/cloudstack-documentation/pull/211#issuecomment-854650412


   ok, let's merge, we can always amend as we go (it's only confusing docs 
anyways) , @rhtyd ?


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-www] Humbedooh commented on pull request #84: staging and publishg directives for asf

2021-06-04 Thread GitBox


Humbedooh commented on pull request #84:
URL: https://github.com/apache/cloudstack-www/pull/84#issuecomment-854651478


   For this to apply to the asf-site branch (and thus publish it), it will also 
need to be present in that branch after this PR is merged.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-www] DaanHoogland commented on pull request #84: staging and publishg directives for asf

2021-06-04 Thread GitBox


DaanHoogland commented on pull request #84:
URL: https://github.com/apache/cloudstack-www/pull/84#issuecomment-854652959


   > For this to apply to the asf-site branch (and thus publish it), it will 
also need to be present in that branch after this PR is merged.
   
   yes, that is part of the procedure described in the README. (i just noticed 
an errror in that large chunk of code i submitted here, so I am amending a bit 
;)


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-www] DaanHoogland commented on a change in pull request #84: staging and publishg directives for asf

2021-06-04 Thread GitBox


DaanHoogland commented on a change in pull request #84:
URL: https://github.com/apache/cloudstack-www/pull/84#discussion_r645516434



##
File path: .asf.yaml
##
@@ -0,0 +1,8 @@
+# Staging and publishing profile for yourproject-website.git:
+staging:
+  profile: ~
+  whoami:  master

Review comment:
   ```suggestion
 whoami:  main
   ```




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-www] PaulAngus commented on pull request #84: staging and publish directives for asf

2021-06-04 Thread GitBox


PaulAngus commented on pull request #84:
URL: https://github.com/apache/cloudstack-www/pull/84#issuecomment-854882882


   🤷🏻‍♂️ per the instructions, looks good to me.  We can quickly revert if it 
goes pear-shaped. 


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org