随笔分类 -  ceph

摘要:[root@master ceph]# ceph -s cluster: id: 1508a2da-5991-487a-836c-d6e6527b1dc7 health: HEALTH_WARN 1 pool(s) have non-power-of-two pg_num mons master,n 阅读全文
posted @ 2025-10-21 17:50 slnngk 阅读(6) 评论(0) 推荐(0)
摘要:环境:Os:Centos 7[root@master /]# ceph versionceph version 14.2.22 (ca74598065096e6fcbd8433c8779a2be0c889351) nautilus (stable) ######################### 阅读全文
posted @ 2025-10-20 17:06 slnngk 阅读(9) 评论(0) 推荐(0)
摘要:环境:Os:Centos 7Ceph:14.2.22(N版) [root@master kuboard]# ceph version ceph version 14.2.22 (ca74598065096e6fcbd8433c8779a2be0c889351) nautilus (stable) 1 阅读全文
posted @ 2025-10-20 10:29 slnngk 阅读(6) 评论(0) 推荐(0)
摘要:环境:Os:Centos 7k8s:v1.28 ceph:14.2.22 ###############################################ceph端分配存储##############################1.分配osd pool和创建用户[root@mast 阅读全文
posted @ 2025-10-17 17:50 slnngk 阅读(13) 评论(0) 推荐(0)
摘要:1.查看ceph mgr状态 systemctl status ceph-mgr@master.servicesystemctl status ceph-mgr@node1.servicesystemctl status ceph-mgr@node2.service [root@master ~]# 阅读全文
posted @ 2025-10-14 14:58 slnngk 阅读(6) 评论(0) 推荐(0)
摘要:环境:Os:Centos 7ceph:14.2.2(N版) 1.禁用模块ceph mgr module disable dashboard 2.删除原来的配置ceph config rm mgr mgr/dashboard/server_addrceph config rm mgr mgr/dash 阅读全文
posted @ 2025-10-14 14:37 slnngk 阅读(14) 评论(0) 推荐(0)
摘要:1.停止 Ceph 服务每个节点都要执行systemctl stop ceph.target 执行了上面的命令后,下面的这些进程也会自动停掉了的systemctl status ceph-mon@mastersystemctl status ceph-mon@node1systemctl statu 阅读全文
posted @ 2025-10-11 11:32 slnngk 阅读(23) 评论(0) 推荐(0)