SUSE / DeepSea

A collection of Salt files for deploying, managing and automating Ceph.
GNU General Public License v3.0
161 stars 75 forks source link

monitoring: put node_exporter ARGS all on one line (bsc#1188486) #1881

Closed tserong closed 2 years ago

tserong commented 2 years ago

There's a problem in /bin/fillup, where it sometimes doesn't parse multiline strings properly in sysconfig files. This results in corruption of /etc/sysconfig/prometheus-node_exporter when the golang-github-prometheus-node_exporter package is updated. We can work around this by putting all the arguments on one line. See https://bugzilla.opensuse.org/show_bug.cgi?id=1153280 and https://github.com/openSUSE/fillup/issues/1 for the underyling issue.

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1188486 Signed-off-by: Tim Serong tserong@suse.com