-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Talos 1.9.3
: diskSelector
is not working for disks behind a RAID controller
#10292
Comments
Please attach full output of |
|
Yes, the core issue is that Talos doesn't detect the Would you be able to provide some debugging output from a running/installed machine (might be older version of Talos as well)? I don't know yet exactly what I'm looking for, but I will ask once I have that info. |
You are correct. Those are virtual drives. Here is the
|
I was able to successfully apply the same config to node booted from ISO |
Possibly related to this |
If you could please provide the following output from a machine with a similar controller:
I can try to find what is the problem. |
Thank you, we will take a look and figure out a solution! |
1.9.3
is reporting SSD disks TYPE as UNKNOWN
behind a RAID controller1.9.3
: diskSelector
is not working for disks behind a RAID controller
@eugene-marchanka to make sure that I found the bug correctly, can you please do:
|
|
Fixes siderolabs#10292 This pulls in fixes from go-blockdevice library: * siderolabs/go-blockdevice#127 * siderolabs/go-blockdevice#128 Also allow `megaraid` emulation in `talosctl cluster create`. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 8531d91)
Fixes siderolabs#10292 This pulls in fixes from go-blockdevice library: * siderolabs/go-blockdevice#127 * siderolabs/go-blockdevice#128 Also allow `megaraid` emulation in `talosctl cluster create`. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 8531d91)
Bug Report
Talos
1.9.3
is reporting SSD disks TYPE asUNKNOWN
behind a RAID controllerDescription
I tried:
RAID-0 with 1 disk:
RAID-0 with 2 disks:
RAID-1 with 2 disks:
Those 2 disks were wiped before attempting to install Talos
Error that I got when trying to
apply-config
:node001.yaml
:I also tried different
diskSelector
options againstUNKNOWN
type which is myssd
and alsohdd
drives. None of those worked for me. Example usingwwid
:node001.yaml
:output:
It worked when I set
/dev/sda
as my install disk regardless my/dev/sda
is specified asUNKNOWN
type. Seedisks
output above.Logs
Environment
1.9.3
]1.32.1
]baremetal
The text was updated successfully, but these errors were encountered: