[
https://issues.apache.org/jira/browse/MESOS-10228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420361#comment-17420361
]
Charles Natali commented on MESOS-10228:
----------------------------------------
Hi [~barrylee],
It's not clear to me if this is linked to the other issue you opened:
https://issues.apache.org/jira/browse/MESOS-10227
Note that Marathon is a project distinct from Mesos, so you might want to
report it with them (although I am not sure the project is still active).
> My current problem is that after mesos-Agent added the option to support GPU,
> starting Docker through Marathon cannot succeed
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: MESOS-10228
> URL: https://issues.apache.org/jira/browse/MESOS-10228
> Project: Mesos
> Issue Type: Task
> Components: agent, framework
> Affects Versions: 1.11.0
> Reporter: barry lee
> Priority: Major
> Fix For: 1.11.0
>
> Attachments: image-2021-08-19-19-22-51-456.png
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> My current problem is that after mesos-Agent added the option to support GPU,
> starting Docker through Marathon cannot succeed.
> mesos-agent \
> --master=zk://192.168.10.191:2181,192.168.10.192:2181,192.168.10.193:2181/mesos
> \
> --log_dir=/var/log/mesos \
> --containerizers=docker,mesos \
> --executor_registration_timeout=5mins \
> --hostname=192.168.10.19 \
> --ip=192.168.10.19 \
> --port=5051 \
> --work_dir=/var/lib/mesos \
> --image_providers=docker \
> —executor_environment_variables="{}" \
> --isolation="docker/runtime,filesystem/linux,cgroups/devices,gpu/nvidia"
>
> In the MESos-Agent GPU option, this is useful when there is no GPU node.
>
> !image-2021-08-19-19-22-51-456.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)