Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in various use cases, the required machine dirs are not created. the machine dirs are runtimedir, datadir, and configdir. Example in Linux would be: configDir /<HOME>/.config/containers/podman/machine/<provider> dataDir /<HOME>/.local/share/containers/podman/machine/<provider> runtimeDir /run/user/1000/podman/machine now we blindly create them without checking for their existence (because it is faster). this fixes a bug where runtimedir does not exist on macos after a reboot [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <[email protected]>
- Loading branch information