Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
network
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
network
Commits
f6ecb337
Commit
f6ecb337
authored
5 years ago
by
Lars Beckers
Browse files
Options
Downloads
Patches
Plain Diff
networkd: compensate a changed default of systemd
parent
e10263b7
No related branches found
No related tags found
No related merge requests found
Pipeline
#1583
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
networkd/tasks/bond.yml
+7
-0
7 additions, 0 deletions
networkd/tasks/bond.yml
networkd/templates/modprobe.conf.j2
+4
-0
4 additions, 0 deletions
networkd/templates/modprobe.conf.j2
with
11 additions
and
0 deletions
networkd/tasks/bond.yml
+
7
−
0
View file @
f6ecb337
...
...
@@ -14,6 +14,13 @@
copy
:
content
:
"
8021q"
dest
:
/etc/modules-load.d/bond.conf
-
name
:
ensure systemd does not override a default option
template
:
src
:
modprobe.conf.j2
dest
:
/etc/modprobe.d/systemd-override.conf
owner
:
root
group
:
root
mode
:
'
0644'
-
name
:
ensure bond netdev is configured
template
:
src
:
bond.netdev.j2
...
...
This diff is collapsed.
Click to expand it.
networkd/templates/modprobe.conf.j2
0 → 100644
+
4
−
0
View file @
f6ecb337
# since buster systemd sets max_bonds=0
# but we have configured bonding quite heavily
# internet says that 1 is default
options bonding max_bonds=1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment