-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list index out of range in latency plugin #33
Comments
Do you have a "data" pool in your Ceph cluster? Line 54 in ceph_latency_plugin.py shows that the pool name of "data" is hardcoded. |
Yes, I do have it. It doesn't fail all the time too. |
I changed line 54 to
for testing, and since then it didn't fail anymore. cheers |
ceph: failed to get stats :: list index out of range :: Traceback (most recent call last):#12 File "/opt/collectd/plugins/base.py", line 114, in read_callback#012 stats = self.get_stats()#12 File "/opt/collectd/plugins/ceph_latency_plugin.py", line 67, in get_stats#012 data[ceph_cluster]['cluster']['stddev_latency'] = results[1]#012IndexError: list index out of range I have this error. I have no data pool. And i have changed the line 54 by this 👍 But i have this error ... Do you have an idea ? Thank you. |
The text was updated successfully, but these errors were encountered: