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

rkt: create parent cgroup to enable stats #4188

Merged
merged 3 commits into from
Apr 24, 2018
Merged

rkt: create parent cgroup to enable stats #4188

merged 3 commits into from
Apr 24, 2018

Commits on Apr 19, 2018

  1. rkt: create parent cgroup to enable stats

    Having the Nomad executor create parent cgroups that rkt is launched
    within allows the stats collection code used for the exec driver to Just
    Work. The only downside is that now the Nomad executor's resource
    utilization counts against the cgroups resource limits just as it does
    for the exec driver.
    schmichael committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    c068919 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. rkt: test Stats() and always run tests

    Remove the NOMAD_TEST_RKT flag as a guard for rkt tests. Still require
    Linux, root, and rkt to be installed. Only check for rkt installation
    once in hopes of speeding up rkt tests a bit.
    schmichael committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    a3dba1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98ec5a View commit details
    Browse the repository at this point in the history