Advertisement
Guest User

Untitled

a guest
May 29th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. node01:/data/ceph_backend/mon/store.db# ceph mon_status
  2. { "name": "1",
  3. "rank": 2,
  4. "state": "peon",
  5. "election_epoch": 33864,
  6. "quorum": [
  7. 1,
  8. 2],
  9. "outside_quorum": [],
  10. "extra_probe_peers": [],
  11. "monmap": { "epoch": 1,
  12. "fsid": "5b59811a-d235-488f-9b9b-953db7e5028b",
  13. "modified": "2012-07-20 19:38:06.219171",
  14. "created": "2012-07-20 19:38:06.219171",
  15. "mons": [
  16. { "rank": 0,
  17. "name": "2",
  18. "addr": "10.10.168.11:6789\/0"},
  19. { "rank": 1,
  20. "name": "0",
  21. "addr": "10.10.145.10:6789\/0"},
  22. { "rank": 2,
  23. "name": "1",
  24. "addr": "10.10.145.11:6789\/0"}]}}
  25.  
  26. node02:~# ceph mon_status
  27. 2013-05-29 19:56:43.430947 f395db70 0 -- :/24428 >> 10.10.168.11:6789/0 pipe(0x8c2ecc8 sd=3 :0 s=1 pgs=0 cs=0 l=1).fault
  28. { "name": "1",
  29. "rank": 2,
  30. "state": "peon",
  31. "election_epoch": 33864,
  32. "quorum": [
  33. 1,
  34. 2],
  35. "outside_quorum": [],
  36. "extra_probe_peers": [],
  37. "monmap": { "epoch": 1,
  38. "fsid": "5b59811a-d235-488f-9b9b-953db7e5028b",
  39. "modified": "2012-07-20 19:38:06.219171",
  40. "created": "2012-07-20 19:38:06.219171",
  41. "mons": [
  42. { "rank": 0,
  43. "name": "2",
  44. "addr": "10.10.168.11:6789\/0"},
  45. { "rank": 1,
  46. "name": "0",
  47. "addr": "10.10.145.10:6789\/0"},
  48. { "rank": 2,
  49. "name": "1",
  50. "addr": "10.10.145.11:6789\/0"}]}}
  51.  
  52. node01:/data/ceph_backend/mon/store.db# ceph mon_status
  53. { "name": "0",
  54. "rank": 1,
  55. "state": "leader",
  56. "election_epoch": 33864,
  57. "quorum": [
  58. 1,
  59. 2],
  60. "outside_quorum": [],
  61. "extra_probe_peers": [],
  62. "monmap": { "epoch": 1,
  63. "fsid": "5b59811a-d235-488f-9b9b-953db7e5028b",
  64. "modified": "2012-07-20 19:38:06.219171",
  65. "created": "2012-07-20 19:38:06.219171",
  66. "mons": [
  67. { "rank": 0,
  68. "name": "2",
  69. "addr": "10.10.168.11:6789\/0"},
  70. { "rank": 1,
  71. "name": "0",
  72. "addr": "10.10.145.10:6789\/0"},
  73. { "rank": 2,
  74. "name": "1",
  75. "addr": "10.10.145.11:6789\/0"}]}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement