Advertisement
rlr219

page4.2

Oct 16th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. root@ss123:~# ceph pg 4.2 query
  2.  
  3. { "state": "active+recovering+degraded+backfill",
  4. "up": [
  5. 6,
  6. 12,
  7. 13],
  8. "acting": [
  9. 6,
  10. 12,
  11. 13],
  12. "info": { "pgid": "4.2",
  13. "last_update": "9528'10507979",
  14. "last_complete": "9528'10507979",
  15. "log_tail": "9445'10493013",
  16. "last_backfill": "MAX",
  17. "purged_snaps": "[1~5,7~c,17~14]",
  18. "history": { "epoch_created": 12,
  19. "last_epoch_started": 9525,
  20. "last_epoch_clean": 9499,
  21. "last_epoch_split": 9520,
  22. "same_up_since": 9521,
  23. "same_interval_since": 9523,
  24. "same_primary_since": 9452,
  25. "last_scrub": "8249'10335699",
  26. "last_scrub_stamp": "2012-10-13 06:54:48.258680"},
  27. "stats": { "version": "9528'10507979",
  28. "reported": "9452'97245",
  29. "state": "active+recovering+degraded+backfill",
  30. "last_fresh": "2012-10-16 15:42:46.709976",
  31. "last_change": "2012-10-16 13:08:47.890953",
  32. "last_active": "2012-10-16 15:42:46.709976",
  33. "last_clean": "2012-10-15 22:32:55.607731",
  34. "last_unstale": "2012-10-16 15:42:46.709976",
  35. "mapping_epoch": 9521,
  36. "log_start": "9445'10493013",
  37. "ondisk_log_start": "9445'10493013",
  38. "created": 12,
  39. "last_epoch_clean": 12,
  40. "parent": "0.0",
  41. "parent_split_bits": 0,
  42. "last_scrub": "8249'10335699",
  43. "last_scrub_stamp": "2012-10-13 06:54:48.258680",
  44. "log_size": 2031472,
  45. "ondisk_log_size": 2031472,
  46. "stat_sum": { "num_bytes": 55289718110,
  47. "num_objects": 48744,
  48. "num_object_clones": 39382,
  49. "num_object_copies": 0,
  50. "num_objects_missing_on_primary": 0,
  51. "num_objects_degraded": 0,
  52. "num_objects_unfound": 0,
  53. "num_read": 90,
  54. "num_read_kb": 100,
  55. "num_write": 10381658,
  56. "num_write_kb": 112417868},
  57. "stat_cat_sum": {},
  58. "up": [
  59. 6,
  60. 12,
  61. 13],
  62. "acting": [
  63. 6,
  64. 12,
  65. 13]},
  66. "empty": 0,
  67. "dne": 0,
  68. "incomplete": 0},
  69. "recovery_state": [
  70. { "name": "Started\/Primary\/Active",
  71. "enter_time": "2012-10-16 13:08:47.884917",
  72. "might_have_unfound": [],
  73. "scrub": { "scrub_epoch_start": "4294967294",
  74. "scrub_active": 0,
  75. "scrub_block_writes": 0,
  76. "finalizing_scrub": 0,
  77. "scrub_waiting_on": 0,
  78. "scrub_waiting_on_whom": []}},
  79. { "name": "Started",
  80. "enter_time": "2012-10-16 13:08:37.378310"}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement