projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13aeb5f
)
Disable mptsas status reporting for now
author
Tom Hughes
<tom@compton.nu>
Wed, 6 Nov 2013 18:36:36 +0000
(18:36 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 6 Nov 2013 18:36:52 +0000
(18:36 +0000)
The only machine we have with such a controller doesn't have any
disks attached to it, which causes bogus status updates.
cookbooks/hardware/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/hardware/recipes/default.rb
b/cookbooks/hardware/recipes/default.rb
index 837e1e9b06d9a8d5aad4ef0ad8c65b3d410b73af..a81e0966c3df05dc6385f30dfdf0ee6df2555e89 100644
(file)
--- a/
cookbooks/hardware/recipes/default.rb
+++ b/
cookbooks/hardware/recipes/default.rb
@@
-154,7
+154,7
@@
node[:kernel][:modules].each_key do |modname|
status_packages["cciss-vol-status"] ||= []
when "mptsas"
tools_packages << "lsiutil"
- status_packages["mpt-status"] ||= []
+
#
status_packages["mpt-status"] ||= []
when "mpt2sas"
tools_packages << "sas2ircu"
status_packages["sas2ircu-status"] ||= []