Urgent Question at VPC router:

2015-08-16 Thread anil lakineni
Hi All, I have a web server inside cloud VPC, It usually getting 2500 user hits on average at every time But I need to increase the user connections for ex: 5000 hits on web server. Do you have any idea that I should change some configurations at VPC vR in order to achieve my requirement.? Else,

Re: Urgent Question at VPC router:

2015-08-16 Thread Simon Weller
Anil, Do you actually have a problem, or are you asking whether the VR is capable of scaling to your required connection level? If you're experiencing problems, can you provide some more information in terms of logging from the VR? Are you hitting HAProxy connection limits, or iptables conntrac

RE: Urgent Question at VPC router:

2015-08-16 Thread srinivas niddapu
Hello, Need info based on Anil requirement. vRouter / VPC maximum connections limit? Is Unlimited connections supports? Please share us info regarding max/min values (IPsec tunnels/VLANs/sessions/ACL rules). Thanks, Srini. -Original Message- From: Simon Weller [mailto:swel...@ena.co

Re: Urgent Question at VPC router:

2015-08-16 Thread Simon Weller
Srini/Anil, The answer is, it depends. You can greatly scale the VRs by adding additional cores and additional memory. The VRs are running Debian linux as a base, so any limitations would be the same as the Debian distro. In terms of IPSEC deployment, any software based IPSEC solution isn't goi

[GitHub] cloudstack pull request: Fixed Coverity issue "Dereference null re...

2015-08-16 Thread mike-tutkowski
Github user mike-tutkowski commented on the pull request: https://github.com/apache/cloudstack/pull/630#issuecomment-131671852 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 featur

Re: [GitHub] cloudstack pull request: Quota master

2015-08-16 Thread Abhinandan Prateek
Kishan, With your familiarity with usage, I think it makes sense to review this plugin. Regards, -abhi > On 13-Aug-2015, at 6:29 pm, DaanHoogland wrote: > > Github user DaanHoogland commented on the pull request: > >https://github.com/apache/cloudstack/pull/689#issuecomment-130661556 > >

[GitHub] cloudstack pull request: Allow VM snapshots and volume snapshots t...

2015-08-16 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/672#issuecomment-131674635 @remibergsma Updated the description with bug link. These commits covers only second part i.e. allowing volume and VM snapshots to exist together. --- If your p

[GitHub] cloudstack pull request: Removed duplicate code in CitrixResourceB...

2015-08-16 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/700#issuecomment-131674848 LGTM. Please squash the commits before merge. Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] cloudstack pull request: CLOUDSTACK-8669: create volume failed due...

2015-08-16 Thread karuturi
Github user karuturi commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/695#discussion_r37157665 --- Diff: vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareContext.java --- @@ -375,6 +377,18 @@ public void uploadFile(String urlString, File loc

Re: marvin

2015-08-16 Thread Abhinandan Prateek
Thanks Santhosh ! > On 14-Aug-2015, at 8:35 pm, Santhosh Edukulla > wrote: > > 1, If you have run cloudstack build with required profile, post that go to > tools/marvin directory and run "python setup.py install", this > should install marvin on your machine. > > 2, If we want to create tar.gz f

[GitHub] cloudstack pull request: This branch implements the CSV and native...

2015-08-16 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/351#issuecomment-131678148 Updated the code as per review comments --- 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 pr

[GitHub] cloudstack pull request: This branch implements the CSV and native...

2015-08-16 Thread devdeep
Github user devdeep commented on the pull request: https://github.com/apache/cloudstack/pull/351#issuecomment-131683283 Changes looks good to me. @remibergsma Are you ok with these changes? I'll go ahead and merge them then. --- If your project is set up for it, you can reply to this

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2015-08-16 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/669#issuecomment-131683677 @sedukull , Can you give a LGTM now? --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-8726 : Automation for Quickly ...

2015-08-16 Thread sanju1010
Github user sanju1010 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/683#discussion_r37160117 --- Diff: test/integration/component/test_simultaneous_volume_attach.py --- @@ -0,0 +1,255 @@ +# Licensed to the Apache Software Foundation (ASF) und

[GitHub] cloudstack pull request: Fixed Coverity issue "Dereference null re...

2015-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/630 --- 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 pull request: Allow VM snapshots and volume snapshots t...

2015-08-16 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/672#issuecomment-131698325 @anshul1886 Thanks for the info. If this is the second part, is the first part already merged? If so, what was the PR nr? What would be a good way to tes

[GitHub] cloudstack pull request: CLOUDSTACK-8727: API call listVirtualMach...

2015-08-16 Thread kansal
Github user kansal commented on the pull request: https://github.com/apache/cloudstack/pull/685#issuecomment-131699503 @kishankavala @DaanHoogland @sedukull The API level check was already in place but was not working because the check was done on the public key passed from user befor