From: Tom Hughes Date: Wed, 6 Nov 2013 18:36:36 +0000 (+0000) Subject: Disable mptsas status reporting for now X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4bb5cdcc5d392db7cbe59e71d2b448f1f146a434 Disable mptsas status reporting for now The only machine we have with such a controller doesn't have any disks attached to it, which causes bogus status updates. --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 837e1e9b0..a81e0966c 100644 --- 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"] ||= []