[GitHub] cloudstack issue #1879: CLOUDSTACK-9719: [VMware] VR loses DHCP settings and...

2017-04-10 Thread sureshanaparti
Github user sureshanaparti commented on the issue: https://github.com/apache/cloudstack/pull/1879 @rhtyd This PR has 2 LGTMs, is targeted to 4.9. Can you merge this PR to 4.9 or Shall I change the base branch to master? --- If your project is set up for it, you can reply to this emai

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Marc-Aurèle Brothier
+1 On Tue, Apr 11, 2017 at 7:38 AM, Wido den Hollander wrote: > +1 > > > Op 10 april 2017 om 18:22 schreef Daan Hoogland >: > > > > > > In the Apache foundation an experiment has been going on to host > > mirrors of Apache project on github with more write access then just > > to the mirror-bot

[GitHub] cloudstack issue #2022: [dvswitch blocker] CLOUDSTACK-9591: Fix systemvmtemp...

2017-04-10 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/2022 I don't think BO tests failures are related to this change. I think this is ready to merge. cc: @karuturi --- If your project is set up for it, you can reply to this email and have y

[GitHub] cloudstack pull request #1908: CLOUDSTACK-9317: Fixed disable static nat on ...

2017-04-10 Thread jayapalu
Github user jayapalu commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1908#discussion_r110818988 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -625,15 +627,20 @@ protected Execut

Re: MySQL 5.7 and SQL Mode

2017-04-10 Thread Wido den Hollander
> Op 10 april 2017 om 18:20 schreef Rafael Weingärtner > : > > > I noticed this problem on CentOS 7. > It seems that by default the mysql 5.6, comes with sql_mode = "" (at least > in my Ubuntu installation); while on 5.7, it comes with quite some > restrictions. > I set it to the default of 5.6

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Wido den Hollander
+1 > Op 10 april 2017 om 18:22 schreef Daan Hoogland : > > > In the Apache foundation an experiment has been going on to host > mirrors of Apache project on github with more write access then just > to the mirror-bot. For those projects committers can merge on github > and put labels on PRs. >

RE: How are router checks scheduled?

2017-04-10 Thread Sean Lair
Yep! Exactly, we have that issue too. I am testing a possible fix right now, I'll let you know how it goes! -Original Message- From: Simon Weller [mailto:swel...@ena.com] Sent: Monday, April 10, 2017 5:26 PM To: dev@cloudstack.apache.org Subject: Re: How are router checks scheduled? W

Re: How are router checks scheduled?

2017-04-10 Thread Simon Weller
We've seen something very similar. By any chance, are you seeing any strange cpu load issues that grow over time as well? Our team has been chasing down an issue that appears to be related to s2s vpn checks, where a race condition seems to occur that threads out the cpu over time. __

Re: How are router checks scheduled?

2017-04-10 Thread Simon Weller
We've seen something very similar. By any chance, are you seeing any strange cpu load issues that grow over time? Our team has been chasing down an issue that appears to be related to s2s vpn checks, where a race condition seems to occur that threads out the cpu over time. __

RE: How are router checks scheduled?

2017-04-10 Thread Sean Lair
I do have two mgmt servers, but I have one powered off. The log excerpt is from one management server. This can be checked in the environment by running: cat /var/log/cloudstack/management/management-server.log | grep "routers to update status" This is happening both in prod and our dev envir

RE: How are router checks scheduled?

2017-04-10 Thread Simon Weller
Do you have 2 management servers? Simon Weller/615-312-6068 -Original Message- From: Sean Lair [sl...@ippathways.com] Received: Monday, 10 Apr 2017, 2:54PM To: dev@cloudstack.apache.org [dev@cloudstack.apache.org] Subject: How are router checks scheduled? According to my management serve

How are router checks scheduled?

