From 4bb5cdcc5d392db7cbe59e71d2b448f1f146a434 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 6 Nov 2013 18:36:36 +0000 Subject: [PATCH] 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. --- cookbooks/hardware/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] ||= [] -- 2.43.2