Skip to content
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

Feat: The max size of an instance for PAYG model is too low #97

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Antonyjin
Copy link
Member

The PAYG model only allows VMs below 100 Gib. This change will allow bigger VMs (up to 1 TB) being eligible for PAYG model.
Solution: Adjust the max size of Persistent Volume to 1TB instead of 100 Gib Same for the Ephemeral volume now its limit is 10GB

The PAYG model only allows VMs below 100 Gib. This change will allow bigger VMs
(up to 1 TB) being eligible for PAYG model.
Solution: Adjust the max size of Persistent Volume to 1TB instead of 100 Gib
Same for the Ephemeral volume now its limit is 10GB
@Antonyjin Antonyjin self-assigned this Apr 10, 2024
@Antonyjin Antonyjin linked an issue Apr 10, 2024 that may be closed by this pull request
Mypy failed because a value should be convert to Gigabytes before using the
function gigabyte_to_megabyte.
Solution: Convert the number to Gigabytes before using the function
@Antonyjin Antonyjin marked this pull request as ready for review April 12, 2024 13:44
@Antonyjin Antonyjin marked this pull request as draft April 12, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow large VMs in the PAYG model
1 participant