]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/templates/default/ohai.rb.erb
Handle HP arrays in interim recovery mode
[chef.git] / cookbooks / hardware / templates / default / ohai.rb.erb
index 5d4d86c56fad592583ffcb757f26785dc5c45659..63f4806d93dd971769c4fb759c73f3235f917421 100644 (file)
@@ -379,6 +379,7 @@ Ohai.plugin(:Hardware) do
       elsif array && line =~ /^         Status:\s+(.*\S)\s*$/
         case Regexp.last_match(1)
         when "OK" then array[:status] = "optimal"
+        when "Interim Recovery Mode" then array[:status] = "degraded"
         else array[:status] = "unknown"
         end
       elsif array && line =~ /^         (\S[^:]+):\s+(.*\S)\s*$/