Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkg/machine: add missing build tags to tests | Paul Holzinger | 2022-07-04 |
| | | | | | | | | | Machine can only run on amd64 and arm64 platforms so we need to make sure the test are only run on those platforms. We do not have CI checks for this but it fails in debian build infra since debian supports many other architectures as well. Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | Allow changing of CPUs, Memory, and Disk Size | Ashley Cui | 2022-04-27 |
Allow podman machine set to change CPUs, Memory and Disk size of a QEMU machine after its been created. Disk size can only be increased. If one setting fails to be changed, the other settings will still be applied. Signed-off-by: Ashley Cui <acui@redhat.com> |