spiegel_podman/cmd/podman/machine
Shane Smith 81153ffa21
Introduce 'Starting' status for machines
- The State() function now returns machine.Starting status instead of an
  empty string if the VM is in the process of starting.

- The `CheckExclusiveActiveVM()` function returns `true` to prevent
  starting a VM while another is in the process of starting.

- `podman machine ls` displays "Currently starting" under "Last Up" for
  the starting VM

- `podman machine ls` supports `{{.Starting}}` boolean field in the format

- `podman machine inspect` displays "starting" in the "State" field for
  the starting VM

Signed-off-by: Shane Smith <shane.smith@shopify.com>
2022-06-09 12:42:43 -04:00
..
init.go Remove TODO comment 2022-05-26 10:26:38 -07:00
inspect.go Merge pull request #14066 from ashley-cui/sysres 2022-05-04 13:20:09 -04:00
list.go Introduce 'Starting' status for machines 2022-06-09 12:42:43 -04:00
machine.go Add support for machine events on Windows 2022-05-12 14:41:26 -05:00
machine_unix.go Fix strange buildtag edit 2022-05-13 12:11:51 -05:00
machine_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
machine_windows.go Add support for machine events on Windows 2022-05-12 14:41:26 -05:00
platform.go podman system reset removed machines incorrectly 2022-05-04 10:31:42 -04:00
platform_windows.go podman system reset removed machines incorrectly 2022-05-04 10:31:42 -04:00
rm.go Merge pull request #14066 from ashley-cui/sysres 2022-05-04 13:20:09 -04:00
set.go podman system reset removed machines incorrectly 2022-05-04 10:31:42 -04:00
ssh.go podman machine ssh: set correct exit code 2022-05-30 15:55:20 +02:00
start.go Introduce 'Starting' status for machines 2022-06-09 12:42:43 -04:00
stop.go Merge pull request #14066 from ashley-cui/sysres 2022-05-04 13:20:09 -04:00