Advertisement
alohamora

ceph pg problem

Mar 12th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. [root@storage0101-ib ~]#
  2. [root@storage0101-ib ~]# ceph status
  3. cluster c452b7df-0c0b-4005-8feb-fc3bb92407f5
  4. health HEALTH_WARN 6 pgs peering; 6 pgs stale; 6 pgs stuck inactive; 6 pgs stuck stale; 6 pgs stuck unclean; 12 requests are blocked > 32 sec
  5. monmap e6: 3 mons at {storage0101-ib=192.168.100.101:6789/0,storage0106-ib=192.168.100.106:6789/0,storage0111-ib=192.168.100.111:6789/0}, election epoch 2836, quorum 0,1,2 storage0101-ib,storage0106-ib,storage0111-ib
  6. mdsmap e58: 1/1/1 up {0=storage0101-ib=up:active}
  7. osdmap e11274: 165 osds: 165 up, 165 in
  8. pgmap v1571361: 66256 pgs, 30 pools, 181 TB data, 46733 kobjects
  9. 90563 GB used, 351 TB / 448 TB avail
  10. 66250 active+clean
  11. 6 stale+peering
  12.  
  13. [root@storage0101-ib ~]#
  14. [root@storage0101-ib ~]#
  15. [root@storage0101-ib ~]#
  16. [root@storage0101-ib ~]# ceph health detail
  17. HEALTH_WARN 6 pgs peering; 6 pgs stale; 6 pgs stuck inactive; 6 pgs stuck stale; 6 pgs stuck unclean; 12 requests are blocked > 32 sec; 1 osds have slow requests
  18. pg 2.1566 is stuck inactive for 1207470.095199, current state stale+peering, last acting [126]
  19. pg 34.1546 is stuck inactive for 1297887.577120, current state stale+peering, last acting [126]
  20. pg 29.154b is stuck inactive for 1229273.464255, current state stale+peering, last acting [126]
  21. pg 2.dc2 is stuck inactive for 1207423.978913, current state stale+peering, last acting [126]
  22. pg 29.da7 is stuck inactive for 1233815.272169, current state stale+peering, last acting [126]
  23. pg 34.da2 is stuck inactive for 1207847.521794, current state stale+peering, last acting [126]
  24. pg 2.1566 is stuck unclean for 1207470.101983, current state stale+peering, last acting [126]
  25. pg 34.1546 is stuck unclean for 1297887.583901, current state stale+peering, last acting [126]
  26. pg 29.154b is stuck unclean for 1229273.471035, current state stale+peering, last acting [126]
  27. pg 2.dc2 is stuck unclean for 1207423.985693, current state stale+peering, last acting [126]
  28. pg 29.da7 is stuck unclean for 1233815.278949, current state stale+peering, last acting [126]
  29. pg 34.da2 is stuck unclean for 1207847.528574, current state stale+peering, last acting [126]
  30. pg 2.1566 is stuck stale for 1207357.403088, current state stale+peering, last acting [126]
  31. pg 34.1546 is stuck stale for 1207357.403094, current state stale+peering, last acting [126]
  32. pg 29.154b is stuck stale for 1207357.403058, current state stale+peering, last acting [126]
  33. pg 2.dc2 is stuck stale for 1207357.399137, current state stale+peering, last acting [126]
  34. pg 29.da7 is stuck stale for 1207357.399126, current state stale+peering, last acting [126]
  35. pg 34.da2 is stuck stale for 1207357.398977, current state stale+peering, last acting [126]
  36. 12 ops are blocked > 2097.15 sec
  37. 12 ops are blocked > 2097.15 sec on osd.126
  38. 1 osds have slow requests
  39. [root@storage0101-ib ~]#
  40. [root@storage0101-ib ~]#
  41. [root@storage0101-ib ~]#
  42. [root@storage0101-ib ~]# ceph pg 34.da2 query
  43. Error ENOENT: i don't have pgid 34.da2
  44. [root@storage0101-ib ~]#
  45. [root@storage0101-ib ~]# ceph pg 29.da7 query
  46. Error ENOENT: i don't have pgid 29.da7
  47. [root@storage0101-ib ~]#
  48. [root@storage0101-ib ~]# ceph pg 2.dc2 query
  49. Error ENOENT: i don't have pgid 2.dc2
  50. [root@storage0101-ib ~]#
  51. [root@storage0101-ib ~]#
  52. [root@storage0101-ib ~]# ceph pg map 34.da2
  53. osdmap e11274 pg 34.da2 (34.da2) -> up [126,99] acting [126,99]
  54. [root@storage0101-ib ~]#
  55. [root@storage0101-ib ~]# ceph pg map 29.da7
  56. osdmap e11274 pg 29.da7 (29.da7) -> up [126,99] acting [126,99]
  57. [root@storage0101-ib ~]# ceph pg map 2.dc2
  58. osdmap e11274 pg 2.dc2 (2.dc2) -> up [126,99] acting [126,99]
  59. [root@storage0101-ib ~]#
  60. [root@storage0101-ib ~]#
  61. [root@storage0101-ib ~]#
  62. [root@storage0101-ib ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement