Advertisement
Guest User

Untitled

a guest
Sep 16th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. ceph@brizo:~/mycluster$ ls
  2. ceph.bootstrap-mds.keyring ceph.bootstrap-osd.keyring ceph.client.admin.keyring ceph.conf ceph.log ceph.mon.keyring
  3. ceph@brizo:~/mycluster$ ceph-deploy mon create brizo.classmarkets.net
  4. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts brizo.classmarkets.net
  5. [ceph_deploy.mon][DEBUG ] detecting platform for host brizo.classmarkets.net ...
  6. ceph@brizo.classmarkets.net's password:
  7. [ceph_deploy.mon][INFO ] distro info: Debian 7 wheezy
  8. [brizo.classmarkets.net][DEBUG ] deploying mon to brizo.classmarkets.net
  9. [brizo.classmarkets.net][DEBUG ] remote hostname: brizo
  10. [brizo.classmarkets.net][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  11. [brizo.classmarkets.net][ERROR ] Traceback (most recent call last):
  12. [brizo.classmarkets.net][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/decorators.py", line 10, in inner
  13. [brizo.classmarkets.net][ERROR ] def inner(*args, **kwargs):
  14. [brizo.classmarkets.net][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/conf.py", line 12, in write_conf
  15. [brizo.classmarkets.net][ERROR ] line = self.fp.readline()
  16. [brizo.classmarkets.net][ERROR ] RuntimeError: config file /etc/ceph/ceph.conf exists with different content; use --overwrite-conf to overwrite
  17. [brizo.classmarkets.net][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-brizo/done
  18. [brizo.classmarkets.net][INFO ] create a done file to avoid re-doing the mon deployment
  19. [brizo.classmarkets.net][INFO ] create the init path if it does not exist
  20. [brizo.classmarkets.net][INFO ] locating `service` executable...
  21. [brizo.classmarkets.net][INFO ] found `service` executable: /usr/sbin/service
  22. [brizo.classmarkets.net][INFO ] Running command: /usr/sbin/service ceph start mon.brizo
  23. [brizo.classmarkets.net][ERROR ] Traceback (most recent call last):
  24. [brizo.classmarkets.net][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/hosts/debian/mon/create.py", line 35, in create
  25. [brizo.classmarkets.net][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/decorators.py", line 10, in inner
  26. [brizo.classmarkets.net][ERROR ] def inner(*args, **kwargs):
  27. [brizo.classmarkets.net][ERROR ] File "/usr/lib/python2.7/dist-packages/ceph_deploy/util/wrappers.py", line 6, in remote_call
  28. [brizo.classmarkets.net][ERROR ] This allows us to only remote-execute the actual calls, not whole functions.
  29. [brizo.classmarkets.net][ERROR ] File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  30. [brizo.classmarkets.net][ERROR ] raise CalledProcessError(retcode, cmd)
  31. [brizo.classmarkets.net][ERROR ] CalledProcessError: Command '['/usr/sbin/service', 'ceph', 'start', 'mon.brizo']' returned non-zero exit status 1
  32. [ceph_deploy.mon][ERROR ] Failed to execute command: /usr/sbin/service ceph start mon.brizo
  33. [ceph_deploy][ERROR ] GenericError: Failed to create 1 monitors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement