Advertisement
lzedl

Untitled

May 26th, 2021
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. > docker-compose up
  2. Starting ceph-docker-compose_mon1_1 ... done
  3. Starting ceph-docker-compose_osd3_1 ... done
  4. Starting ceph-docker-compose_osd1_1 ... done
  5. Starting ceph-docker-compose_osd2_1 ... done
  6. Starting ceph-docker-compose_mgr_1 ... done
  7. Starting ceph-docker-compose_mds1_1 ... done
  8. Starting ceph-docker-compose_rgw1_1 ... done
  9. Attaching to ceph-docker-compose_mon1_1, ceph-docker-compose_osd3_1, ceph-docker-compose_osd1_1, ceph-docker-compose_mgr_1, ceph-docker-compose_osd2_1, ceph-docker-compose_mds1_1, ceph-docker-compose_rgw1_1
  10. mds1_1 | 2021-05-26 09:26:01 /entrypoint.sh: static: does not generate config
  11. mon1_1 | creating /etc/ceph/ceph.client.admin.keyring
  12. mgr_1 | 2021-05-26 09:25:59 /entrypoint.sh: static: does not generate config
  13. mgr_1 | 2021-05-26 09:25:59 /entrypoint.sh: static: does not generate the admin key, so we can not get it.
  14. osd1_1 | 2021-05-26 09:25:58 /entrypoint.sh: static: does not generate config
  15. mon1_1 | creating /etc/ceph/ceph.mon.keyring
  16. mgr_1 | 2021-05-26 09:25:59 /entrypoint.sh: static: make it available with the help of your configuration management system.
  17. osd1_1 | 2021-05-26 09:25:58 /entrypoint.sh: Creating osd
  18. osd1_1 | 2021-05-26 09:25:58.525 7f4f0c2c5700 -1 auth: unable to find a keyring on /var/lib/ceph/bootstrap-osd/ceph.keyring: (2) No such file or directory
  19. mon1_1 | creating /var/lib/ceph/bootstrap-osd/ceph.keyring
  20. osd2_1 | 2021-05-26 09:26:00 /entrypoint.sh: static: does not generate config
  21. mgr_1 | 2021-05-26 09:25:59 /entrypoint.sh: static: ceph-ansible is a good candidate to deploy a containerized version of Ceph.
  22. osd3_1 | 2021-05-26 09:25:57 /entrypoint.sh: static: does not generate config
  23. osd2_1 | 2021-05-26 09:26:00 /entrypoint.sh: Creating osd
  24. mgr_1 | 2021-05-26 09:25:59 /entrypoint.sh: static: ceph-ansible will help you fetching the keys and push them on the right nodes.
  25. mon1_1 | creating /var/lib/ceph/bootstrap-mds/ceph.keyring
  26. osd2_1 | 2021-05-26 09:26:00.653 7fd8a65f8700 -1 auth: unable to find a keyring on /var/lib/ceph/bootstrap-osd/ceph.keyring: (2) No such file or directory
  27. mon1_1 | creating /var/lib/ceph/bootstrap-rgw/ceph.keyring
  28. osd3_1 | 2021-05-26 09:25:57 /entrypoint.sh: Creating osd
  29. mon1_1 | creating /var/lib/ceph/bootstrap-rbd/ceph.keyring
  30. mgr_1 | 2021-05-26 09:25:59 /entrypoint.sh: static: if you're interested, please visit: https://github.com/ceph/ceph-ansible
  31. mon1_1 | monmaptool: monmap file /etc/ceph/monmap-ceph
  32. mon1_1 | monmaptool: set fsid to 94054069-0bae-4aa6-9eb6-34bc5ed35e98
  33. mon1_1 | monmaptool: writing epoch 0 to /etc/ceph/monmap-ceph (1 monitors)
  34. osd3_1 | 2021-05-26 09:25:58.377 7fe87f071700 -1 auth: unable to find a keyring on /var/lib/ceph/bootstrap-osd/ceph.keyring: (2) No such file or directory
  35. mon1_1 | importing contents of /var/lib/ceph/bootstrap-osd/ceph.keyring into /etc/ceph/ceph.mon.keyring
  36. mon1_1 | importing contents of /var/lib/ceph/bootstrap-mds/ceph.keyring into /etc/ceph/ceph.mon.keyring
  37. mon1_1 | importing contents of /var/lib/ceph/bootstrap-rgw/ceph.keyring into /etc/ceph/ceph.mon.keyring
  38. mon1_1 | importing contents of /var/lib/ceph/bootstrap-rbd/ceph.keyring into /etc/ceph/ceph.mon.keyring
  39. mon1_1 | importing contents of /etc/ceph/ceph.client.admin.keyring into /etc/ceph/ceph.mon.keyring
  40. rgw1_1 | 2021-05-26 09:26:02 /entrypoint.sh: static: does not generate config
  41. mon1_1 | 2021-05-26 09:26:02.609 7ffb702f0140 -1 unable to find any IP address in networks '172.18.0.0/16' interfaces ''
  42. ceph-docker-compose_mon1_1 exited with code 1
  43. ceph-docker-compose_mds1_1 exited with code 1
  44. rgw1_1 | 2021-05-26 09:26:12 /entrypoint.sh: Timed out while trying to reach out to the Ceph Monitor(s).
  45. rgw1_1 | 2021-05-26 09:26:12 /entrypoint.sh: Make sure your Ceph monitors are up and running in quorum.
  46. rgw1_1 | 2021-05-26 09:26:12 /entrypoint.sh: Also verify the validity of client.bootstrap-rgw keyring.
  47. ceph-docker-compose_rgw1_1 exited with code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement