ExistingVolumeConfig and VolumeStatuses.spec.phase missing (using ZFS) #12960
KimNorgaard
started this conversation in
General
Replies: 1 comment 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.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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