growing #threads problem

2017-04-11 Thread Daan Hoogland
Devs, While I am creating a runnable tob e scheduled I ran into a problem. My scheduledJob nevers gets called and looking at the process the number of threads of type “DirectAgent-*” and “DirectAgentCronJob-*” keep growing. My job is scanning for templates in the primary storage and references

Re: growing #threads problem

2017-04-11 Thread Daan Hoogland
My next step is to rebase my change to 4.9 and see if that works. But that is a stab in the dark I must admit. On 11/04/17 09:30, "Daan Hoogland" wrote: Devs, While I am creating a runnable tob e scheduled I ran into a problem. My scheduledJob nevers gets called and looking at the

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

2017-04-11 Thread Nux!
Ilya, Yes, my new images come with $username / password, just like the Centos 5.5 default template. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "ilya" > To: "dev" > Sent: Monday, 10 April, 2017 20:58:32 > Subject: Re: Need help

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

2017-04-11 Thread Rohit Yadav
+1 From: Daan Hoogland Sent: 10 April 2017 21:52:06 To: dev Subject: [VOTE] Apache Cloudstack should join the gitbox experiment. In the Apache foundation an experiment has been going on to host mirrors of Apache project on github with more write access then just

Re: MySQL 5.7 and SQL Mode

2017-04-11 Thread Rohit Yadav
Hi Wido, You're right, MySQL 5.7 has by default strict(er) sql mode enabled. To make CloudStack work with MySQL 5.7, changing the sql mode makes MySQL 5.7 behave like 5.6 with which the mgmt server/usage server should work. Regards. From: Wido den Hollander

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

2017-04-11 Thread ProjectMoon
Github user ProjectMoon commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1908#discussion_r110848709 --- Diff: setup/db/db/schema-4920to41000.sql --- @@ -230,5 +230,11 @@ JOIN `cloud`.`vm_snapshots` s ON (s.service_offering_id = o.id AND s.vm_id = v

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

2017-04-11 Thread ProjectMoon
Github user ProjectMoon commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1908#discussion_r110848750 --- Diff: setup/db/db/schema-4920to41000.sql --- @@ -230,5 +230,11 @@ JOIN `cloud`.`vm_snapshots` s ON (s.service_offering_id = o.id AND s.vm_id = v

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

2017-04-11 Thread ProjectMoon
Github user ProjectMoon commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1908#discussion_r110849362 --- Diff: server/src/com/cloud/network/router/CommandSetupHelper.java --- @@ -848,13 +849,38 @@ public int compare(final PublicIpAddress o1, final P

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

2017-04-11 Thread jayapalu
Github user jayapalu commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1908#discussion_r110854055 --- Diff: setup/db/db/schema-4920to41000.sql --- @@ -230,5 +230,11 @@ JOIN `cloud`.`vm_snapshots` s ON (s.service_offering_id = o.id AND s.vm_id = v.i

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

2017-04-11 Thread jayapalu
Github user jayapalu commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1908#discussion_r110854097 --- Diff: setup/db/db/schema-4920to41000.sql --- @@ -230,5 +230,11 @@ JOIN `cloud`.`vm_snapshots` s ON (s.service_offering_id = o.id AND s.vm_id = v.i

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

2017-04-11 Thread jayapalu
Github user jayapalu commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1908#discussion_r110854129 --- Diff: server/src/com/cloud/network/router/CommandSetupHelper.java --- @@ -848,13 +849,38 @@ public int compare(final PublicIpAddress o1, final Publ

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

2017-04-11 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1879 Thanks @sureshanaparti, since @karuturi is the RM I've avoided merging any PRs. @karuturi if you're busy and need a co-pilot I can help review and merge some outstanding PRs that have enough LGTMs

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

2017-04-11 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1960 @abhinandanprateek Initially I also thought that this is about host HA. But after reading the FS I had doubts and asked about the definition of "host HA". If you refer to the discussion on d

Re: growing #threads problem

