Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.49 KB | None | 0 0
  1. ~/my-cluster$ ceph-deploy mon create ceph-node2-osd ceph-node3-osd ceph-node1-mon
  2. [ceph_deploy.cli][INFO ] Invoked (1.2.7): /usr/bin/ceph-deploy mon create ceph-node2-osd ceph-node3-osd ceph-node1-mon
  3. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts ceph-node2-osd ceph-node3-osd ceph-node1-mon
  4. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph-node2-osd ...
  5. [ceph_deploy.sudo_pushy][DEBUG ] will use a remote connection with sudo
  6. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  7. [ceph-node2-osd][DEBUG ] determining if provided host has same hostname in remote
  8. [ceph-node2-osd][DEBUG ] deploying mon to ceph-node2-osd
  9. [ceph-node2-osd][DEBUG ] remote hostname: ceph-node2-osd
  10. [ceph-node2-osd][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  11. [ceph-node2-osd][ERROR ] Traceback (most recent call last):
  12. [ceph-node2-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/decorators.py", line 10, in inner
  13. [ceph-node2-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/conf.py", line 13, in write_conf
  14. [ceph-node2-osd][ERROR ] IOError: [Errno 2] No such file or directory: '/etc/ceph/ceph.conf.51192.tmp'
  15. [ceph-node2-osd][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph-node2-osd/done
  16. [ceph-node2-osd][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph-node2-osd/done
  17. [ceph-node2-osd][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph-node2-osd.mon.keyring
  18. [ceph-node2-osd][INFO ] create the monitor keyring file
  19. [ceph-node2-osd][INFO ] Running command: ceph-mon --cluster ceph --mkfs -i ceph-node2-osd --keyring /var/lib/ceph/tmp/ceph-ceph-node2-osd.mon.keyring
  20. [ceph-node2-osd][ERROR ] Traceback (most recent call last):
  21. [ceph-node2-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/hosts/common.py", line 72, in mon_create
  22. [ceph-node2-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/decorators.py", line 10, in inner
  23. [ceph-node2-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/wrappers.py", line 6, in remote_call
  24. [ceph-node2-osd][ERROR ] File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  25. [ceph-node2-osd][ERROR ] raise CalledProcessError(retcode, cmd)
  26. [ceph-node2-osd][ERROR ] CalledProcessError: Command '['ceph-mon', '--cluster', 'ceph', '--mkfs', '-i', 'ceph-node2-osd', '--keyring', '/var/lib/ceph/tmp/ceph-ceph-node2-osd.mon.keyring']' returned non-zero exit status 10
  27. [ceph-node2-osd][ERROR ] unable to find any monitors in conf. please specify monitors via -m monaddr or -c ceph.conf
  28. [ceph-node2-osd][ERROR ] ceph-mon: warning: no initial monitors; must use admin socket to feed hints
  29. [ceph-node2-osd][ERROR ] ceph-mon: generated monmap has no fsid; use '--fsid <uuid>'
  30. [ceph-node2-osd][ERROR ] 2013-10-23 10:40:06.474876 7f6ca54cf780 -1 did not load config file, using default settings.
  31. [ceph_deploy.mon][ERROR ] Failed to execute command: ceph-mon --cluster ceph --mkfs -i ceph-node2-osd --keyring /var/lib/ceph/tmp/ceph-ceph-node2-osd.mon.keyring
  32. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph-node3-osd ...
  33. [ceph_deploy.sudo_pushy][DEBUG ] will use a remote connection with sudo
  34. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  35. [ceph-node3-osd][DEBUG ] determining if provided host has same hostname in remote
  36. [ceph-node3-osd][DEBUG ] deploying mon to ceph-node3-osd
  37. [ceph-node3-osd][DEBUG ] remote hostname: ceph-node3-osd
  38. [ceph-node3-osd][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  39. [ceph-node3-osd][ERROR ] Traceback (most recent call last):
  40. [ceph-node3-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/decorators.py", line 10, in inner
  41. [ceph-node3-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/conf.py", line 13, in write_conf
  42. [ceph-node3-osd][ERROR ] IOError: [Errno 2] No such file or directory: '/etc/ceph/ceph.conf.64306.tmp'
  43. [ceph-node3-osd][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph-node3-osd/done
  44. [ceph-node3-osd][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph-node3-osd/done
  45. [ceph-node3-osd][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph-node3-osd.mon.keyring
  46. [ceph-node3-osd][INFO ] create the monitor keyring file
  47. [ceph-node3-osd][INFO ] Running command: ceph-mon --cluster ceph --mkfs -i ceph-node3-osd --keyring /var/lib/ceph/tmp/ceph-ceph-node3-osd.mon.keyring
  48. [ceph-node3-osd][ERROR ] Traceback (most recent call last):
  49. [ceph-node3-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/hosts/common.py", line 72, in mon_create
  50. [ceph-node3-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/decorators.py", line 10, in inner
  51. [ceph-node3-osd][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/wrappers.py", line 6, in remote_call
  52. [ceph-node3-osd][ERROR ] File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  53. [ceph-node3-osd][ERROR ] raise CalledProcessError(retcode, cmd)
  54. [ceph-node3-osd][ERROR ] CalledProcessError: Command '['ceph-mon', '--cluster', 'ceph', '--mkfs', '-i', 'ceph-node3-osd', '--keyring', '/var/lib/ceph/tmp/ceph-ceph-node3-osd.mon.keyring']' returned non-zero exit status 10
  55. [ceph-node3-osd][ERROR ] unable to find any monitors in conf. please specify monitors via -m monaddr or -c ceph.conf
  56. [ceph-node3-osd][ERROR ] ceph-mon: warning: no initial monitors; must use admin socket to feed hints
  57. [ceph-node3-osd][ERROR ] ceph-mon: generated monmap has no fsid; use '--fsid <uuid>'
  58. [ceph-node3-osd][ERROR ] 2013-10-23 10:40:07.563330 7fba54b99780 -1 did not load config file, using default settings.
  59. [ceph_deploy.mon][ERROR ] Failed to execute command: ceph-mon --cluster ceph --mkfs -i ceph-node3-osd --keyring /var/lib/ceph/tmp/ceph-ceph-node3-osd.mon.keyring
  60. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph-node1-mon ...
  61. [ceph_deploy.sudo_pushy][DEBUG ] will use a remote connection with sudo
  62. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  63. [ceph-node1-mon][DEBUG ] determining if provided host has same hostname in remote
  64. [ceph-node1-mon][DEBUG ] deploying mon to ceph-node1-mon
  65. [ceph-node1-mon][DEBUG ] remote hostname: ceph-node1-mon
  66. [ceph-node1-mon][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  67. [ceph-node1-mon][ERROR ] Traceback (most recent call last):
  68. [ceph-node1-mon][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/decorators.py", line 10, in inner
  69. [ceph-node1-mon][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/conf.py", line 13, in write_conf
  70. [ceph-node1-mon][ERROR ] IOError: [Errno 2] No such file or directory: '/etc/ceph/ceph.conf.5223.tmp'
  71. [ceph-node1-mon][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph-node1-mon/done
  72. [ceph-node1-mon][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph-node1-mon/done
  73. [ceph-node1-mon][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph-node1-mon.mon.keyring
  74. [ceph-node1-mon][INFO ] create the monitor keyring file
  75. [ceph-node1-mon][INFO ] Running command: ceph-mon --cluster ceph --mkfs -i ceph-node1-mon --keyring /var/lib/ceph/tmp/ceph-ceph-node1-mon.mon.keyring
  76. [ceph-node1-mon][ERROR ] Traceback (most recent call last):
  77. [ceph-node1-mon][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/hosts/common.py", line 72, in mon_create
  78. [ceph-node1-mon][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/decorators.py", line 10, in inner
  79. [ceph-node1-mon][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/wrappers.py", line 6, in remote_call
  80. [ceph-node1-mon][ERROR ] File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  81. [ceph-node1-mon][ERROR ] raise CalledProcessError(retcode, cmd)
  82. [ceph-node1-mon][ERROR ] CalledProcessError: Command '['ceph-mon', '--cluster', 'ceph', '--mkfs', '-i', 'ceph-node1-mon', '--keyring', '/var/lib/ceph/tmp/ceph-ceph-node1-mon.mon.keyring']' returned non-zero exit status 10
  83. [ceph-node1-mon][ERROR ] unable to find any monitors in conf. please specify monitors via -m monaddr or -c ceph.conf
  84. [ceph-node1-mon][ERROR ] ceph-mon: warning: no initial monitors; must use admin socket to feed hints
  85. [ceph-node1-mon][ERROR ] ceph-mon: generated monmap has no fsid; use '--fsid <uuid>'
  86. [ceph-node1-mon][ERROR ] 2013-10-23 10:40:08.554864 7f403f196780 -1 did not load config file, using default settings.
  87. [ceph_deploy.mon][ERROR ] Failed to execute command: ceph-mon --cluster ceph --mkfs -i ceph-node1-mon --keyring /var/lib/ceph/tmp/ceph-ceph-node1-mon.mon.keyring
  88. [ceph_deploy][ERROR ] GenericError: Failed to create 3 monitors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement