Parsing by gatherers (sbd_config) #131
Unanswered
scmschmidt
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Discussion seems to be started already here: #117 (comment) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I could see in my tests the gatherers do some processing of the values (e.g. corosync.conf cuts everything after the first space after a non-space character and does trimming.).
This eases the development of checks significantly!
The sbd_config gatherer seems to do very little in this regard. Since this is a shell (bash) file, the syntax is very strict and nothing much need to be done, but I would make in exception with SBD_DEVICES. This is basically a semicolon-separated list of devices. It is planned to change the return value from string to list of (trimmed) strings?
Beta Was this translation helpful? Give feedback.
All reactions