[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2017-02-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863548#comment-15863548
 ] 

ASF subversion and git services commented on CLOUDSTACK-9715:
-

Commit dbb2193641cfee18a74082a7697dbcc4e2f20892 in cloudstack's branch 
refs/heads/master from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=dbb2193 ]

Merge pull request #1876 from Accelerite/somaxconn

CLOUDSTACK-9715: Update somaxconn value to default valueUpdated the somaxconn 
value to detault value 65535

* pr/1876:
  CLOUDSTACK-9715: Update somaxconn value to default value

Signed-off-by: Rajani Karuturi 


> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2017-02-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863547#comment-15863547
 ] 

ASF subversion and git services commented on CLOUDSTACK-9715:
-

Commit 45c3d94d83cc70a80f493f2de62406853f06d6ac in cloudstack's branch 
refs/heads/master from Jayapal
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=45c3d94 ]

CLOUDSTACK-9715: Update somaxconn value to default value


> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2017-02-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863461#comment-15863461
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9715:


Github user karuturi commented on the issue:

https://github.com/apache/cloudstack/pull/1876
  
merging. simple config change.


> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2017-02-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863537#comment-15863537
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9715:


Github user karuturi commented on the issue:

https://github.com/apache/cloudstack/pull/1876
  
travis failure not related. merging


> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2017-02-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863550#comment-15863550
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9715:


Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/1876


> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2017-02-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863549#comment-15863549
 ] 

ASF subversion and git services commented on CLOUDSTACK-9715:
-

Commit dbb2193641cfee18a74082a7697dbcc4e2f20892 in cloudstack's branch 
refs/heads/master from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=dbb2193 ]

Merge pull request #1876 from Accelerite/somaxconn

CLOUDSTACK-9715: Update somaxconn value to default valueUpdated the somaxconn 
value to detault value 65535

* pr/1876:
  CLOUDSTACK-9715: Update somaxconn value to default value

Signed-off-by: Rajani Karuturi 


> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2016-12-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15786952#comment-15786952
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9715:


Github user bvbharatk commented on the issue:

https://github.com/apache/cloudstack/pull/1876
  
LGTM


> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2016-12-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785389#comment-15785389
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9715:


Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1876
  
LGTM


> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

2016-12-29 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785021#comment-15785021
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9715:


GitHub user jayapalu opened a pull request:

https://github.com/apache/cloudstack/pull/1876

CLOUDSTACK-9715: Update somaxconn value to default value

Updated the somaxconn value to detault value 65535

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Accelerite/cloudstack somaxconn

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1876.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1876


commit 94777f53330e6d7244334294df9dc575fd2678dc
Author: Jayapal 
Date:   2016-12-29T10:09:53Z

CLOUDSTACK-9715: Update somaxconn value to default value




> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
> -
>
> Key: CLOUDSTACK-9715
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Network Devices
>Affects Versions: 4.10.0.0
>Reporter: Jayapal Reddy
>Assignee: Jayapal Reddy
> Fix For: 4.10.0.0
>
>
> "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.
> We checked the parameter of "somaxconn" in the virtual router. 
> # cat /proc/sys/net/net/core/somaxconn 
> 128 
> And we checked the file "sysctl.conf" in virtual router. 
> # cat /etc/sysctl.conf | grep somaxconn 
> net.core.somaxconn=100 
> #sysctl -p # output
> .
> sysctl: setting key "net.core.somaxconn": Invalid argument
> net.core.somaxconn = 100
> ..



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)