Commit 7c7fa04
committed
fix(config): disable options rejected by bee in light and ultra-light profiles
Light and ultra-light profiles inherit storage-incentives-enable: true
(and, for ultra-light, chequebook-enable: true) from their full-node base
profile. Bee rejects storage incentives outside full mode and chequebook
without swap, so the light nodes in the local-dns cluster never became
ready and the bee Beekeeper CI job failed at cluster setup. Set the
inherited options to false where the mode does not support them.1 parent 3410187 commit 7c7fa04
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| |||
216 | 218 | | |
217 | 219 | | |
218 | 220 | | |
| 221 | + | |
219 | 222 | | |
220 | 223 | | |
221 | 224 | | |
| |||
0 commit comments