siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
437 stars 22 forks source link

[bug] Machine provisioning selects wrong disk #154

Closed rothgar closed 3 months ago

rothgar commented 3 months ago

Is there an existing issue for this?

Current Behavior

When adding a machine to a cluster (booted from ISO with USB) I select left the default installation selected /dev/nvme0n1 but when the machine was installed it selected /dev/sda (my USB drive) instead.

image

Inspecting the machine config I see

    install:
        disk: /dev/sda

Expected Behavior

The machine config and installation would happen on the disk that was selected in the UI

Steps To Reproduce

  1. Create a cluster
  2. Download install iso and transfer it to a USB drive
  3. Boot a machine from the USB drive (leaving the drive plugged in)
  4. provision the machine. I didn't change the selection and left nvme selected

What browsers are you seeing the problem on?

Chrome

Anything else?

No response