Guest User

Untitled

a guest
Jan 12th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.87 KB | None | 0 0
  1. [cephuser@lppa197 my-cluster]$ sudo ceph-deploy mon create lppa199 lppa200
  2. [ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf
  3. [ceph_deploy.cli][INFO  ] Invoked (1.5.21): /usr/bin/ceph-deploy mon create lppa199 lppa200
  4. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts lppa199 lppa200
  5. [ceph_deploy.mon][DEBUG ] detecting platform for host lppa199 ...
  6. root@lppa199's password:
  7. root@lppa199's password:
  8. [lppa199][DEBUG ] connected to host: lppa199
  9. [lppa199][DEBUG ] detect platform information from remote host
  10. [lppa199][DEBUG ] detect machine type
  11. [ceph_deploy.mon][INFO  ] distro info: CentOS 6.6 Final
  12. [lppa199][DEBUG ] determining if provided host has same hostname in remote
  13. [lppa199][DEBUG ] get remote short hostname
  14. [lppa199][DEBUG ] deploying mon to lppa199
  15. [lppa199][DEBUG ] get remote short hostname
  16. [lppa199][DEBUG ] remote hostname: lppa199
  17. [lppa199][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  18. [lppa199][DEBUG ] create the mon path if it does not exist
  19. [lppa199][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-lppa199/done
  20. [lppa199][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-lppa199/done
  21. [lppa199][INFO  ] creating keyring file: /var/lib/ceph/tmp/ceph-lppa199.mon.keyring
  22. [lppa199][DEBUG ] create the monitor keyring file
  23. [lppa199][INFO  ] Running command: ceph-mon --cluster ceph --mkfs -i lppa199 --keyring /var/lib/ceph/tmp/ceph-lppa199.mon.keyring
  24. [lppa199][DEBUG ] ceph-mon: set fsid to 12314fe0-8c24-4be5-a93e-7d54fdfb3cf3
  25. [lppa199][DEBUG ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-lppa199 for mon.lppa199
  26. [lppa199][INFO  ] unlinking keyring file /var/lib/ceph/tmp/ceph-lppa199.mon.keyring
  27. [lppa199][DEBUG ] create a done file to avoid re-doing the mon deployment
  28. [lppa199][DEBUG ] create the init path if it does not exist
  29. [lppa199][DEBUG ] locating the `service` executable...
  30. [lppa199][INFO  ] Running command: /sbin/service ceph -c /etc/ceph/ceph.conf start mon.lppa199
  31. [lppa199][DEBUG ] === mon.lppa199 ===
  32. [lppa199][DEBUG ] Starting Ceph mon.lppa199 on lppa199...
  33. [lppa199][WARNIN] 2015-01-12 12:49:28.524939 7fadf96d17a0 -1 no public_addr or public_network specified, and mon.lppa199 not present in monmap or ceph.conf
  34. [lppa199][DEBUG ] failed: 'ulimit -n 32768;  /usr/bin/ceph-mon -i lppa199 --pid-file /var/run/ceph/mon.lppa199.pid -c /etc/ceph/ceph.conf --cluster ceph '
  35. [lppa199][ERROR ] RuntimeError: command returned non-zero exit status: 1
  36. [ceph_deploy.mon][ERROR ] Failed to execute command: /sbin/service ceph -c /etc/ceph/ceph.conf start mon.lppa199
  37. [ceph_deploy.mon][DEBUG ] detecting platform for host lppa200 ...
  38. root@lppa200's password:
  39. root@lppa200's password:
  40. [lppa200][DEBUG ] connected to host: lppa200
  41. [lppa200][DEBUG ] detect platform information from remote host
  42. [lppa200][DEBUG ] detect machine type
  43. [ceph_deploy.mon][INFO  ] distro info: CentOS 6.6 Final
  44. [lppa200][DEBUG ] determining if provided host has same hostname in remote
  45. [lppa200][DEBUG ] get remote short hostname
  46. [lppa200][DEBUG ] deploying mon to lppa200
  47. [lppa200][DEBUG ] get remote short hostname
  48. [lppa200][DEBUG ] remote hostname: lppa200
  49. [lppa200][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  50. [lppa200][DEBUG ] create the mon path if it does not exist
  51. [lppa200][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-lppa200/done
  52. [lppa200][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-lppa200/done
  53. [lppa200][INFO  ] creating keyring file: /var/lib/ceph/tmp/ceph-lppa200.mon.keyring
  54. [lppa200][DEBUG ] create the monitor keyring file
  55. [lppa200][INFO  ] Running command: ceph-mon --cluster ceph --mkfs -i lppa200 --keyring /var/lib/ceph/tmp/ceph-lppa200.mon.keyring
  56. [lppa200][DEBUG ] ceph-mon: set fsid to 12314fe0-8c24-4be5-a93e-7d54fdfb3cf3
  57. [lppa200][DEBUG ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-lppa200 for mon.lppa200
  58. [lppa200][INFO  ] unlinking keyring file /var/lib/ceph/tmp/ceph-lppa200.mon.keyring
  59. [lppa200][DEBUG ] create a done file to avoid re-doing the mon deployment
  60. [lppa200][DEBUG ] create the init path if it does not exist
  61. [lppa200][DEBUG ] locating the `service` executable...
  62. [lppa200][INFO  ] Running command: /sbin/service ceph -c /etc/ceph/ceph.conf start mon.lppa200
  63. [lppa200][DEBUG ] === mon.lppa200 ===
  64. [lppa200][DEBUG ] Starting Ceph mon.lppa200 on lppa200...
  65. [lppa200][WARNIN] 2015-01-12 12:49:47.081762 7f29e81d57a0 -1 no public_addr or public_network specified, and mon.lppa200 not present in monmap or ceph.conf
  66. [lppa200][DEBUG ] failed: 'ulimit -n 32768;  /usr/bin/ceph-mon -i lppa200 --pid-file /var/run/ceph/mon.lppa200.pid -c /etc/ceph/ceph.conf --cluster ceph '
  67. [lppa200][ERROR ] RuntimeError: command returned non-zero exit status: 1
  68. [ceph_deploy.mon][ERROR ] Failed to execute command: /sbin/service ceph -c /etc/ceph/ceph.conf start mon.lppa200
  69. [ceph_deploy][ERROR ] GenericError: Failed to create 2 monitors
  70.  
  71. Error in sys.exitfunc:
Advertisement
Add Comment
Please, Sign In to add comment