You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "Jeff Elsloo (JIRA)" <ji...@apache.org> on 2017/02/06 21:35:41 UTC

[jira] [Updated] (TC-136) Interface speed unknown in astats on CentOS Linux kernel 3.10.0-514

     [ https://issues.apache.org/jira/browse/TC-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Elsloo updated TC-136:
---------------------------
    Description: 
CentOS 7.2 ships with kernel 3.10.0-327, while 7.3 has 3.10.0-514. The former provides one way to find slave interfaces via sysfs:
{code}/sys/class/net/<bond>/slave_<enslaved_interface>{code}
...while the latter provides another:
{code}/sys/class/net/<bond>/lower_<enslaved_interface>{code}

A bug in astats is causing us to skip the easiest means of obtaining the speed, falling through to one that is known to work only with 3.10.0-327 and prior kernels.

  was:
CentOS 7.2 ships with kernel 3.10.0-327, while 7.3 has 3.10.0-514. The former provides one way to find slave interfaces via sysfs ({code}/sys/class/net/<bond>/slave_<enslaved_interface>{code}) while the latter provides another ({code}/sys/class/net/<bond>/lower_<enslaved_interface>{code}).

A bug in astats is causing us to skip the easiest means of obtaining the speed, falling through to one that is known to work only with 3.10.0-327 and prior kernels.


> Interface speed unknown in astats on CentOS Linux kernel 3.10.0-514
> -------------------------------------------------------------------
>
>                 Key: TC-136
>                 URL: https://issues.apache.org/jira/browse/TC-136
>             Project: Traffic Control
>          Issue Type: Bug
>          Components: Traffic Server Plugin - astats_over_http
>    Affects Versions: 1.8.0
>            Reporter: Jeff Elsloo
>
> CentOS 7.2 ships with kernel 3.10.0-327, while 7.3 has 3.10.0-514. The former provides one way to find slave interfaces via sysfs:
> {code}/sys/class/net/<bond>/slave_<enslaved_interface>{code}
> ...while the latter provides another:
> {code}/sys/class/net/<bond>/lower_<enslaved_interface>{code}
> A bug in astats is causing us to skip the easiest means of obtaining the speed, falling through to one that is known to work only with 3.10.0-327 and prior kernels.



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