Adjust neighbour table thresholds (bsc#1035923)#44
Open
matelakat wants to merge 1 commit intosap-oc:stable/sap/3.0from
matelakat:adjust-neighbour-table-overflow
Open
Adjust neighbour table thresholds (bsc#1035923)#44matelakat wants to merge 1 commit intosap-oc:stable/sap/3.0from matelakat:adjust-neighbour-table-overflow
matelakat wants to merge 1 commit intosap-oc:stable/sap/3.0from
matelakat:adjust-neighbour-table-overflow
Conversation
houndci-bot
reviewed
Jun 2, 2017
houndci-bot
left a comment
There was a problem hiding this comment.
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.ymlAlignWithhas been renamed toEnforcedStyleAlignWith
Author
|
I need to move it to common_agent. |
vuntz
reviewed
Jun 2, 2017
| code "/sbin/sysctl -e -q -p #{neighbour_table_overflow_file}" | ||
| action :nothing | ||
| subscribes :run, resources(cookbook_file: neighbour_table_overflow_file), :delayed | ||
| end |
There was a problem hiding this comment.
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.
houndci-bot
reviewed
Jun 2, 2017
houndci-bot
left a comment
There was a problem hiding this comment.
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.ymlAlignWithhas been renamed toEnforcedStyleAlignWith
Author
|
tested on my mkcloud, works @vuntz another review please? |
vuntz
approved these changes
Jun 2, 2017
vuntz
left a comment
There was a problem hiding this comment.
Please forward port to upstream master.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When having too many routers on a network node, we have seen messages in
the kernel log, like:
And experiencing ping returning:
This change adds some settings to increase the garbage collector's
thresholds.