mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-28 03:07:56 +00:00
Interrupting a `podman machine start` (ex: with CTRL-C) would leave `Starting: true` in the machine's config file. Due to #14469 any subsequent starts would fail since Podman would think the machine is still in the process of starting. Fixed here by listening for the interrupt signal and setting `Starting: false` in the event. [NO NEW TESTS NEEDED] Signed-off-by: Shane Smith <shane.smith@shopify.com> |
||
|---|---|---|
| .. | ||
| claim_darwin.go | ||
| claim_unsupported.go | ||
| config.go | ||
| config_test.go | ||
| machine.go | ||
| machine_test.go | ||
| 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 | ||