Commit 0a7955e
fix(stand): trust host registry + load lvm/zfs kernel modules
Two issues hit when bringing up parallel stands (NAME=t1, t2, ...):
1. Talos containerd refused HTTP on 10.164.0.1:5000 ("http: server
gave HTTP response to HTTPS client") because the registry-mirror
trust was patched onto the long-running test stand by hand and
never made it into config-patch.yaml. Bake the trust into every
freshly-spawned cluster.
2. ZFS / LVM-thin kernel modules weren't loaded, so satellites
couldn't drive ZFS pools and dm_thin_pool was missing for
LVM-thin volumes. Add zfs / dm_thin_pool / dm_snapshot / dm_crypt
to machine.kernel.modules and pull the Talos siderolabs/zfs
extension by default (per piraeus's Talos docs).
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>1 parent 4ca2513 commit 0a7955e
2 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
100 | 119 | | |
101 | 120 | | |
102 | 121 | | |
| |||
0 commit comments