Bug 1283693 - RFE: Collect rabbitmq report(s) by default
Summary: RFE: Collect rabbitmq report(s) by default
Keywords:
Status: CLOSED DUPLICATE of bug 1310433
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: sos
Version: 7.0 (Kilo)
Hardware: x86_64
OS: Linux
high
high
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Lee Yarwood
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
: 1283694 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-19 15:27 UTC by Lars Kellogg-Stedman
Modified: 2016-03-14 12:02 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-21 14:45:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lars Kellogg-Stedman 2015-11-19 15:27:54 UTC
The diagnostic information collected by sosreport does not currently included information necessary for debugging rabbitmq problems.  This almost invariably results in multiple round-trips to the customer as we ask them to provide the output of various commands.

For our OpenStack deployments we should be collecting, by default, at least the output of "rabbitmqctl report", and possibly the output of the various "rabbitmqctl list_*" commands.

Comment 2 Lee Yarwood 2015-11-19 16:05:00 UTC
*** Bug 1283694 has been marked as a duplicate of this bug. ***

Comment 3 Lee Yarwood 2015-11-19 16:33:14 UTC
(In reply to Lars Kellogg-Stedman from comment #0)
> The diagnostic information collected by sosreport does not currently
> included information necessary for debugging rabbitmq problems.  This almost
> invariably results in multiple round-trips to the customer as we ask them to
> provide the output of various commands.
> 
> For our OpenStack deployments we should be collecting, by default, at least
> the output of "rabbitmqctl report", and possibly the output of the various
> "rabbitmqctl list_*" commands.

Thanks for the report Lars, did you see this when running sos on an OSP 5 or 6 environment? Are you able to provide the version of sos you were using etc?

I ask as `rabbitmqctl report` should be collected with the forked versions of sos we currently ship with RHEL OSP 7 and plan to provide for OSP 5 & 6 shortly.

As for the `rabbitmqctl list_*` commands my understanding is that a report should already contain all of the data provided by these commands. If that isn't the case would you mind providing some examples and I'll get these added to the rabbitmq plugin.

Comment 4 Bryn M. Reeves 2015-11-19 16:47:50 UTC
Upstream does this (in addition to logs & config):

    def setup(self):
        self.add_cmd_output("rabbitmqctl report")
        self.add_cmd_output("rabbitmqctl cluster_status")
        self.add_cmd_output("rabbitmqctl list_policies")

Is that sufficient?

Comment 5 Lars Kellogg-Stedman 2015-11-20 19:27:33 UTC
Sure.  This request stemmed from a recent customer engagement in which we weren't getting any rabbitmq data, but the customer is running OSP 5 so that would explain it.

I guess getting these changes released in OSP 5 would make everybody happy.

Comment 6 Lee Yarwood 2016-02-21 14:45:53 UTC
Apologies for the delay here, I'm closing this out as a duplicate of BZ#1310433 where I'll chase to get an updated version of sos into OSP 5 for RHEL 7 hosts.

*** This bug has been marked as a duplicate of bug 1310433 ***


Note You need to log in before you can comment on or make changes to this bug.