projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tune bonding on odin
[chef.git]
/
roles
/
odin.rb
diff --git
a/roles/odin.rb
b/roles/odin.rb
index dc5a612d36b2e963cef54edb5094a577ae2e960e..aa5700e32aa62bcb3c6107c8817c25d3f98880b4 100644
(file)
--- a/
roles/odin.rb
+++ b/
roles/odin.rb
@@
-12,6
+12,10
@@
default_attributes(
:prefix => "23",
:gateway => "130.225.254.97",
:bond => {
+ :mode => "802.3ad",
+ :miimon => "100",
+ :xmithashpolicy => "layer3+4",
+ :lacprate => "fast",
:slaves => %w[eno1 eno2]
}
},