podman/pkg/machine/qemu
Paul Holzinger 3ce0709f37
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-11 17:40:37 +02:00
..
claim_darwin.go
claim_unsupported.go
config.go
config_test.go pkg/machine: add missing build tags to tests 2022-07-04 18:09:30 +02:00
machine.go podman machine: do not commit proxies into config file 2022-07-11 17:40:37 +02:00
machine_test.go pkg/machine: add missing build tags to tests 2022-07-04 18:09:30 +02:00
machine_unsupported.go
options_darwin.go
options_darwin_amd64.go
options_darwin_arm64.go
options_linux.go
options_linux_amd64.go
options_linux_arm64.go