ceph-deploy 部署 ceph nautilus 版本
ceph-deploy 部署 ceph nautilus 版本
环境
公共部分
tee -a /etc/hosts << EOF 192.168.200.11 node1 192.168.200.12 node2 192.168.200.13 node3 EOFyum -y install epel-release yum install -y https://download.ceph.com/rpm-nautilus/el7/noarch/ceph-release-1-0.el7.noarch.rpmyum install -y chrony systemctl restart chronyd systemctl enable chronydyum install -y ceph-deployyum install -y crudinissh-keygen ssh-copy-id node1 ssh-copy-id node2 ssh-copy-id node3firewall-cmd --zone=public --add-service=ceph-mon firewall-cmd --zone=public --add-service=ceph-mon --permanent firewall-cmd --zone=public --add-service=ceph firewall-cmd --zone=public --add-service=ceph --permanentsetenforce 0
创建集群
最后更新于