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
Upgrading our bare metal nodes from v1.8.4 to v1.9.1 fails. The installer claims the selected install disk (which is the same as the v1.8.4 install disk from which Talos is running) is formatted with ZFS.
We do have several disks formatted with ZFS, so it seems like the installer is getting confused about which disk it's probing, despite it claiming that it's looking at the correct install disk (/dev/nvme0n1, in this case).
Up until now, our install-related machine config looked like this, where we specified the install disk very carefully:
When the v1.9.1 upgrade failed, we then reconfigured the machine config to make use of the new diskSelector config, and now the installer-related machine config looks like this:
Bug Report
Description
Upgrading our bare metal nodes from v1.8.4 to v1.9.1 fails. The installer claims the selected install disk (which is the same as the v1.8.4 install disk from which Talos is running) is formatted with ZFS.
We do have several disks formatted with ZFS, so it seems like the installer is getting confused about which disk it's probing, despite it claiming that it's looking at the correct install disk (
/dev/nvme0n1
, in this case).Up until now, our install-related machine config looked like this, where we specified the install disk very carefully:
When the v1.9.1 upgrade failed, we then reconfigured the machine config to make use of the new
diskSelector
config, and now the installer-related machine config looks like this:but the problem persists.
Logs
dmesg
output during failed upgrade:List of disks:
Two of the Micron 3.8TB NVMe drives are formatted with ZFS, and the other is whatever format Mayastor is using.
Relevant part of
talosctl mounts
output showing that Talos is in fact running onnvme0n1
:Environment
talosctl version --nodes <problematic nodes>
]kubectl version --short
]Bare metal
x86_64-linux
.The text was updated successfully, but these errors were encountered: