ceph使用ceph-deploy部署集群

关闭selinux每台执行 setenforce 0 sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config 关闭防火墙每台执行 systemctl stop firewalld && systemctl disable

ceph
运维小白 linux 13