-
Notifications
You must be signed in to change notification settings - Fork 1
Adjust neighbour table thresholds (bsc#1035923) #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: stable/sap/3.0
Are you sure you want to change the base?
Adjust neighbour table thresholds (bsc#1035923) #44
Conversation
houndci-bot
left a comment
There was a problem hiding this 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.ymlAlignWithhas been renamed toEnforcedStyleAlignWith
|
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 |
There was a problem hiding this comment.
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.
houndci-bot
left a comment
There was a problem hiding this 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.ymlAlignWithhas been renamed toEnforcedStyleAlignWith
|
tested on my mkcloud, works @vuntz another review please? |
vuntz
left a comment
There was a problem hiding this 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.
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.