Blame SOURCES/0017-workflow_RHELvmcore-run-analyze_VMcore-too.patch

27390d
From 3578adb47a0de78dc5698c256a8d103857d22c33 Mon Sep 17 00:00:00 2001
27390d
From: Denys Vlasenko <dvlasenk@redhat.com>
27390d
Date: Wed, 27 Nov 2013 13:14:24 +0100
27390d
Subject: [LIBREPORT PATCH 17/17] workflow_RHELvmcore: run analyze_VMcore too
27390d
27390d
analyze_VMcore does the following:
27390d
27390d
* extracts oops from vmcore-dmesg.txt
27390d
  (or from vmcore, if vmcore-dmesg.txt is missing);
27390d
  creates "kernel" element.
27390d
* generates dedup hashes.
27390d
* generates pkg_* elements.
27390d
27390d
These steps probably aren't necessary if we take the usual step
27390d
of running report_RHTSupport: RHTSupport people don't absolutely
27390d
need that data. (However, I did not test whether report_RHTSupport
27390d
actually works w/o analyze_VMcore).
27390d
27390d
But for Machine Check Exceptions, oops extraction is crucial:
27390d
without seeing "backtrace" element, which in this case shows
27390d
MCE message, user won't realize he has a hardware issue,
27390d
and will still contact RHTSupport, only to be told by them,
27390d
after analysis, "look at your CPU/RAM, they seem to be faulty"
27390d
- exactly the scenario we want to avoid (we want user
27390d
to not waste his and RHTSupport's time - the problem is known).
27390d
27390d
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
27390d
27390d
Resolves rhbz#1059651
27390d
27390d
Signed-off-by: Jakub Filak <jfilak@redhat.com>
27390d
---
27390d
 src/workflows/workflow_RHELvmcore.xml.in | 1 +
27390d
 1 file changed, 1 insertion(+)
27390d
27390d
diff --git a/src/workflows/workflow_RHELvmcore.xml.in b/src/workflows/workflow_RHELvmcore.xml.in
27390d
index 20b6989..f2a775d 100644
27390d
--- a/src/workflows/workflow_RHELvmcore.xml.in
27390d
+++ b/src/workflows/workflow_RHELvmcore.xml.in
27390d
@@ -5,6 +5,7 @@
27390d
 
27390d
     <events>
27390d
         <event>collect_*</event>
27390d
+        <event>analyze_VMcore</event>
27390d
         <event>report_RHTSupport</event>
27390d
     </events>
27390d
 </workflow>
27390d
-- 
27390d
1.8.3.1
27390d