-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow changing of CPUs, Memory, and Disk Size #13953
Conversation
d8998ac
to
7732ce0
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashley-cui, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
74ede14
to
ed58d04
Compare
I didn't see any error like |
@baude bug should be fixed, thanks! |
Holding until #13964 (comment) is resolved. |
LGTM |
the machine tests just merged. can you add some e2e tests in pkg/machine/e2e? I am willing to help/pair program with you on some! |
Sure, let me take a look at those! |
d8e691a
to
156c0a0
Compare
Added tests! |
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 <[email protected]>
LGTM |
/lgtm |
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 [email protected]
Fixes: #13633