DevinLeamy commented on code in PR #475:
URL: https://github.com/apache/mesos/pull/475#discussion_r1456516899
##########
src/slave/containerizer/mesos/isolators/xfs/disk.cpp:
##########
@@ -136,6 +136,12 @@ static Option<Bytes> getSandboxDisk(
Try<Isolator*> XfsDiskIsolatorProcess::create(const Flags& flags)
{
+ Try<Nothing> enable = xfs::enableQuota(flags.work_dir);
Review Comment:
@bmahler Should there be a flag and/or environment variable to explicitly
disable quota enforcement? Can't recall where we landed on this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]