2017-04-10 Thread Sean Lair
According to my management server logs, some of the period checks are getting kicked off twice at the same time. The CheckRouterTask is kicked off every 30-seconds, but each time it is ran, it is ran twice at the same second... See logs below for example: 2017-04-10 21:48:12,879 DEBUG [c.c.n.

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread ilya
+1 On 4/10/17 9:22 AM, Daan Hoogland wrote: > In the Apache foundation an experiment has been going on to host > mirrors of Apache project on github with more write access then just > to the mirror-bot. For those projects committers can merge on github > and put labels on PRs. > > I move to have

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-04-10 Thread ilya
Nux FYI - i had a simalar issue - the password was not set properly (or at all). I tracked it down to VR problem on 4.5. with ubuntu images/ If possible, please enable static username password please if password update via cloudstack fails. Thanks ilya On 3/31/17 1:08 PM, Nux! wrote: > Hm, ok,

Re: MySQL 5.7 and SQL Mode

2017-04-10 Thread Wei ZHOU
We had this issue, and made same change as you said. We also add it to chef cookbook. 2017年4月10日星期一,Wido den Hollander 写道: > Hi, > > While testing with Ubuntu 16.04 and CloudStack 4.10 (from master) I've ran > into this error on the management server: > > com.mysql.jdbc.exceptions.jdbc4.MySQLS

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Wei ZHOU
+1 2017年4月10日星期一,Daan Hoogland 写道: > In the Apache foundation an experiment has been going on to host > mirrors of Apache project on github with more write access then just > to the mirror-bot. For those projects committers can merge on github > and put labels on PRs. > > I move to have the proj

RE: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Simon Weller
+1 Simon Weller/615-312-6068 -Original Message- From: Daan Hoogland [daan.hoogl...@gmail.com] Received: Monday, 10 Apr 2017, 9:22AM To: dev [dev@cloudstack.apache.org] Subject: [VOTE] Apache Cloudstack should join the gitbox experiment. In the Apache foundation an experiment has been goi

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-04-10 Thread Syed Ahmed
Hi Nux, It is working now. Thanks for fixing it! Thanks, -Syed On Thu, Apr 6, 2017 at 3:08 AM, Nux! wrote: > Syed, > > Can you try this and let me know if it works better? > http://jenkins.openvm.eu/cloudstack/centos/x86_64/centos-7-vmware.ova > > I've removed NetworkManager > > -- > Sent fro

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Syed Ahmed
+1 On Mon, Apr 10, 2017 at 1:42 PM, Gabriel Beims Bräscher < gabrasc...@gmail.com> wrote: > +1 > > 2017-04-10 14:36 GMT-03:00 Milamber : > > > +1 > > > > PS. The ASF Gitbox experiment : https://gitbox.apache.org/repos/asf > > > > PS2. This is a technical vote, so committers and PMC can votes. > >

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Gabriel Beims Bräscher
+1 2017-04-10 14:36 GMT-03:00 Milamber : > +1 > > PS. The ASF Gitbox experiment : https://gitbox.apache.org/repos/asf > > PS2. This is a technical vote, so committers and PMC can votes. > > > On 10/04/2017 17:22, Daan Hoogland wrote: > >> In the Apache foundation an experiment has been going on t

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Milamber
+1 PS. The ASF Gitbox experiment : https://gitbox.apache.org/repos/asf PS2. This is a technical vote, so committers and PMC can votes. On 10/04/2017 17:22, Daan Hoogland wrote: In the Apache foundation an experiment has been going on to host mirrors of Apache project on github with more write

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Rafael Weingärtner
+1 On Mon, Apr 10, 2017 at 1:15 PM, Rene Moser wrote: > On 04/10/2017 06:22 PM, Daan Hoogland wrote: > > In the Apache foundation an experiment has been going on to host > > mirrors of Apache project on github with more write access then just > > to the mirror-bot. For those projects committers

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Rene Moser
On 04/10/2017 06:22 PM, Daan Hoogland wrote: > In the Apache foundation an experiment has been going on to host > mirrors of Apache project on github with more write access then just > to the mirror-bot. For those projects committers can merge on github > and put labels on PRs. > > I move to have

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Will Stevens
+1 *Will STEVENS* Lead Developer On Mon, Apr 10, 2017 at 12:22 PM, Daan Hoogland wrote: > In the Apache foundation an experiment has been going on to host > mirrors of Apache project on github with more write access then just > to the mirror-bot. For those projects comm

[GitHub] cloudstack issue #2022: [dvswitch blocker] CLOUDSTACK-9591: Fix systemvmtemp...

2017-04-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/2022 Trillian test result (tid-988) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 33021 seconds Marvin logs: https://github.com/blueoranguta

[VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Daan Hoogland
In the Apache foundation an experiment has been going on to host mirrors of Apache project on github with more write access then just to the mirror-bot. For those projects committers can merge on github and put labels on PRs. I move to have the project added to the gitbox experiment please cast yo

Re: MySQL 5.7 and SQL Mode

2017-04-10 Thread Rafael Weingärtner
I noticed this problem on CentOS 7. It seems that by default the mysql 5.6, comes with sql_mode = "" (at least in my Ubuntu installation); while on 5.7, it comes with quite some restrictions. I set it to the default of 5.6, it would be nice though to see if we can improve our SQLs to comply with th

Re: MySQL 5.7 and SQL Mode

2017-04-10 Thread Rene Moser
Hi Wido On 04/10/2017 05:00 PM, Wido den Hollander wrote: > Hi, > > While testing with Ubuntu 16.04 and CloudStack 4.10 (from master) I've ran > into this error on the management server: > > com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #1 of > SELECT list is not in GRO

MySQL 5.7 and SQL Mode

2017-04-10 Thread Wido den Hollander
Hi, While testing with Ubuntu 16.04 and CloudStack 4.10 (from master) I've ran into this error on the management server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'cloud.i.id' which is not

[GitHub] cloudstack issue #2033: [master/4.10+] CLOUDSTACK-9462: Support for Ubuntu 1...

2017-04-10 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/2033 LGTM Just tested on Ubuntu 16.04 and works --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have thi

[GitHub] cloudstack issue #2030: WIP: CLOUDSTACK-9864 cleanup stale worker VMs after ...

2017-04-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/2030 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-632 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project d

[GitHub] cloudstack issue #2030: WIP: CLOUDSTACK-9864 cleanup stale worker VMs after ...

2017-04-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/2030 @borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your re

[GitHub] cloudstack issue #2030: WIP: CLOUDSTACK-9864 cleanup stale worker VMs after ...

2017-04-10 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/2030 @blueorangutan package --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled an

[GitHub] cloudstack issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA pr...

2017-04-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1960 @koushik-das sorry could not get back to you earlier as I was busy with other work. I've replied on the ML thread to address several queries [1] that lists the advantages of this host-ha framework

[GitHub] cloudstack issue #2026: CLOUDSTACK-9861: Expire VM snapshots after configure...

2017-04-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/2026 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-631 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project d

[GitHub] cloudstack issue #2027: Activate NioTest following changes in CLOUDSTACK-934...

2017-04-10 Thread marcaurele
Github user marcaurele commented on the issue: https://github.com/apache/cloudstack/pull/2027 @rhtyd I moved the PR against 4.9 and rebased the changes --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] cloudstack pull request #1826: CLOUDSTACK-9675: Cloudstack Metrics Miscellan...

2017-04-10 Thread rashmidixit
Github user rashmidixit closed the pull request at: https://github.com/apache/cloudstack/pull/1826 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] cloudstack issue #1826: CLOUDSTACK-9675: Cloudstack Metrics Miscellaneous bu...

2017-04-10 Thread rashmidixit
Github user rashmidixit commented on the issue: https://github.com/apache/cloudstack/pull/1826 Closing this since #1944 has been merged. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this f

[GitHub] cloudstack issue #2026: CLOUDSTACK-9861: Expire VM snapshots after configure...

2017-04-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/2026 @PaulAngus a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack issue #2026: CLOUDSTACK-9861: Expire VM snapshots after configure...

2017-04-10 Thread PaulAngus
Github user PaulAngus commented on the issue: https://github.com/apache/cloudstack/pull/2026 @blueorangutan package --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wi

[GitHub] cloudstack issue #2026: CLOUDSTACK-9861: Expire VM snapshots after configure...

2017-04-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/2026 Lgtm --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] cloudstack pull request #2026: CLOUDSTACK-9861: Expire VM snapshots after co...

2017-04-10 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/2026#discussion_r110594291 --- Diff: setup/db/db/schema-4920to41000.sql --- @@ -232,3 +232,5 @@ WHERE (o.cpu is null AND o.speed IS NULL AND o.ram_size IS NULL) AND

[GitHub] cloudstack issue #2022: [dvswitch blocker] CLOUDSTACK-9591: Fix systemvmtemp...

2017-04-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/2022 @blueorangutan test --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] cloudstack issue #2022: [dvswitch blocker] CLOUDSTACK-9591: Fix systemvmtemp...

2017-04-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/2022 @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests --- If your project is set up for it, you can reply to this email and have your reply ap