Advertisement
Guest User

Untitled

a guest
Sep 5th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ceph@mon01:~$ sudo ceph daemon mon.mon01 mon_status
  2. sudo: unable to resolve host mon01
  3. { "name": "mon01",
  4. "rank": 1,
  5. "state": "probing",
  6. "election_epoch": 0,
  7. "quorum": [],
  8. "outside_quorum": [
  9. "mon01"],
  10. "extra_probe_peers": [],
  11. "sync_provider": [],
  12. "monmap": { "epoch": 2,
  13. "fsid": "23641b5c-d141-4c0c-a074-3a4d0891108a",
  14. "modified": "2014-09-05 07:11:53.543470",
  15. "created": "0.000000",
  16. "mons": [
  17. { "rank": 0,
  18. "name": "mon02",
  19. "addr": "192.168.0.54:6789\/0"},
  20. { "rank": 1,
  21. "name": "mon01",
  22. "addr": "192.168.10.50:6789\/0"}]}}
  23.  
  24. ceph@mon01:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement