This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 04ef1dc  Updated include guards in the sorter header files.
     new 8a47fdd  Propagate ephemeral volume information from rootfs.
     new 3a209b0  Supported multiple quota paths in the `disk/xfs` isolator.
     new 3446ca6  Add `disk/xfs` isolator support for ephemeral volumes.
     new abf9ae2  Update `disk/xfs` tests for rootfs quotas.
     new 8ba0682  Updated the `disk/du` isolator to support rootfs checks.
     new 543fb80  Updated the `disk/du` disk isolator tests with rootfs cases.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 include/mesos/slave/containerizer.proto            |   6 +
 src/slave/containerizer/mesos/containerizer.cpp    |  18 +-
 .../containerizer/mesos/isolators/posix/disk.cpp   | 144 ++++---
 .../containerizer/mesos/isolators/posix/disk.hpp   |  15 +-
 .../containerizer/mesos/isolators/xfs/disk.cpp     | 242 +++++++++---
 .../containerizer/mesos/isolators/xfs/disk.hpp     |  11 +-
 .../containerizer/mesos/provisioner/backend.hpp    |   7 +-
 .../mesos/provisioner/backends/aufs.cpp            |   8 +-
 .../mesos/provisioner/backends/aufs.hpp            |   2 +-
 .../mesos/provisioner/backends/bind.cpp            |   9 +-
 .../mesos/provisioner/backends/bind.hpp            |   2 +-
 .../mesos/provisioner/backends/copy.cpp            |   9 +-
 .../mesos/provisioner/backends/copy.hpp            |   2 +-
 .../mesos/provisioner/backends/overlay.cpp         |  32 +-
 .../mesos/provisioner/backends/overlay.hpp         |   8 +-
 .../mesos/provisioner/provisioner.cpp              |   5 +-
 .../mesos/provisioner/provisioner.hpp              |   5 +
 src/tests/containerizer/rootfs.cpp                 |   1 +
 src/tests/containerizer/xfs_quota_tests.cpp        | 419 +++++++++++++++++----
 src/tests/disk_quota_tests.cpp                     | 192 ++++++++--
 src/tests/mesos.cpp                                |  33 ++
 src/tests/mesos.hpp                                |  18 +
 22 files changed, 958 insertions(+), 230 deletions(-)

Reply via email to