We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When mesos agent start with --isolation=cgroups/devices,filesystem/linux,gpu/nvidia For example: sudo ./bin/mesos-agent.sh --ip=192.168.0.251 --no-hostname_lookup --master=192.168.0.215:5050 --work_dir=/work/data/mesos-slavels2 --no-switch_user --isolation=cgroups/devices,filesystem/linux,gpu/nvidia
then the broker start will failed with timeout. $ ./kafka-mesos.sh broker start 1 Error: broker start timeout
we found the gpu/nvidia isolation is the real cause. Without gpu/nvidia, everything works fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When mesos agent start with --isolation=cgroups/devices,filesystem/linux,gpu/nvidia
For example:
sudo ./bin/mesos-agent.sh --ip=192.168.0.251 --no-hostname_lookup --master=192.168.0.215:5050 --work_dir=/work/data/mesos-slavels2 --no-switch_user --isolation=cgroups/devices,filesystem/linux,gpu/nvidia
then the broker start will failed with timeout.
$ ./kafka-mesos.sh broker start 1
Error: broker start timeout
we found the gpu/nvidia isolation is the real cause. Without gpu/nvidia, everything works fine.
The text was updated successfully, but these errors were encountered: