You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by GitBox <gi...@apache.org> on 2022/04/04 13:38:24 UTC

[GitHub] [mesos] qianzhangxa commented on a diff in pull request #422: FIX: mesos rpm add command and change mesos_isolation.

qianzhangxa commented on code in PR #422:
URL: https://github.com/apache/mesos/pull/422#discussion_r841747829


##########
support/mesos-mini/mesos/agent_environment:
##########
@@ -3,7 +3,7 @@ MESOS_HOSTNAME=localhost
 MESOS_WORK_DIR=/var/lib/mesos/agent
 MESOS_MASTER=127.0.0.1:5050
 MESOS_CONTAINERIZERS=mesos,docker
-MESOS_ISOLATION=filesystem/linux,network/cni,cgroups/cpu,cgroups/mem,cgroups/blkio,cgroups/devices,disk/du,docker/runtime,volume/sandbox_path,volume/host_path,posix/rlimits,namespaces/pid,linux/capabilities

Review Comment:
   Hmm, it seemed to run into https://github.com/apache/mesos/blob/1.11.0/src/linux/capabilities.cpp#L497. Can you please let me know how you ran Mesos agent? Like the OS version, in a Docker container? I'd suggest to figure out why it ran into that unreachable statement first.



-- 
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: reviews-unsubscribe@mesos.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org