Moritz Wanzenböck
Moritz Wanzenböck
My question is why the storage pool should be deleted? The only way this is triggered is if `operator.satelliteSet.storagePools` was modified (removed entries). There are no additional checks happening in...
> Is it maybe a problem that the storage pools haven't be announced in the values file for the new CRD configuration? Yes. If they are not set on helm...
Yeah, you are right. I think restore got added a little later after the initial evict, so this was just missed.
Yes, I did test that successfully. But let me try again....
Sorry, haven't checked it yet. Feel free to ping me again if I don't respond by next week
@D1abloRUS This does sound like an issue that was recently fixed in LINSTOR, where the controller "forgot" to reconnect if the connection was dropped during the initial handshake. See https://github.com/LINBIT/linstor-server/commit/bbc27839ad69025b437696cd28598f1db3b80e77...
No, you are not missing anything. Until LINSTOR supports more modes there is no point in setting that field. Might be worth to: * Point that out in the documentation...
FYI: It's currently `latest` while developing, every release should use the actual release tag. It's not ideal, but there is no simple way to _always_ sync the chart with the...
In short: it's neither a bug nor a feature. It just isn't really relevant for Piraeus working. Do you have a specific use case where you need these symlinks?
Yeah, I sometimes wished for that to work myself. I even experimented a bit with having udev be triggered in the container (which works, at least in theory, since we...