Kamenets

Ceph Error

Mar 12th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.84 KB | None | 0 0
  1. root@pve4:~# ceph -s
  2.   cluster:
  3.     id:     87dd1f45-1cce-4826-8098-db1770210b97
  4.     health: HEALTH_ERR
  5.             1/409925 objects unfound (0.000%)
  6.             Possible data damage: 1 pg recovery_unfound
  7.             Degraded data redundancy: 3/1229775 objects degraded (0.000%), 1 pg degraded
  8.  
  9.   services:
  10.     mon: 4 daemons, quorum pve4,pve5,pve6,pve7 (age 2d)
  11.     mgr: pve5(active, since 5M), standbys: pve6, pve4, pve7
  12.     osd: 16 osds: 16 up (since 5M), 16 in (since 12M)
  13.  
  14.   data:
  15.     pools:   3 pools, 512 pgs
  16.     objects: 409.93k objects, 1.6 TiB
  17.     usage:   4.7 TiB used, 8.0 TiB / 13 TiB avail
  18.     pgs:     3/1229775 objects degraded (0.000%)
  19.              1/409925 objects unfound (0.000%)
  20.              511 active+clean
  21.              1   active+recovery_unfound+degraded+repair
  22.  
  23.   io:
  24.     client:   0 B/s rd, 0 B/s wr, 0 op/s rd, 0 op/s wr
  25.  
  26. root@pve4:~# ceph health detail
  27. HEALTH_ERR 1/409925 objects unfound (0.000%); Possible data damage: 1 pg recovery_unfound; Degraded data redundancy: 3/1229775 objects degraded (0.000%), 1 pg degraded
  28. OBJECT_UNFOUND 1/409925 objects unfound (0.000%)
  29.     pg 2.9d has 1 unfound objects
  30. PG_DAMAGED Possible data damage: 1 pg recovery_unfound
  31.     pg 2.9d is active+recovery_unfound+degraded+repair, acting [1,13,9], 1 unfound
  32. PG_DEGRADED Degraded data redundancy: 3/1229775 objects degraded (0.000%), 1 pg degraded
  33.     pg 2.9d is active+recovery_unfound+degraded+repair, acting [1,13,9], 1 unfound
  34.  
  35. root@pve4:~# ceph pg dump_json pools |grep 2.9d
  36. dumped all
  37. 2.9d       1310                  1        3         0       1 5494145024           0          0 3031     3031 active+recovery_unfound+degraded+repair 2021-03-12 10:47:48.576627  181'2094733  181:2498995  [1,13,9]          1  [1,13,9]              1  167'2091303 2021-03-12 10:47:47.478370     167'2091303 2021-03-12 10:47:47.478370             0
  38.  
Advertisement
Add Comment
Please, Sign In to add comment