ceph共12篇 第2页
手动部署ceph集群-运维开发故事

手动部署ceph集群

基础配置 三台环境为centos7.9,以下配置需要在每台机器上执行 配置hosts解析 cat >> /etc/hosts <<EOF 192.168.2.16 node1 192.168.2.19 node2 192.168.2.18 node3 EOF 关闭防火墙...
wanger的头像-运维开发故事wanger5年前
03580
使用ansible部署ceph集群-运维开发故事

使用ansible部署ceph集群

使用ansible部署ceph集群 基础配置 三台环境为centos7.9,以下配置需要在每台机器上执行 配置hosts解析 cat >> /etc/hosts <<EOF 192.168.2.23 node1 192.168.2.24 node2 192.168.2...
wanger的头像-运维开发故事wanger5年前
011220