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

Docker host mount prefix #3529

Merged
merged 6 commits into from
Dec 1, 2017
Merged

Docker host mount prefix #3529

merged 6 commits into from
Dec 1, 2017

Commits on May 16, 2017

  1. Fix a bug getting disk usage inside docker

    Change the behavior of "HOST_MOUNT_PREFIX" when listing out system
    partition sizes. Previously, HOST_MOUNT_PREFIX was appended to every
    partition found on the system. This meant that only partitions with
    matching mount points between docker container and the host would be
    successfully listed.
    
    This appears to be an issue with assumptions about how upstream ps would
    behave when listing partitions inside docker containers.
    chadnickbok committed May 16, 2017
    Configuration menu
    Copy the full SHA
    e160837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a94300a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    5dfa856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b145599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eddf180 View commit details
    Browse the repository at this point in the history
  4. Update unittests

    danielnelson committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    bf0f5dc View commit details
    Browse the repository at this point in the history