Advertisement
Guest User

Untitled

a guest
Sep 5th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ubuntu@admin-node:~/ceph-cluster$ ceph-deploy mon add mon02
  2. [ceph_deploy.cli][INFO ] Invoked (1.4.0): /usr/bin/ceph-deploy 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. wsudo: 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] 2014-09-05 12:08:57.353523 7fa8855de700 -1 auth: can't open admin.key: (2) No such file or directory
  33. [mon02][WARNIN] 2014-09-05 12:08:57.354464 7fa8855de700 -1 monclient(hunting): ERROR: missing keyring, cannot use cephx for authentication
  34. [mon02][WARNIN] 2014-09-05 12:08:57.354978 7fa8855de700 0 librados: client.admin initialization error (2) No such file or directory
  35. [mon02][WARNIN] Error connecting to cluster: ObjectNotFound
  36. [mon02][ERROR ] RuntimeError: command returned non-zero exit status: 1
  37. [ceph_deploy.mon][ERROR ] Failed to execute command: ceph mon getmap -o /var/lib/ceph/tmp/ceph.mon02.monmap
  38. [ceph_deploy][ERROR ] GenericError: Failed to add monitor to host: mon02
  39.  
  40. ubuntu@admin-node:~/ceph-cluster$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement