排序
使用cephadm安装ceph octopus
使用cephadm安装ceph octopus 前提条件 Cephadm使用容器和systemd安装和管理Ceph集群,并与CLI和仪表板GUI紧密集成。 cephadm仅支持octopus v15.2.0和更高版本。 cephadm与新的业务流程AP...
手动部署ceph集群
基础配置 三台环境为centos7.9,以下配置需要在每台机器上执行 配置hosts解析 cat >> /etc/hosts <<EOF 192.168.2.16 node1 192.168.2.19 node2 192.168.2.18 node3 EOF 关闭防火墙...