ceph报错总结

1、Error EINVAL: New host node2 (node2) failed check: ['podman|docker (/bin/docker) is present', 'systemctl is present', 'lvcreate is present', "No time sync service is running; checked for ['chrony.service', 'chronyd.service', 'systemd-timesyncd.service', 'ntpd.service', 'ntp.service', 'ntpsec.service']", 'Hostname "node2" matches what is expected.', 'ERROR: No time synchronization is active']

报错原因:node2主机的chronyd服务没有开启

解决办法:在node2上开启chronyd服务。命令:systemctl start chronyd


2、 Error EINVAL: Can't communicate with remote host `node2`, possibly because python3 is not installed there: cannot send (already closed?)

**报错原因:**node2主机没有安装python3

**解决办法:**在node2主机上安装python3,命令:yum -y install python3


3、 Slow OSD heartbeats on back (longest 1549.580ms)

Slow OSD heartbeats on front (longest 1104.882ms)

报错原因 :cpu异常
解决办法: 重启系统,然后再等等。命令:reboot


4、Error EPERM: WARNING: this will *PERMANENTLY DESTROY* all data stored in pool cephrbd. If you are *ABSOLUTELY CERTAIN* that is what you want, pass the pool name *twice*, followed by --yes-i-really-really-mean-it.

Error EPERM: pool deletion is disabled; you must first set the mon_allow_pool_delete config option to true before you can destroy a pool


5、Traceback (most recent call last):

File "/usr/bin/ceph-deploy", line 5, in <module>

from pkg_resources import load_entry_point

ImportError: No module named pkg_resources
报错原因 :缺少模块
解决办法:安装模块,命令:yum install -y python-setuptools


6、[ceph_deploy][ERROR ] ConfigError: Cannot load config: [Errno 2] No such file or directory: 'ceph.conf'; has `ceph-deploy new` been run in this directory?

报错原因:表明在当前目录下找不到 ceph.conf 配置文件

解决办法: 切换到有ceph.conf配置文件的目录中,然后再执行ceph-deploy命令或者用 ceph-deploy new <ceph-admin-node> 命令,在当前目录下来生成 ceph.conf 配置文件。其中,<ceph-admin-node> 是 Ceph 存储集群中的一个节点,用于管理和配置集群。确保你在命令中指定了正确的节点名称。

相关推荐
JNU freshman7 小时前
从 Ceph 16(Pacific)到 Ceph 18(Reef):cephadm 的伸缩性演进与 cephadm agent 到底“成熟”了吗?
java·大数据·ceph
wniuniu_9 小时前
概括。。。。
ceph
JNU freshman10 小时前
使用 cephadm + Docker 镜像在三台服务器上部署 Ceph 集群(含网络规划与 OSD DB/WAL 分离)
服务器·ceph·docker
JNU freshman13 小时前
Ceph RBD:一个镜像能否被多客户端同时映射?如何避免“多端同时写入”风险
ceph
wniuniu_1 天前
ceph16-18差异
ceph
腾讯数据架构师2 天前
cube studio 存储资源对接ceph
ceph·kubernetes·cube-studio·ai平台
哼了个哈3 天前
[Ceph 14.2.22] 使用Ceph原生命令部署单机集群
ceph
lisanmengmeng14 天前
cephfs rbd应用
linux·运维·服务器·ceph
oMcLin15 天前
如何在 Manjaro Linux 上实现高效的 Ceph 存储集群,提升大规模文件存储的冗余性与性能?
linux·运维·ceph
wniuniu_16 天前
ceph的osd
java·前端·ceph