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%, 先观察

相关推荐
韭菜张师傅1 天前
Ceph FS 命令详解
ceph
韭菜张师傅1 天前
Ceph MDS 命令详解
网络·ceph
lpruoyu1 天前
【云原生】Kubernetes平台存储系统搭建_CRI、CNI、CSI
ceph·云原生·容器·kubernetes
JNU freshman2 天前
Ceph 中与“重构/恢复/回填/重平衡”相关的参数表
java·ceph·重构
Insist7534 天前
基于 ceph-deploy 部署 Ceph 集群
运维·服务器·ceph
韭菜张师傅4 天前
Ceph MGR 命令详解
ceph
无级程序员6 天前
xsky/ceph rbd新建pool后,无法创建新盘
ceph
韭菜张师傅6 天前
CephFS存储池详解与命名规范:Rocky 9.6 + Ceph 17.2.9环境实践
ceph
韭菜张师傅6 天前
Ceph MON 命令详解
ceph
韭菜张师傅9 天前
Ceph环境完全重置指南:彻底清理集群环境
java·网络·ceph