mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 03:45:46 +00:00
Changes the order in which the machine-specific files are removed in `Remove()`. Removes the system connections first, then removes the `configPath` last. `configPath` is removed last, because in the case of an error with any of the previous files, the removal can be attempted again since the machine still "exists". Made the errors in `Remove` hard errors instead of soft errors. Added the implementation for the QEMU-specific file removal. [NO NEW TESTS NEEDED] Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me> |
||
|---|---|---|
| .. | ||
| 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 | ||