Guest User

Untitled

a guest
Jun 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. root@r6-410-1:~# docker logs bootstrap_osd_0
  2. INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json
  3. INFO:__main__:Validating config file
  4. INFO:__main__:Kolla config strategy set to: COPY_ALWAYS
  5. INFO:__main__:Copying service configuration files
  6. INFO:__main__:Coping file from /var/lib/kolla/config_files/ceph.conf to /etc/ceph/ceph.conf
  7. INFO:__main__:Setting file /etc/ceph/ceph.conf owner to ceph:ceph
  8. INFO:__main__:Setting file /etc/ceph/ceph.conf permission to 0600
  9. INFO:__main__:Coping file from /var/lib/kolla/config_files/ceph.client.admin.keyring to /etc/ceph/ceph.client.admin.keyring
  10. INFO:__main__:Setting file /etc/ceph/ceph.client.admin.keyring owner to ceph:ceph
  11. INFO:__main__:Setting file /etc/ceph/ceph.client.admin.keyring permission to 0600
  12. INFO:__main__:Writing out command to execute
  13. Error connecting to cluster: TimedOut
  14.  
  15.  
  16. root@r6-410-1:~# docker logs ceph_mon
  17. INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json
  18. INFO:__main__:Validating config file
  19. INFO:__main__:Kolla config strategy set to: COPY_ALWAYS
  20. INFO:__main__:Copying service configuration files
  21. INFO:__main__:Deleting file /etc/ceph/ceph.conf
  22. INFO:__main__:Coping file from /var/lib/kolla/config_files/ceph.conf to /etc/ceph/ceph.conf
  23. INFO:__main__:Setting file /etc/ceph/ceph.conf owner to ceph:ceph
  24. INFO:__main__:Setting file /etc/ceph/ceph.conf permission to 0600
  25. INFO:__main__:Writing out command to execute
  26. creating /tmp/ceph.mon.keyring
  27. importing contents of /etc/ceph/ceph.client.admin.keyring into /tmp/ceph.mon.keyring
  28. importing contents of /etc/ceph/ceph.client.mon.keyring into /tmp/ceph.mon.keyring
  29. ceph-mon: set fsid to 01f8fdf1-4854-4f76-a7d4-ec3218b52577
  30. ceph-mon: created monfs at /var/lib/ceph/mon/ceph-192.168.6.32 for mon.192.168.6.32
  31. Running command: '/usr/bin/ceph-mon -f -i 192.168.6.32 --public-addr 192.168.6.32:6789'
  32. starting mon.192.168.6.32 rank 0 at 192.168.6.32:6789/0 mon_data /var/lib/ceph/mon/ceph-192.168.6.32 fsid 01f8fdf1-4854-4f76-a7d4-ec3218b52577
  33. root@r6-410-1:~#
Add Comment
Please, Sign In to add comment