[root@ceph01 ceph-install]# cephadm bootstrap --mon-ip 192.168.79.128
Verifying podman|docker is present...
Verifying lvm2 is present...
Verifying time synchronization is in place...
Unit chronyd.service is enabled and running
Repeating the final host check...
podman (/usr/bin/podman) version 4.3.1 is present
systemctl is present
lvcreate is present
Unit chronyd.service is enabled and running
Host looks OK
Cluster fsid: 2550b152-de4f-11ed-87d7-000c296da91d
Verifying IP 192.168.79.128 port 3300 ...
Verifying IP 192.168.79.128 port 6789 ...
Mon IP `192.168.79.128` is in CIDR network `192.168.79.0/24`
Mon IP `192.168.79.128` is in CIDR network `192.168.79.0/24`
In
这篇博客详细记录了如何使用Cephadm工具初始化和配置Ceph存储集群。通过`cephadm bootstrap`命令,博主在192.168.79.128这个IP上设置了一个监控节点,并确保了所有必要的组件和服务如podman、lvm2、chronyd都在运行。接着,拉取并启动了Ceph容器,创建了初始的monmap和monitor,然后部署了mgr、crash、ceph-exporter、prometheus、grafana、node-exporter和alertmanager等服务。最后,启用了Ceph Dashboard并提供了访问信息。
订阅专栏 解锁全文
1389

被折叠的 条评论
为什么被折叠?



