Advertisement
lifeboy

ceph deploy gatherkeys

Sep 4th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.05 KB | None | 0 0
  1. root@s1:/etc/pve# ceph-deploy gatherkeys s1 s2 h1
  2. [ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf
  3. [ceph_deploy.cli][INFO  ] Invoked (1.5.34): /usr/bin/ceph-deploy gatherkeys s1 s2 h1
  4. [ceph_deploy.cli][INFO  ] ceph-deploy options:
  5. [ceph_deploy.cli][INFO  ]  username                      : None
  6. [ceph_deploy.cli][INFO  ]  verbose                       : False
  7. [ceph_deploy.cli][INFO  ]  overwrite_conf                : False
  8. [ceph_deploy.cli][INFO  ]  quiet                         : False
  9. [ceph_deploy.cli][INFO  ]  cd_conf                       : <ceph_deploy.conf.cephdeploy.Conf instance at 0x7f9766aad0e0>
  10. [ceph_deploy.cli][INFO  ]  cluster                       : ceph
  11. [ceph_deploy.cli][INFO  ]  mon                           : ['s1', 's2', 'h1']
  12. [ceph_deploy.cli][INFO  ]  func                          : <function gatherkeys at 0x7f9766f02410>
  13. [ceph_deploy.cli][INFO  ]  ceph_conf                     : None
  14. [ceph_deploy.cli][INFO  ]  default_release               : False
  15. [ceph_deploy.gatherkeys][INFO  ] Storing keys in temp directory /tmp/tmpFbyI75
  16. [s1][DEBUG ] connected to host: s1
  17. [s1][DEBUG ] detect platform information from remote host
  18. [s1][DEBUG ] detect machine type
  19. [s1][DEBUG ] get remote short hostname
  20. [s1][DEBUG ] fetch remote file
  21. [ceph_deploy.gatherkeys][WARNIN] No mon key found in host: s1
  22. [s2][DEBUG ] connected to host: s2
  23. [s2][DEBUG ] detect platform information from remote host
  24. [s2][DEBUG ] detect machine type
  25. [s2][DEBUG ] get remote short hostname
  26. [s2][DEBUG ] fetch remote file
  27. [ceph_deploy.gatherkeys][WARNIN] No mon key found in host: s2
  28. [h1][DEBUG ] connected to host: h1
  29. [h1][DEBUG ] detect platform information from remote host
  30. [h1][DEBUG ] detect machine type
  31. [h1][DEBUG ] get remote short hostname
  32. [h1][DEBUG ] fetch remote file
  33. [ceph_deploy.gatherkeys][WARNIN] No mon key found in host: h1
  34. [ceph_deploy.gatherkeys][ERROR ] Failed to connect to host:s1, s2, h1
  35. [ceph_deploy.gatherkeys][INFO  ] Destroy temp directory /tmp/tmpFbyI75
  36. [ceph_deploy][ERROR ] RuntimeError: Failed to connect any mon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement