Commit d5529ae
authored
Fix corosync 3.x startup failure on SLE 16.0 (#464)
Fix corosync by omitting invalid config options.
Corosync 3.x (shipped in SLE 16.0) rejects crypto_cipher, crypto_hash,
and secauth when transport is udpu, causing corosync to exit with code 8
and pacemaker to fail on its dependency.
These options are safe to omit because they were never functional with
udpu transport — corosync 2.x silently accepted them but only supported
encryption on multicast (UDP) transport. Cluster traffic was never
encrypted with udpu, so removing these options changes no runtime
behavior. Similarly, rrp_mode (removed in corosync 3.x) had no effect
with a single interface.
The version conditional preserves the existing config for corosync 2.x
(SLE 12 SP5, SLE 15 SP4/SP5) and only omits the options on 3.x+.1 parent afbac7a commit d5529ae
3 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
| 11 | + | |
9 | 12 | | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
| 11 | + | |
9 | 12 | | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments