-
Hello, Thank you for this amazing project ! I am trying to setup a single standalone KVM Instance with Talos on it. I am generating the configuration for the ControlPlan to allowSchedule pods on it. The single machine is well bootstrapped. I would like to mount /dev/vdb1 on this instance, but I don't find the way if it's possible because :
I have /dev/vda on ::
What is the right way to mount extra disks / volumes on a ControlPlane / single instance ? Have a great day |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you @frezbo . Indeed, I can edit in the machineconfig the disks as so :
Unfortunately, after the reboot, I have the following error from the Volume Manager Controller :
These is my partition :
I have a simple 10Gigas disk that has GPT table on /dev/vdb , and with a 10Gigas primary ext4 partition on /dev/vdb1.
It seems Talos is trying to look for an xfs and not ext4 partition ? |
Beta Was this translation helpful? Give feedback.
machine.disks
is available for all node types, theedit mc
just shows examples, refer here: https://www.talos.dev/v1.9/reference/configuration/