Advertisement
Guest User

Untitled

a guest
Sep 5th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ubuntu@admin-node:~/ceph-cluster$ ceph-deploy --overwrite-conf mon add mon02
  2. [ceph_deploy.cli][INFO ] Invoked (1.4.0): /usr/bin/ceph-deploy --overwrite-conf mon add mon02
  3. [ceph_deploy.mon][INFO ] ensuring configuration of new mon host: mon02
  4. [ceph_deploy.admin][DEBUG ] Pushing admin keys and conf to mon02
  5. ceph@mon02's password:
  6. sudo: unable to resolve host mon02
  7. [mon02][DEBUG ] connected to host: mon02
  8. [mon02][DEBUG ] detect platform information from remote host
  9. [mon02][DEBUG ] detect machine type
  10. [mon02][DEBUG ] get remote short hostname
  11. [mon02][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  12. [ceph_deploy.mon][DEBUG ] Adding mon to cluster ceph, host mon02
  13. [ceph_deploy.mon][DEBUG ] using mon address by resolving host: 192.168.10.54
  14. [ceph_deploy.mon][DEBUG ] detecting platform for host mon02 ...
  15. ceph@mon02's password:
  16. sudo: unable to resolve host mon02
  17. [mon02][DEBUG ] connected to host: mon02
  18. [mon02][DEBUG ] detect platform information from remote host
  19. [mon02][DEBUG ] detect machine type
  20. [ceph_deploy.mon][INFO ] distro info: Ubuntu 14.04 trusty
  21. [mon02][DEBUG ] determining if provided host has same hostname in remote
  22. [mon02][DEBUG ] get remote short hostname
  23. [mon02][DEBUG ] adding mon to mon02
  24. [mon02][DEBUG ] get remote short hostname
  25. [mon02][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  26. [mon02][DEBUG ] create the mon path if it does not exist
  27. [mon02][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-mon02/done
  28. [mon02][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-mon02/done
  29. [mon02][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-mon02.mon.keyring
  30. [mon02][DEBUG ] create the monitor keyring file
  31. [mon02][INFO ] Running command: sudo ceph mon getmap -o /var/lib/ceph/tmp/ceph.mon02.monmap
  32. [mon02][WARNIN] got monmap epoch 3
  33. [mon02][INFO ] Running command: sudo ceph-mon --cluster ceph --mkfs -i mon02 --monmap /var/lib/ceph/tmp/ceph.mon02.monmap --keyring /var/lib/ceph/tmp/ceph-mon02.mon.keyring
  34. [mon02][DEBUG ] ceph-mon: set fsid to 23641b5c-d141-4c0c-a074-3a4d0891108a
  35. [mon02][DEBUG ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-mon02 for mon.mon02
  36. [mon02][INFO ] Running command: sudo ceph mon add mon02 192.168.10.54
  37. [mon02][WARNIN] 2014-09-05 12:33:17.148493 7fa196884700 0 monclient: hunting for new mon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement