Skip to content

Conversation

@matelakat
Copy link

When having too many routers on a network node, we have seen messages in
the kernel log, like:

net_ratelimit: 26 callbacks suppressed

And experiencing ping returning:

ping: sendmsg: Invalid argument

This change adds some settings to increase the garbage collector's
thresholds.

Copy link

@houndci-bot houndci-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

/tmp/d20170602-9672-svzueq/.rubocop.yml: Style/AlignHash has the wrong namesp...
/tmp/d20170602-9672-svzueq/.rubocop.yml: Style/AlignHash has the wrong namespace - should be Layout
/tmp/d20170602-9672-svzueq/.rubocop.yml: Style/AlignParameters has the wrong namespace - should be Layout
/tmp/d20170602-9672-svzueq/.rubocop.yml: Style/EmptyLinesAroundBlockBody has the wrong namespace - should be Layout
/tmp/d20170602-9672-svzueq/.rubocop.yml: Style/MultilineOperationIndentation has the wrong namespace - should be Layout
Error: obsolete parameter RunRailsCops (for AllCops) found in /tmp/d20170602-9672-svzueq/.rubocop.yml
Use the following configuration instead:
Rails:
Enabled: true
obsolete parameter AlignWith (for Lint/EndAlignment) found in /tmp/d20170602-9672-svzueq/.rubocop.yml
AlignWith has been renamed to EnforcedStyleAlignWith

@matelakat
Copy link
Author

I need to move it to common_agent.

code "/sbin/sysctl -e -q -p #{neighbour_table_overflow_file}"
action :nothing
subscribes :run, resources(cookbook_file: neighbour_table_overflow_file), :delayed
end
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we also want that on compute nodes? (in case DVR is used)

So that'd be more like in common_agent.rb.

When having too many routers on a network node, we have seen messages in
the kernel log, like:

    net_ratelimit: 26 callbacks suppressed

And experiencing ping returning:

    ping: sendmsg: Invalid argument

This change adds some settings to increase the garbage collector's
thresholds.
Copy link

@houndci-bot houndci-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

/tmp/d20170602-30122-w20f85/.rubocop.yml: Style/AlignHash has the wrong names...
/tmp/d20170602-30122-w20f85/.rubocop.yml: Style/AlignHash has the wrong namespace - should be Layout
/tmp/d20170602-30122-w20f85/.rubocop.yml: Style/AlignParameters has the wrong namespace - should be Layout
/tmp/d20170602-30122-w20f85/.rubocop.yml: Style/EmptyLinesAroundBlockBody has the wrong namespace - should be Layout
/tmp/d20170602-30122-w20f85/.rubocop.yml: Style/MultilineOperationIndentation has the wrong namespace - should be Layout
Error: obsolete parameter RunRailsCops (for AllCops) found in /tmp/d20170602-30122-w20f85/.rubocop.yml
Use the following configuration instead:
Rails:
Enabled: true
obsolete parameter AlignWith (for Lint/EndAlignment) found in /tmp/d20170602-30122-w20f85/.rubocop.yml
AlignWith has been renamed to EnforcedStyleAlignWith

@matelakat
Copy link
Author

tested on my mkcloud, works @vuntz another review please?

Copy link

@vuntz vuntz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please forward port to upstream master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants