Advertisement
Guest User

Untitled

a guest
Dec 5th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. ceph@ceph-admin ~/clustername $ ceph-deploy gatherkeys ceph-admin
  2. [ceph_deploy.cli][INFO ] Invoked (1.3.2): /usr/bin/ceph-deploy gatherkeys ceph-admin
  3. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph-admin for /etc/ceph/ceph.client.admin.keyring
  4. [ceph-admin][DEBUG ] connected to host: ceph-admin
  5. [ceph-admin][DEBUG ] detect platform information from remote host
  6. [ceph-admin][DEBUG ] detect machine type
  7. [ceph-admin][DEBUG ] fetch remote file
  8. [ceph_deploy.gatherkeys][DEBUG ] Got ceph.client.admin.keyring key from ceph-admin.
  9. [ceph_deploy.gatherkeys][DEBUG ] Have ceph.mon.keyring
  10. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph-admin for /var/lib/ceph/bootstrap-osd/ceph.keyring
  11. [ceph-admin][DEBUG ] connected to host: ceph-admin
  12. [ceph-admin][DEBUG ] detect platform information from remote host
  13. [ceph-admin][DEBUG ] detect machine type
  14. [ceph-admin][DEBUG ] fetch remote file
  15. [ceph_deploy.gatherkeys][DEBUG ] Got ceph.bootstrap-osd.keyring key from ceph-admin.
  16. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph-admin for /var/lib/ceph/bootstrap-mds/ceph.keyring
  17. [ceph-admin][DEBUG ] connected to host: ceph-admin
  18. [ceph-admin][DEBUG ] detect platform information from remote host
  19. [ceph-admin][DEBUG ] detect machine type
  20. [ceph-admin][DEBUG ] fetch remote file
  21. [ceph_deploy.gatherkeys][DEBUG ] Got ceph.bootstrap-mds.keyring key from ceph-admin.
  22. Exception in thread Thread-3 (most likely raised during interpreter shutdown):
  23. Traceback (most recent call last):
  24. File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner
  25. File "/usr/lib/python2.6/site-packages/ceph_deploy/lib/remoto/lib/execnet/threadpool.py", line 84, in run
  26. File "/usr/lib/python2.6/site-packages/ceph_deploy/lib/remoto/lib/execnet/threadpool.py", line 65, in _run_once
  27. File "/usr/lib64/python2.6/Queue.py", line 168, in get
  28. File "/usr/lib64/python2.6/threading.py", line 232, in wait
  29. <type 'exceptions.TypeError'>: 'NoneType' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement