Changes committed to git://git.performancecopilot.org/markgw/pcp/pcp.git dev
commit e8b8603b46c6290fe887f13abe023c1698e64b7d
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Mon Sep 1 14:18:52 2014 +1000
Fix xfs_init so the XFS PMDA works as a DSO.
xfs_init wasn't correctly initializing the pmdaInterface structure, causing
the following error when used as a DSO :
[Sun Aug 31 07:27:04] pminfo(5921) Critical: Unable to set fetch callback
for PMDA interface version 255.
[Sun Aug 31 07:27:04] pminfo(5921) Critical: pmdaSetFlags: PMDA interface
version 255 not supported (domain=11)
[Sun Aug 31 07:27:04] pminfo(5921) Critical: pmdaInit: PMDA interface
version 255 not supported (domain=11)
__pmConnectLocal: Warning: initialization routine "xfs_init" failed in DSO
"/var/lib/pcp/pmdas/xfs/pmda_xfs.so": Generic error, already reported above
xfs.read_bytes: pmLookupDesc: No PMCD agent for domain of request
|