commit 706ca1cc698ceaeaf36d60f4cd83ea9691fa7667
Author: Andrew Beekhof <andrew@beekhof.net>
Date: Wed Aug 14 12:13:01 2013 +1000
Fix: crm_report: Collect corosync quorum data
diff --git a/tools/report.collector b/tools/report.collector
index 41ff00a..00bd319 100644
--- a/tools/report.collector
+++ b/tools/report.collector
@@ -662,6 +662,7 @@ case $cluster in
*objctl) $tool -a > corosync.dump 2>/dev/null;;
*cmapctl) $tool > corosync.dump 2>/dev/null;;
esac
+ corosync-quorumtool -s -i > corosync.quorum
;;
esac