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. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-12 22:58:06       67 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-12 22:58:06       72 阅读
  3. 在Django里面运行非项目文件

    2024-07-12 22:58:06       58 阅读
  4. Python语言-面向对象

    2024-07-12 22:58:06       69 阅读

热门阅读

  1. [NeetCode 150] Products of Array Discluding Self

    2024-07-12 22:58:06       24 阅读
  2. NCNN源码学习(1):Mat详解

    2024-07-12 22:58:06       19 阅读
  3. Spring Boot对接大模型:实战价值与技巧

    2024-07-12 22:58:06       20 阅读
  4. 算法学习记录3

    2024-07-12 22:58:06       21 阅读
  5. linux的CUDA、torch和驱动GPU驱动的对应问题

    2024-07-12 22:58:06       19 阅读
  6. 递归函数遍历格式化字典

    2024-07-12 22:58:06       22 阅读
  7. 【LeetCode】2089. 找出数组排序后的目标下标

    2024-07-12 22:58:06       22 阅读
  8. 简谈设计模式之单例模式

    2024-07-12 22:58:06       20 阅读
  9. Linux文件系统

    2024-07-12 22:58:06       18 阅读
  10. 进程的阻塞

    2024-07-12 22:58:06       24 阅读