Changes committed to git://oss.sgi.com/pcp/pcp.git gfs2
qa/654 | 58 +++++--
src/pmdas/gfs2/GNUmakefile | 6
src/pmdas/gfs2/Install | 7
src/pmdas/gfs2/glocks.h | 2
src/pmdas/gfs2/glstats.c | 101 ++++++++++++
src/pmdas/gfs2/glstats.h | 57 +++++++
src/pmdas/gfs2/help | 111 +++++++++++++
src/pmdas/gfs2/lock_time.c | 358 ++++++++++++++++++++++++++++++++++++++++++++-
src/pmdas/gfs2/lock_time.h | 64 ++++++++
src/pmdas/gfs2/pmda.c | 132 +++++++++++++++-
src/pmdas/gfs2/pmdagfs2.h | 6
src/pmdas/gfs2/pmns | 31 +++
src/pmdas/gfs2/root | 9 +
src/pmdas/gfs2/sbstats.c | 6
14 files changed, 923 insertions(+), 25 deletions(-)
commit d89c7df9ccd88e2fd1a3a030f100f2c93f3d2f53
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 1 11:44:00 2013 +1000
Rework the gfs2 qa test handling of trace file enablement
Needs to take care that superuser privilege has been aquired,
and if the file doesn't exist, we need to use _notrun rather
than failing the test with an echo message.
commit 9ebd15e89a5785e83ec30e6bdfab540277aaec58
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 1 11:38:04 2013 +1000
Fix typo in a pmdagfs2 comment
commit 27504c7d92ee723b36696bf4e0997ff55e651d6a
Merge: ddd92eb d709f51
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 1 09:07:10 2013 +1000
Merge branch 'dev' of git://github.com/pauljevans/pcp into gfs2
|