-
Hi everyone, we are facing a strange behavior on disk assigniation. It was tested with talOS We configure talos with :
We used baremetal with two NVME:
On maintenance mode, Talos Deployment work well but assign randomly nvme0 or nvme1 for OS deployment. Someone already had this case? thanks a lot 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is not an issue in Talos, but rather the way hardware and Linux works. Disk enumeration is random, so whatever was You can use either device selectors, or It's not a problem for Talos install, as this instruction is used only once on initial install, and later on Talos will find its install disk, no matter what name it has. |
Beta Was this translation helpful? Give feedback.
-
hi @smira this confirms our investigation. Thanks a lot ! |
Beta Was this translation helpful? Give feedback.
This is not an issue in Talos, but rather the way hardware and Linux works. Disk enumeration is random, so whatever was
nvme0
might on next boot becomenvme1
.You can use either device selectors, or
/dev/by-id
symlinks to provide a stable assignment (if required).It's not a problem for Talos install, as this instruction is used only once on initial install, and later on Talos will find its install disk, no matter what name it has.