ceph gps backfill_toofull

目的

修复 backfill_toolfull 故障

故障显示如下

复制代码
 ceph -c  -s
  cluster:
    id:     axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    health: HEALTH_WARN
            6 clients failing to respond to cache pressure
            Low space hindering backfill (add storage if this doesn't resolve itself): 2 pgs backfill_toofull

具体信息

复制代码
# ceph health detail
[WRN] PG_BACKFILL_FULL: Low space hindering backfill (add storage if this doesn't resolve itself): 2 pgs backfill_toofull
    pg 12.5c9 is active+remapped+backfill_wait+backfill_toofull, acting [125,165,196]
    pg 12.dd1 is active+remapped+backfill_wait+backfill_toofull, acting [79,59,104]

查询对应 OSD 空间

复制代码
$ ceph osd df | grep -E '^123|^\ 79|^165|^196|^\ 59|^104'
ID   CLASS  WEIGHT    REWEIGHT  SIZE     RAW USE  DATA     OMAP     META     AVAIL    %USE   VAR   PGS  STATUS
104    ssd  13.97069   1.00000   14 TiB  5.6 TiB  5.6 TiB  329 MiB   11 GiB  8.3 TiB  40.27  0.95  105      up
196    ssd  14.00000   1.00000   14 TiB  5.6 TiB  5.6 TiB  388 MiB   12 GiB  8.4 TiB  39.87  0.94   90      up
 59    ssd  13.97069   1.00000   14 TiB  4.8 TiB  4.8 TiB  209 MiB   10 GiB  9.1 TiB  34.54  0.81   86      up
165    ssd  14.00000   1.00000   14 TiB  5.8 TiB  5.8 TiB  298 MiB   10 GiB  8.2 TiB  41.37  0.97  112      up
 79    ssd  13.97069   1.00000   14 TiB  5.6 TiB  5.6 TiB  271 MiB   11 GiB  8.3 TiB  40.31  0.95  114      up
125    ssd  14.00000   1.00000   14 TiB  5.6 TiB  5.6 TiB  406 MiB   11 GiB  8.3 TiB  40.43  0.95  123      up

目测已用空间不到50%, 先观察

相关推荐
2401_8346369919 小时前
Ceph 分布式存储从入门到精通:架构解析 + cephadm 部署 + 存储池管理
ceph
吾皇斯巴达5 天前
ceph index-less桶可以用radosgw-admin bucket rm吗
ceph
运维全栈笔记17 天前
腾讯云 CVM 搭建 Ceph 集群部署笔记
笔记·ceph·腾讯云
刘某的Cloud18 天前
ceph osd 导入导出 rbd volume 卷
linux·运维·ceph·volume
heimeiyingwang18 天前
【架构实战】Kubernetes存储实战:从EmptyDir到Ceph CSI的持久化存储选型指南
ceph·架构·kubernetes
DLYSB_1 个月前
存储运维实战:基于 Ceph Event 监听与 Python 适配器的分布式存储健康度物理声光响应架构
运维·ceph·python·报警灯
AAA@峥1 个月前
Ceph 分布式文件系统 CephFS 实战指南
运维·分布式·ceph
AAA@峥1 个月前
Ceph RBD 块存储全解析:原理与实操汇总
运维·分布式·ceph
AAA@峥1 个月前
Ceph 集群配置管理完整指南
运维·数据库·分布式·ceph
胖兔纸22 个月前
OpenStack 1.7.2 & Ceph 9.2.1 运维命令
运维·ceph·openstack