spiegel_podman/pkg/machine
Paul Holzinger bf269e634c podman machine: do not commit proxies into config file
qemu fails when the same `fw_cfg` options is used more than once.
Since the current logic always adds a new option on each machine load
this will fail on the second start.

We can fix this by checking if the option is already set and replace but
I think it is easier to just not commit the option in the config and add
it dynamically on start. User that hit this bug have to recreate the
machine.

[NO NEW TESTS NEEDED]

Fixes #14636
Fixes #14837

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-07-26 13:02:39 -04:00
..
e2e Fix machine tests 2022-07-08 08:22:49 -05:00
qemu podman machine: do not commit proxies into config file 2022-07-26 13:02:39 -04:00
wsl pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
config.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
config_test.go pkg/machine: add missing build tags to tests 2022-07-04 18:09:30 +02:00
connection.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
fcos.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
fedora.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
ignition.go Fix spelling "setup" -> "set up" and similar 2022-06-22 18:39:21 +02:00
ignition_darwin.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
ignition_linux.go Set machine timezone 2021-12-16 12:40:20 -06:00
ignition_schema.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
ignition_windows.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
keys.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
machine_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
pull.go Remove error stutter 2022-03-25 21:47:04 -04:00