如何调整pool的crush rule 前期准备一、确定pool使用哪个crush rule(关注rule id) [root@node12 ~]# ceph osd pool ls detail pool 2 'vol-ssd' replicated size 3 min_size 2 crush_rule 8 object_hash ... 辣条①号 CEPH维护类 2023年 3月 24日 307 次浏览 0 阅读全文
部署过ceph的pve节点故障,如何踢出集群 A、在正常节点上踢出故障节点 查看集群成员 + 查看集群状态 pvecm nodes pvecm status 在pve集群中删除故障节点 pvecm delnode $hostname 删除 故障节点的 ceph节点中故障的 mon信息(前提是有的话) ceph mon remove $hostname 删除故障节点 ... 辣条①号 CEPH维护类 2023年 3月 23日 644 次浏览 0 阅读全文
ceph之mon常见故障处理方式 A、删除失效mon root@cunchu4:~# ceph -s cluster: id: xxxxxxxxxxxxxxxxxxxxxxx health: HEALTH_WARN 1/4 mons down, quorum cunchu2,cunchu3,cunchu4 root@cunchu4:~# ceph mo ... 辣条①号 CEPH故障类 2023年 3月 22日 279 次浏览 0 阅读全文
ceph常见WARN告警的处理方式 附:IBM关于ceph的故障类文章 https://www.ibm.com/docs/en/storage-ceph/6?topic=storage-setting-crush-location-daemons 1、类别:Too many repaired reads 解决办法:重启对应的OSD 2、类别:recent ... 辣条①号 CEPH故障类 2023年 3月 22日 1,123 次浏览 0 阅读全文
ceph常见ERROR告警处理方式 1、类别:scrub errors,pg inconsistent #故障现象: root@ceph01:~# ceph health detail HEALTH_ERR 1 scrub errors; Possible data damage: 1 pg inconsistent [ERR] OSD_SCRUB_ER ... 辣条①号 CEPH故障类 2023年 3月 22日 992 次浏览 0 阅读全文
ceph常用运维命令 systemctl管理命令[host级别] systemctl stop|start ceph.target #启动|停止所有ceph进程 systemctl start ceph-mon.target #启动mon进程 systemctl start ceph-osd.target #启动所有osd进程 system ... 辣条①号 CEPH维护类 2023年 2月 4日 441 次浏览 0 阅读全文