2017-04-11 Thread Koushik Das
Check the MS logs to see if there are OOM exceptions due to threads not available. If that’s the case then you may have to adjust nproc limits in /etc/security/limits.conf. On 11/04/17, 1:11 PM, "Daan Hoogland" wrote: My next step is to rebase my change to 4.9 and see if that works. But t

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

2017-04-11 Thread sureshanaparti
Github user sureshanaparti commented on the issue: https://github.com/apache/cloudstack/pull/1879 @karuturi Can you merge this PR. Current base branch is 4.9. Is that OK or Shall I change to master? --- If your project is set up for it, you can reply to this email and have your reply

Re: growing #threads problem

2017-04-11 Thread Daan Hoogland
Nproc == -1 , both soft and hard so unless this is inherited from VMs in nested environments this can’t be the problem Also no strange unexpected exceptions found, only failed connections to hosts during startup and environment configuration. On 11/04/17 12:01, "Koushik Das" wrote: Check

[GitHub] cloudstack pull request #827: BUG-ID: CLOUDSTACK-8849: Usage job should stop...

2017-04-11 Thread yvsubhash
Github user yvsubhash closed the pull request at: https://github.com/apache/cloudstack/pull/827 --- 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 feature

[GitHub] cloudstack issue #827: BUG-ID: CLOUDSTACK-8849: Usage job should stop usage ...

2017-04-11 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/827 Closing this PR --- 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 pull request #1721: CLOUDSTACK-9557 Deploy from VMsnapshot fails ...

2017-04-11 Thread yvsubhash
Github user yvsubhash closed the pull request at: https://github.com/apache/cloudstack/pull/1721 --- 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 feature

[GitHub] cloudstack issue #1664: CLOUDSTACK-8676 Deploy user instance from vm snapsho...

2017-04-11 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/1664 @sateesh-chodapuneedi Please take care of the code change in the following PR as well as i am closing https://github.com/apache/cloudstack/pull/1721 The change is as follows

[GitHub] cloudstack issue #1721: CLOUDSTACK-9557 Deploy from VMsnapshot fails with ex...

2017-04-11 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/1721 Closing this as change would be added to #1664 --- 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 th

[GitHub] cloudstack issue #1953: CLOUDSTACK-9794: Unable to attach more than 14 devic...

2017-04-11 Thread sureshanaparti
Github user sureshanaparti commented on the issue: https://github.com/apache/cloudstack/pull/1953 Changes in the PR #2019. Maximum data volumes supported field, in the _hypervisor_capabilities_ table, should be the attachable data volumes to the VM. This excludes the ROOT dis

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

2017-04-11 Thread Nux!
+1 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Rohit Yadav" > To: "dev" > Sent: Tuesday, 11 April, 2017 09:28:49 > Subject: Re: [VOTE] Apache Cloudstack should join the gitbox experiment. > +1 > > __

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

2017-04-11 Thread ProjectMoon
Github user ProjectMoon commented on the issue: https://github.com/apache/cloudstack/pull/1908 Looks good now. Not sure what's up with Jenkins though. --- 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 n

Re: MySQL 5.7 and SQL Mode

2017-04-11 Thread Wido den Hollander
> Op 11 april 2017 om 10:51 schreef Rohit Yadav : > > > Hi Wido, > > > You're right, MySQL 5.7 has by default strict(er) sql mode enabled. To make > CloudStack work with MySQL 5.7, changing the sql mode makes MySQL 5.7 behave > like 5.6 with which the mgmt server/usage server should work. >

Re: [4.10] VPN disconnected while network changes taken

2017-04-11 Thread Will Stevens
Is this a Site-to-Site VPN connection or the Remote Access VPN that is losing connection when new network configs are introduced? Thanks, *Will STEVENS* Lead Developer On Sat, Apr 8, 2017 at 12:49 AM, Haijiao <18602198...@163.com> wrote: > > > Hi, > > > > We built and t

RE: How are router checks scheduled?

2017-04-11 Thread Sean Lair
Found and fixed at least one issue (4.9.2.0), had to update this file: "/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java" Because "VpcVirtualNetworkApplianceManagerImpl" extends "VirtualNetworkApplianceManagerImpl" When VpcVirtualNetworkApplianceManagerImpl was cr

[GitHub] cloudstack pull request #2036: [CLOUDSTACK-9858] Retirement of midonet plugi...

2017-04-11 Thread rafaelweingartner
GitHub user rafaelweingartner opened a pull request: https://github.com/apache/cloudstack/pull/2036 [CLOUDSTACK-9858] Retirement of midonet plugin (build disabling) Recently there have been two threads asking and discussing the “midonet” integration with Apache CloudStack (ACS)

Re:Re: [4.10] VPN disconnected while network changes taken

2017-04-11 Thread Haijiao
HI, Will It's a Remote Access VPN that losing connection while new network configs introduced. Thanks ! 在2017年04月12 02时26分, "Will Stevens"写道: Is this a Site-to-Site VPN connection or the Remote Access VPN that is losing connection when new network configs are introduced? Thanks, *Will ST

Re: Re: [4.10] VPN disconnected while network changes taken

2017-04-11 Thread Will Stevens
Thanks, I will have a look. *Will STEVENS* Lead Developer On Tue, Apr 11, 2017 at 8:58 PM, Haijiao <18602198...@163.com> wrote: > HI, Will > It's a Remote Access VPN that losing connection while new network configs > introduced. > Thanks ! > > > > > > > 在2017年04月12 02时26

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

2017-04-11 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/2022 ok. merging --- 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

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

2017-04-11 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1879 @rhtyd at this stage, I am not looking at more PRs/features for 4.10. I need help on fixing the blockers for releasing 4.10 --- If your project is set up for it, you can reply to this email a

[GitHub] cloudstack pull request #2022: [dvswitch blocker] CLOUDSTACK-9591: Fix syste...

2017-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/2022 --- 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 feature is

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

2017-04-11 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/2033 @rhtyd Can you add "This closes #1950" to the description of this PR? can you force push to make jenkins happy? @ustcweizhou can you review please? --- If your project is set up

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

2017-04-11 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1908 Jenkins got timed out. I am force pushing again to trigger jenkins. --- 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 proje

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

2017-04-11 Thread Rajani Karuturi
+1 ~ Rajani http://cloudplatform.accelerite.com/ On April 10, 2017 at 9:52 PM, Daan Hoogland (daan.hoogl...@gmail.com) 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 projec

Re: MySQL 5.7 and SQL Mode

2017-04-11 Thread Koushik Das
Hi Wido, Check initDataSource() in TransactionLegacy.java. The connection properties are read from db.properties. -Koushik On 11/04/17, 10:27 PM, "Wido den Hollander" wrote: > Op 11 april 2017 om 10:51 schreef Rohit Yadav : > > > Hi Wido, > > > You're righ

[GitHub] cloudstack issue #2025: [4.10-blocker] Fix error in restart network in 4.10....

2017-04-11 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/2025 merging --- 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 t

[GitHub] cloudstack pull request #2025: [4.10-blocker] Fix error in restart network i...

2017-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/2025 --- 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 feature is

[GitHub] cloudstack issue #1740: CLOUDSTACK-9572 Snapshot on primary storage not clea...

2017-04-11 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/1740 Closing this PR as it is no longer needed --- 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 fea

[GitHub] cloudstack pull request #1740: CLOUDSTACK-9572 Snapshot on primary storage n...

2017-04-11 Thread yvsubhash
Github user yvsubhash closed the pull request at: https://github.com/apache/cloudstack/pull/1740 --- 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 feature

[GitHub] cloudstack issue #1740: CLOUDSTACK-9572 Snapshot on primary storage not clea...

2017-04-11 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/1740 The following ticket is opened for fixing this issue https://issues.apache.org/jira/browse/CLOUDSTACK-9870 --- If your project is set up for it, you can reply to this email and have your r

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

2017-04-11 Thread ustcweizhou
Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/2033 @karuturi LGTM. I did not see big difference from #1950 --- 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