-
Notifications
You must be signed in to change notification settings - Fork 59
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
WARNING: SCSI device dm-0 has no device ID on LUKS device #1712
Comments
sg3_utils got updated recently and caused some troubles. According to your
Related #1670 |
the udev rule works but is too late, it should be present in the initramdisk for me to be able to reference it in the disks part. |
can you try to boot with the following kernel argument : edit: you should see the disk at |
I was trying to replicate your issue, but I see two different issues there : 1 - your additional disk (microsoft virtual disk)- /dev/sdb, not showing up with as 2 - The decrypted device mapper |
My bad, you're defining this partition before.
You would have the issue I wrote above if you did that. |
you shared It's not pratical to use the wwn in the ignition config as I am planning to do the same on OpenShift, where the same machineconfig will be applied to multiple servers. Ideally something like a kargs cmdline like this I see some work done for qemu to specify a wwn but this works on a single platform. On my baremetal servers I can define a name on a virtual disk (owned by a perc controller) but this name is not retrieved at all or used by any udev rule (seems it needs perrcli, a proprietary tool, to be extracted). Meanwhile the root disk is referenced as "/dev/disk/by-id/coreos-boot-disk" and I am wondering how this is accurately selected for servers booting on the network having multiple disks? |
I run sg3_utils-1.48-1.fc40.x86_64 (https://sg.danny.cz/sg/p/sg3_utils-1.48.tar.xz)
the system works fine despite those warnings (I'm more concerned about the fact that I still need /dev/sdb) |
There isn't really a good fix for this right now. This boils down to openshift/machine-config-operator#1720 at the OCP level. If this is UPI, probably the cleanest thing is to have a |
Describe the bug
Booting CoreOS with an extra disk configured with luks encryption, I am getting this warning:
Reproduction steps
Expected behavior
no warning
Actual behavior
a warning
System details
This is on hyper-v, booted with
Butane or Ignition config
Additional information
I would also like to not reference "/dev/sdb" but instead rely on "/dev/disk-etcd" as created using my own rules, but this does not seem possible.
The text was updated successfully, but these errors were encountered: