Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. root@vpsdev01:~/test# ceph-deploy new vpsdev01
  2. [ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf
  3. [ceph_deploy.cli][INFO ] Invoked (1.5.25): /usr/bin/ceph-deploy new vpsdev01
  4. [ceph_deploy.new][DEBUG ] Creating new cluster named ceph
  5. [ceph_deploy.new][INFO ] making sure passwordless SSH succeeds
  6. [vpsdev01][DEBUG ] connected to host: vpsdev01
  7. [vpsdev01][DEBUG ] detect platform information from remote host
  8. [vpsdev01][DEBUG ] detect machine type
  9. [vpsdev01][DEBUG ] find the location of an executable
  10. [vpsdev01][INFO ] Running command: /bin/ip link show
  11. [vpsdev01][INFO ] Running command: /bin/ip addr show
  12. [vpsdev01][DEBUG ] IP addresses found: ['10.2.83.31', '10.2.209.31', '10.20.88.31', '10.2.82.31']
  13. [ceph_deploy.new][DEBUG ] Resolving host vpsdev01
  14. [ceph_deploy.new][DEBUG ] Monitor vpsdev01 at 10.2.82.31
  15. [ceph_deploy.new][DEBUG ] Monitor initial members are ['vpsdev01']
  16. [ceph_deploy.new][DEBUG ] Monitor addrs are ['10.2.82.31']
  17. [ceph_deploy.new][DEBUG ] Creating a random mon key...
  18. [ceph_deploy.new][DEBUG ] Writing monitor keyring to ceph.mon.keyring...
  19. [ceph_deploy.new][DEBUG ] Writing initial config to ceph.conf...
  20.  
  21. root@vpsdev01:~/test# cat ceph.conf
  22. [global]
  23. fsid = a33fe4f1-1140-4805-9bf6-9f87e3fcff2e
  24. mon_initial_members = vpsdev01
  25. mon_host = 10.2.82.31
  26. auth_cluster_required = cephx
  27. auth_service_required = cephx
  28. auth_client_required = cephx
  29. filestore_xattr_use_omap = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement