-
Hello Talos team. I have a test cluster that build on virtual machines with 3 control plane nodes and 3 worker nodes. I decide to upgrade it from 1.8.2 to 1.8.3 by using image factory: https://www.talos.dev/v1.8/talos-guides/install/boot-assets/#image-factory I created schematic file bare-metal.yaml like this:
Retrive ID:
And tried to update one of my cluster nodes:
During update process node stuck in "STAGE: Booting" state and I get the following continuos messages in node console:
If I remove the siderolabs/zfs extension from bare-metal.yaml and repeating update to version 1.8.3, all things completes successfully. What I'm doing wrong by trying to use siderolabs/zfs extension ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
you'd need to load the zfs module as shown here: https://github.com/siderolabs/extensions/blob/main/storage/zfs/README.md |
Beta Was this translation helpful? Give feedback.
-
Thanks mr Noel Georgi Now everything look working
|
Beta Was this translation helpful? Give feedback.
you'd need to load the zfs module as shown here: https://github.com/siderolabs/extensions/blob/main/storage/zfs/README.md