Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podman machine start: lookup qemu path again if not found
We store the full path to qemu in the machine config. When the path changes on the host the machine can longer be started. To fix it we get the path again when we fail to start the machine due the missing binary. We want to store and use the full path first because otherwise existing machines can break when the qemu version changed. [NO NEW TESTS NEEDED] We still have no machine tests. Fixes containers#13394 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information