You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll create a PR for this change but I don't really have a local build chain setup to build this and all downstream images that will need to be rebuilt to test this.
Also, any tips for debugging talos boot/configuration issues without a shell?
Would be nice if there was a debug mode that lets me poke around deeper in the system even if the cluster is in a bad state.
Booting/Rebooting a cluster node with a disk that include thin-pool / thin logical volumes causes the boot process to fail, triggering a reboot loop.
Error Message
(I'm running this in proxmox so don't have a convenient way to copy/paste the full output)
Environment Setup
Cluster Version: "v1.6.0-alpha.0-59-g0bd1bdd74"
As long as the system remains online, I can provision thin-pool volumes and everything works as expected. On reboot it the system fails to load.
Possible Fix
From what I gather, this error is due to LVM2 of talos not being compiled with thin-pool support which is used during boot to mount the local disks.
https://listman.redhat.com/archives/linux-lvm/2013-July/022321.html
Setting https://github.com/siderolabs/pkgs/blob/main/lvm2/pkg.yaml#L26 to
--with-thin=internal
may fix the issue but I'm not exactly sure how this works if a user doesn't enable the dm-thin-pool module.The text was updated successfully, but these errors were encountered: