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

Update heuristic for container creation time #2800

Merged
merged 3 commits into from
Mar 3, 2021

Commits on Feb 7, 2021

  1. Update heuristic for container creation time

    The file "cgroup.clone_children" is not a part of cgroup v2, so use
    "cgroup.events" instead. This heuristic is quite bad, so also check the
    cgroup directories to see.
    odinuge committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    6ecac4f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Limit container start time to system boot

    On some systems, root cgroup might report the time when creating the
    folder /sys/fs/cgroup/subsys, so limit to boot time.
    odinuge committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    0d06830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b372640 View commit details
    Browse the repository at this point in the history