On Thu, Feb 02, 2017 at 03:43:14PM +0530, Mukesh Ojha wrote: > This patch enables sosreport to capture files under /sys/fs/pstore/ . > > Signed-off-by: Mukesh Ojha <mukes...@linux.vnet.ibm.com> > --- > sos/plugins/powerpc.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/sos/plugins/powerpc.py b/sos/plugins/powerpc.py > index 9252cf2..ac160e0 100644 > --- a/sos/plugins/powerpc.py > +++ b/sos/plugins/powerpc.py > @@ -48,7 +48,8 @@ class PowerPC(Plugin, RedHatPlugin, UbuntuPlugin, > DebianPlugin): > "/proc/swaps", > "/proc/version", > "/dev/nvram", > - "/var/lib/lsvpd/" > + "/var/lib/lsvpd/", > + "/sys/fs/pstore/" > ]) > self.add_cmd_output([ > "ppc64_cpu --smt", > -- > 2.7.4
Merged, thanks: commit 59887b56ecf36267299bd66ce0c1b78e6481dde7 Author: Bryn M. Reeves <b...@redhat.com> Date: Mon Mar 27 17:55:53 2017 +0100 [powerpc] capture files under /sys/fs/pstore/ This patch enables sosreport to capture files under /sys/fs/pstore/ . Signed-off-by: Mukesh Ojha <mukesh02 linux vnet ibm com> Signed-off-by: Bryn M. Reeves <b...@redhat.com> Regards, Bryn. _______________________________________________ sos-devel mailing list sos-devel@redhat.com https://www.redhat.com/mailman/listinfo/sos-devel