dcos下rexray服务的配置

Posted styshoo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dcos下rexray服务的配置相关的知识,希望对你有一定的参考价值。

在dcos环境下,rexray服务的默认配置文件为/opt/mesosphere/etc/rexray.conf,而其服务文件则是

/etc/systemd/system/dcos-rexray.service。

# vim /etc/systemd/system/dcos-rexray.service
[Unit]
Description=REX-Ray: A vendor agnostic storage orchestration engine

[Service]
StartLimitInterval=0
Restart=always
RestartSec=15
LimitNOFILE=16384
EnvironmentFile=/opt/mesosphere/environment
EnvironmentFile=/opt/mesosphere/etc/proxy.env
Environment=REXRAY_HOME=/
# REX-Ray fails to clean up stale lock files by itself.
ExecStartPre=/bin/rm -f /var/run/libstorage/lsx.lock
# Allow REX-Ray configuration to be changed during upgrade.
ExecStartPre=/bin/cp /opt/mesosphere/etc/rexray.conf /etc/rexray/config.yml
ExecStart=/opt/mesosphere/packages/rexray--da7f17f8a4b772c0bac3f8d289a08abd4ff272b4/bin/rexray start -f

根据该服务文件可看出,其基本功能就是拷贝/opt/mesosphere/etc/rexray.conf到rexray的配置文件/etc/rexray/config.yml中,然后启动rexray服务。

启动rexray服务:

# systemctl start dcos-rexray

以上是关于dcos下rexray服务的配置的主要内容,如果未能解决你的问题,请参考以下文章

配置在 mesosphere DCOS 上运行的 prometheus mesos-exporter

基于Ansible+Docker快速实现DCOS云平台部署(有彩蛋)

rexray在CentOS上不能创建ceph rbd的docker volume问题定位

使用ARM模板在Azure中国大规模部署DCOS集群

云原生数据中心操作系统(DCOS)建设之路

谈谈Apache Mesos和Mesosphere DCOS:历史架构发展和应用