Advertisement
Guest User

Untitled

a guest
Sep 5th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ubuntu@admin-node:~/ceph-cluster$ ssh mon01 "sudo ceph daemon mon.mon01 mon_status"
  2. ceph@mon01's password:
  3. sudo: unable to resolve host mon01
  4. { "name": "mon01",
  5. "rank": 0,
  6. "state": "probing",
  7. "election_epoch": 1,
  8. "quorum": [],
  9. "outside_quorum": [
  10. "mon01"],
  11. "extra_probe_peers": [],
  12. "sync_provider": [],
  13. "monmap": { "epoch": 4,
  14. "fsid": "23641b5c-d141-4c0c-a074-3a4d0891108a",
  15. "modified": "2014-09-05 12:34:13.455354",
  16. "created": "0.000000",
  17. "mons": [
  18. { "rank": 0,
  19. "name": "mon01",
  20. "addr": "192.168.10.50:6789\/0"},
  21. { "rank": 1,
  22. "name": "mon02",
  23. "addr": "192.168.10.54:6789\/0"}]}}
  24.  
  25. ubuntu@admin-node:~/ceph-cluster$ ssh mon02 "sudo ceph daemon mon.mon02 mon_status"
  26. ceph@mon02's password:
  27. sudo: unable to resolve host mon02
  28. { "name": "mon02",
  29. "rank": -1,
  30. "state": "probing",
  31. "election_epoch": 0,
  32. "quorum": [],
  33. "outside_quorum": [],
  34. "extra_probe_peers": [],
  35. "sync_provider": [],
  36. "monmap": { "epoch": 0,
  37. "fsid": "23641b5c-d141-4c0c-a074-3a4d0891108a",
  38. "modified": "2014-09-05 07:11:53.543470",
  39. "created": "0.000000",
  40. "mons": [
  41. { "rank": 0,
  42. "name": "mon01",
  43. "addr": "192.168.10.50:6789\/0"}]}}
  44.  
  45. ubuntu@admin-node:~/ceph-cluster$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement