-
Notifications
You must be signed in to change notification settings - Fork 33
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
libvirt: wrong key name for fw_cfg #244
Comments
Thanks for the bug report! That definitely looks like a bug. |
I can open a PR if you want :) |
Thanks. But I suppose, fixing only the ignition part is not enough. |
To fix a wrong key name when running a qemu VM with ignition, we need to replace `opt/com.coreos` with `opt/org.flatcar-linux`. See also https://github.com/flatcar-linux/ignition/issues/2
To fix a wrong key name when running a qemu VM with ignition, we need to replace `opt/com.coreos` with `opt/org.flatcar-linux`. See also https://github.com/flatcar-linux/ignition/issues/2
To fix a wrong key name when running a qemu VM with ignition, we need to replace `opt/com.coreos` with `opt/org.flatcar-linux`. See also https://github.com/flatcar-linux/ignition/issues/2
To fix a wrong key name when running a qemu VM with ignition, we need to replace `opt/com.coreos` with `opt/org.flatcar-linux`. See also https://github.com/flatcar-linux/ignition/issues/2
Oh, it was automatically closed. I didn't mean it. :-) |
Bug
Hi ! ignition file is not mounted with
qemu
if we useopt/com.flatcar/config
as key name for the firewall configuration. (as suggested in the doc: https://docs.flatcar-linux.org/os/booting-with-libvirt/#running-flatcar-linux-on-libvirt). We need to useopt/com.coreos/config
. We need to fix the documentation or the const value. (I don't know what is the best)Operating System Version
Ignition Version
?
Environment
I am using QEMU hypervisor.
Expected Behavior
System should boot and read ignition provided file.
Actual Behavior
Ignition file is ignored
Reproduction Steps
Other Information
https://github.com/flatcar-linux/ignition/blob/8e2ef5adcc07692ab0c76c9d45e5fad82cedb7a4/internal/providers/qemu/qemu.go#L31-L33
The text was updated successfully, but these errors were encountered: