rochaporto / collectd-ceph

collectd plugins and dashboards for ceph
GNU General Public License v2.0
60 stars 65 forks source link

protect against failures in ceph latency plugin #16

Closed rochaporto closed 10 years ago

rochaporto commented 10 years ago

Current plugin tries forever when rados bench fails (the process just keeps trying).

Need to wrap it around a timeout so that we make sure it disappears when it fails to run (as in a network connectivity issue for example).