ceph / ceph-iscsi-tools

Useful tools for a ceph/iscsi gateway environment
GNU General Public License v2.0
12 stars 12 forks source link

pmLookupName: Unknown metric name #9

Closed hoerup closed 5 years ago

hoerup commented 5 years ago

Using

gwtop fails with

# gwtop --debug
Using gateway names from the configuration object defined by the ansible modules
Attempting to open connections to pmcd daemons on the 2 gateway node(s) (hpceph02,hpceph03)
: pmLookupName: Unknown metric name ['lio.lun.read_mb', 'lio.lun.iops', 'lio.lun.write_mb']
hoerup commented 5 years ago

My Bad - I forgot to enable the lio module: [root@hpceph03 ~]# cd /var/lib/pcp/pmdas/lio/ [root@hpceph03 lio]# ./Install

And after applying the patch from #8 it works