mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 18:35:42 +00:00
Previously, the locks were on the provider layer, which doesn't make a vm operation with a config file update atomic. Move them up a layer, so the entire function locks while doing provider and config operations. This adds a Remove and a Set function to the shim layer. [NO NEW TESTS NEEDED] Unsure how to test this Signed-off-by: Ashley Cui <acui@redhat.com> |
||
|---|---|---|
| .. | ||
| arch.go | ||
| arch_test.go | ||
| config.go | ||
| config_common.go | ||
| config_darwin.go | ||
| config_windows.go | ||
| machine.go | ||
| sockets.go | ||
| sockets_darwin.go | ||
| volumes.go | ||
| volumes_unix.go | ||
| volumes_windows.go | ||