技术杂谈 · 2023年3月18日 0

【openstack】ceph异常处理——requests are blocked > 32 sec

1、查看ceph集群状态

ceph -s

2、查看集群健康状态详情

ceph health detail

3、查询故障osd所在节点

ceph osd find 274

4、登录节点

ssh region1-node-172-18-0-77

5、重启osd

/etc/init.d/ceph stop osd.274
/etc/init.d/ceph start osd.274

6、观察ceph集群状态

ceph health detail
watch ceph -s