projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't try and tune nr_requests on jakelong
[chef.git]
/
roles
/
jakelong.rb
diff --git
a/roles/jakelong.rb
b/roles/jakelong.rb
index 3e2f23903c251f085ff2ac61cae9ab99516542f0..1c3a3a415eb5fba40444de4585f206f7b522d366 100644
(file)
--- a/
roles/jakelong.rb
+++ b/
roles/jakelong.rb
@@
-39,7
+39,6
@@
default_attributes(
:hdd_tune => {
:comment => "Tune the queue for improved performance",
:parameters => {
- "block/xvda/queue/nr_requests" => "128",
"block/xvda/queue/scheduler" => "deadline"
}
}