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

Commits on Apr 10, 2024

  1. Feat: The max size of an instance for PAYG model is too low

    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
    ajin authored and ajin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3122f60 View commit details
    Browse the repository at this point in the history
  2. Fix: mypy failed because of invalid type value

    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
    ajin authored and ajin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    92df358 View commit details
    Browse the repository at this point in the history