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

schedulers: check all drivers on node #6227

Merged
merged 2 commits into from
Aug 29, 2019
Merged

schedulers: check all drivers on node #6227

merged 2 commits into from
Aug 29, 2019

Commits on Aug 29, 2019

  1. scheduler: tests for multiple drivers in TG

    Mahmood Ali committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    542d17e View commit details
    Browse the repository at this point in the history
  2. schedulers: check all drivers on node

    When checking driver feasability for an alloc with multiple drivers, we
    must check that all drivers are detected and healthy.
    
    Nomad 0.9 and 0.8 have a bug where we may check a single driver only,
    but which driver is dependent on map traversal order, which is
    unspecified in golang spec.
    Mahmood Ali committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    8a0647c View commit details
    Browse the repository at this point in the history