Advertisement
Guest User

Untitled

a guest
Dec 1st, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. root@node1:~# cephadm bootstrap --mon-ip 192.168.122.100
  2. Verifying podman|docker is present...
  3. Verifying lvm2 is present...
  4. Verifying time synchronization is in place...
  5. Unit chrony.service is enabled and running
  6. Repeating the final host check...
  7. podman (/usr/bin/podman) version 3.0.1 is present
  8. systemctl is present
  9. lvcreate is present
  10. Unit chrony.service is enabled and running
  11. Host looks OK
  12. Cluster fsid: e7cfa322-71c2-11ed-bceb-525400165ad3
  13. Verifying IP 192.168.122.100 port 3300 ...
  14. Verifying IP 192.168.122.100 port 6789 ...
  15. Mon IP `192.168.122.100` is in CIDR network `192.168.122.0/24`
  16. Mon IP `192.168.122.100` is in CIDR network `192.168.122.0/24`
  17. Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network
  18. Pulling container image quay.io/ceph/ceph:v17...
  19. Ceph version: ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable)
  20. Extracting ceph user uid/gid from container image...
  21. Creating initial keys...
  22. Creating initial monmap...
  23. Creating mon...
  24. Waiting for mon to start...
  25. Waiting for mon...
  26. mon is available
  27. Assimilating anything we can from ceph.conf...
  28. Generating new minimal ceph.conf...
  29. Restarting the monitor...
  30. Setting mon public_network to 192.168.122.0/24
  31. Wrote config to /etc/ceph/ceph.conf
  32. Wrote keyring to /etc/ceph/ceph.client.admin.keyring
  33. Creating mgr...
  34. Verifying port 9283 ...
  35. Waiting for mgr to start...
  36. Waiting for mgr...
  37. mgr not available, waiting (1/15)...
  38. mgr not available, waiting (2/15)...
  39. mgr is available
  40. Enabling cephadm module...
  41. Waiting for the mgr to restart...
  42. Waiting for mgr epoch 5...
  43. mgr epoch 5 is available
  44. Setting orchestrator backend to cephadm...
  45. Generating ssh key...
  46. Wrote public SSH key to /etc/ceph/ceph.pub
  47. Adding key to root@localhost authorized_keys...
  48. Adding host node1...
  49. Non-zero exit code 22 from /usr/bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v17 -e NODE_NAME=node1 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e7cfa322-71c2-11ed-bceb-525400165ad3:/var/log/ceph:z -v /tmp/ceph-tmp5yvkzwox:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpie85k374:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v17 orch host add node1 192.168.122.100
  50. /usr/bin/ceph: stderr Error EINVAL: Unable to reach remote host node1. Process exited with non-zero exit status 127
  51. ERROR: Failed to add host <node1>: Failed command: /usr/bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v17 -e NODE_NAME=node1 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e7cfa322-71c2-11ed-bceb-525400165ad3:/var/log/ceph:z -v /tmp/ceph-tmp5yvkzwox:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpie85k374:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v17 orch host add node1 192.168.122.100: Error EINVAL: Unable to reach remote host node1. Process exited with non-zero exit status 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement