摘要: 1、在不同节点安装ceph时,出现以下异常: 参考这里 ceph deploy RuntimeError: NoSectionError: No section: 'ceph' 解决方法: 在报错的机器上尝试: yum remove ceph-release rm /etc/yum.repos.d/ 阅读全文
posted @ 2018-01-16 18:14 划得戳 阅读(4499) 评论(0) 推荐(0)
摘要: 安装dns工具包yum -y install bind-utils 安装dns软件 yum install -y dnsmasq 配置dnsmasq的配置文件:/etc/dnsmasq.conf 编辑添加泛域名解析: 重启dnsmasq: systemctl restart dnsmasq ngin 阅读全文
posted @ 2018-01-16 15:23 划得戳 阅读(594) 评论(0) 推荐(0)