ExistingVolumeConfig and VolumeStatuses.spec.phase missing (using ZFS) #12960
Replies: 2 comments 4 replies
-
|
Talos doesn't have native support for ZFS, neither what you do is correct, you match on a partition label, while labeling ext4 filesystem. |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Maybe I am on the wrong thread, but I am fighting many hours getting ExistingVolumeConfig to run with v1.12.6. Not quite sure if this version already supports ExistingVolumeConfig? I have three HP ProDesk mini's having one /dev/sda SSD. I would like to use 100GiB of the 240GiB for a Longhorn volume, the rest should used by Talos. I deleted all partitions an created one XFS Partition with 100GiB and labled it "LONGHORN". I would be very greatfull getting a hint in the right direction. Maybe I did it wrong not to use the talosctl patch command. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Talos doesn't seem to update
VolumeStatuses.spec.phasewhen usingExistingVolumeConfig. Not sure if it's by design or a bug or if I'm doing something wrong.Everything works fine, though. The volume is mounted and I can write to it. It's just that Talos doesn't quite seem to set the correct state.
I create a ZFS filesystem that I mount using
ExistingVolumeConfiglike this:Talos discovers the volume:
I then apply this patch:
A
VolumeConfigis created:But notice that
provisioningis empty.Consequently the VolumeStatus is in phase
missing:Beta Was this translation helpful? Give feedback.
All reactions