2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-04 20:17:58 +00:00
Files
confluent/confluent_client/bin
Markus Hilger 5d7fadf615 Set the exit code when a read fails
nodesensors and nodeconfig printed an error and exited 0, so
`nodesensors n1 && next-step` ran next-step after the read it guarded had
already failed.

nodesensors had three of these: the per-node branch never set the exit code,
the top-level branch beside it read `exitcode |= exitcode`, and a normal
return from main() fell off the end of the file. nodeconfig accumulates with
|= all through its read path except the last line, which assigned, so a
failed bmc configuration read was discarded by the system read after it.

The fixed branches now match how nodehealth and client.py spell the same
thing.
2026-09-01 23:51:10 +02:00
..
2026-08-21 15:15:33 -04:00
2026-08-10 05:32:00 +02:00
2021-06-08 09:12:33 -04:00
2020-02-19 14:36:10 -05:00
2026-09-01 23:51:10 +02:00
2026-08-10 05:32:00 +02:00
2021-09-13 14:09:07 -04:00
2025-05-20 10:39:57 -04:00
2024-05-29 12:23:05 -04:00
2025-05-20 10:39:57 -04:00
2026-06-04 08:04:39 -04:00
2025-05-30 15:48:32 -04:00