-
Notifications
You must be signed in to change notification settings - Fork 1
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
ceph daemons should be self-configuring #18
Comments
Would these not be passed in as config values? which is parsed in: collectd-config-ansible-role/templates/ceph.conf.j2 Lines 10 to 13 in ff4645f
For cluster configuration, this would be something that would be done when by whoever/whatever is consuming this collectd_config role (e.g. in tripleo-collectd-ansible-role ) |
These config values are currently fed by tripleo config. However, that would write the same config to all nodes, but e.g osds (numbered 1-15) are spread across 3 nodes, e.g node 1 gets osd 1, 3, 6, 7, and 13. |
WIP here: https://github.com/infrawatch/collectd-config-ansible-role/tree/issue/18 Needs some testing with tripleo |
Ceph daemons are deployed on every ceph node, but they also include global numbers (i.e. each number is unique over the cluster).
E.g
These sockets have to get provided for the ceph plugin https://github.com/collectd/collectd/blob/main/src/collectd.conf.pod#plugin-ceph
The text was updated successfully, but these errors were encountered: