Advertisement
lifeboy

ceph-deploy mon add problem

May 6th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.14 KB | None | 0 0
  1. root@h1:~# ceph-deploy mon add s2
  2. [ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf
  3. [ceph_deploy.cli][INFO  ] Invoked (1.5.31): /usr/bin/ceph-deploy mon add s2
  4. [ceph_deploy.cli][INFO  ] ceph-deploy options:
  5. [ceph_deploy.cli][INFO  ]  username                      : None
  6. [ceph_deploy.cli][INFO  ]  verbose                       : False
  7. [ceph_deploy.cli][INFO  ]  overwrite_conf                : False
  8. [ceph_deploy.cli][INFO  ]  subcommand                    : add
  9. [ceph_deploy.cli][INFO  ]  quiet                         : False
  10. [ceph_deploy.cli][INFO  ]  cd_conf                       : <ceph_deploy.conf.cephdeploy.Conf instance at 0x7fe1427255a8>
  11. [ceph_deploy.cli][INFO  ]  cluster                       : ceph
  12. [ceph_deploy.cli][INFO  ]  mon                           : ['s2']
  13. [ceph_deploy.cli][INFO  ]  func                          : <function mon at 0x7fe142b96668>
  14. [ceph_deploy.cli][INFO  ]  address                       : None
  15. [ceph_deploy.cli][INFO  ]  ceph_conf                     : None
  16. [ceph_deploy.cli][INFO  ]  default_release               : False
  17. [ceph_deploy.mon][INFO  ] ensuring configuration of new mon host: s2
  18. [ceph_deploy.admin][DEBUG ] Pushing admin keys and conf to s2
  19. [s2][DEBUG ] connected to host: s2
  20. [s2][DEBUG ] detect platform information from remote host
  21. [s2][DEBUG ] detect machine type
  22. [s2][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  23. [ceph_deploy.mon][DEBUG ] Adding mon to cluster ceph, host s2
  24. [ceph_deploy.mon][DEBUG ] using mon address by resolving host: 192.168.121.32
  25. [ceph_deploy.mon][DEBUG ] detecting platform for host s2 ...
  26. [s2][DEBUG ] connected to host: s2
  27. [s2][DEBUG ] detect platform information from remote host
  28. [s2][DEBUG ] detect machine type
  29. [s2][DEBUG ] find the location of an executable
  30. [ceph_deploy.mon][INFO  ] distro info: debian 8.4 jessie
  31. [s2][DEBUG ] determining if provided host has same hostname in remote
  32. [s2][DEBUG ] get remote short hostname
  33. [s2][DEBUG ] adding mon to s2
  34. [s2][DEBUG ] get remote short hostname
  35. [s2][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  36. [s2][DEBUG ] create the mon path if it does not exist
  37. [s2][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-s2/done
  38. [s2][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-s2/done
  39. [s2][INFO  ] creating keyring file: /var/lib/ceph/tmp/ceph-s2.mon.keyring
  40. [s2][DEBUG ] create the monitor keyring file
  41. [s2][INFO  ] Running command: ceph mon getmap -o /var/lib/ceph/tmp/ceph.s2.monmap
  42. [s2][WARNIN] 2016-05-06 21:08:16.215428 7fa544142700  0 -- :/1072943220 >> 192.168.121.32:6789/0 pipe(0x7fa54005d270 sd=3 :0 s=1 pgs=0 cs=0 l=1 c=0x7fa540059570).fault
  43. [s2][WARNIN] 2016-05-06 21:08:19.215512 7fa53b869700  0 -- :/1072943220 >> 192.168.121.32:6789/0 pipe(0x7fa530000c00 sd=4 :0 s=1 pgs=0 cs=0 l=1 c=0x7fa530004ef0).fault
  44. [s2][WARNIN] 2016-05-06 21:08:22.215675 7fa544142700  0 -- :/1072943220 >> 192.168.121.32:6789/0 pipe(0x7fa5300081b0 sd=4 :0 s=1 pgs=0 cs=0 l=1 c=0x7fa53000c450).fault
  45. [s2][WARNIN] 2016-05-06 21:08:25.215875 7fa53b869700  0 -- :/1072943220 >> 192.168.121.32:6789/0 pipe(0x7fa530000c00 sd=4 :0 s=1 pgs=0 cs=0 l=1 c=0x7fa5300065c0).fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement