[sos-devel] [PATCH] powerpc: Collect more debug files for PowerNV platform

Bryn M. Reeves bmr at redhat.com
Tue Mar 11 12:23:15 UTC 2014


On 03/11/2014 11:38 AM, Vasant Hegde wrote:
> On 02/20/2014 07:15 PM, Vasant Hegde wrote:
>> This patch adds support to collect more debug files on
>> PowerNV platform.
> 
> Hi Bryn,
> 
> Did you get a chance to look into this patch?

Hi Vasant,

Sorry, this one appears to have slipped through. I've pushed it now as
commit a66d4fc (minor tweaks to the commit message and whitespace).

Looking at the code we have now in this plugin I see we collect a few
bits from /proc/ppc64 for pSeries:

        if ispSeries:
            self.add_copy_spec("/proc/ppc64/lparcfg")
            self.add_copy_spec("/proc/ppc64/eeh")
            self.add_copy_spec("/proc/ppc64/systemcfg")

Whereas PowerNV picks up the whole tree:

        if isPowerNV:
            self.add_copy_spec("/proc/ppc64/")

Is there really nothing of interest in there for pSeries systems or
should we just pick up the whole tree if it's present?

Regards,
Bryn.




More information about the sos-devel mailing list