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

Deprecate IOPS #4970

Merged
merged 2 commits into from
Dec 11, 2018
Merged

Deprecate IOPS #4970

merged 2 commits into from
Dec 11, 2018

Commits on Dec 6, 2018

  1. Deprecate IOPS

    IOPS have been modelled as a resource since Nomad 0.1 but has never
    actually been detected and there is no plan in the short term to add
    detection. This is because IOPS is a bit simplistic of a unit to define
    the performance requirements from the underlying storage system. In its
    current state it adds unnecessary confusion and can be removed without
    impacting any users. This PR leaves IOPS defined at the jobspec parsing
    level and in the api/ resources since these are the two public uses of
    the field. These should be considered deprecated and only exist to allow
    users to stop using them during the Nomad 0.9.x release. In the future,
    there should be no expectation that the field will exist.
    dadgar committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    0953d91 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Warn if IOPS is being used

    dadgar committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    f555dc3 View commit details
    Browse the repository at this point in the history