Mesos Master和Mesos代理是否需要root访问权限?Mesos master和Mesos agent的默认权限级别是多少?它们可以使用非root访问权限运行吗?
发布于 2018-03-07 22:21:23
当我尝试在没有root访问权限的情况下启动mesos集群时,我在mesos从服务器中得到了错误:
Log file created at: 2018/02/17 06:57:48
Running on machine: ubuntu
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
E0217 06:57:48.811517 46316 main.cpp:468] EXIT with status 1: Failed to initialize systemd: Failed to create systemd slice ‘mesos_executors.slice’: Failed to write systemd slice `/run/systemd/system/mesos_executors.slice`: Failed to open file ‘/run/systemd/system/mesos_executors.slice’: Permission denied我的mesos集群由三个节点组成,所有的从属主机都收到了这个错误。因此,我在mesos master中使用root访问权限启动了mesos集群。啊,真灵。
发布于 2020-05-13 06:06:24
如果不想为mesos-agent提供根访问权限,那么可以使用--no-systemd_enable_support运行它,而且没有提供的systemd支持也没问题。
发布于 2017-02-06 17:40:48
不需要,Mesos主机和Mesos代理不需要根access.Yes,它们可以在非根访问下运行
https://stackoverflow.com/questions/41731079
复制相似问题