Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@node1:~# cephadm bootstrap --mon-ip 192.168.122.100
- Verifying podman|docker is present...
- Verifying lvm2 is present...
- Verifying time synchronization is in place...
- Unit chrony.service is enabled and running
- Repeating the final host check...
- podman (/usr/bin/podman) version 3.0.1 is present
- systemctl is present
- lvcreate is present
- Unit chrony.service is enabled and running
- Host looks OK
- Cluster fsid: e7cfa322-71c2-11ed-bceb-525400165ad3
- Verifying IP 192.168.122.100 port 3300 ...
- Verifying IP 192.168.122.100 port 6789 ...
- Mon IP `192.168.122.100` is in CIDR network `192.168.122.0/24`
- Mon IP `192.168.122.100` is in CIDR network `192.168.122.0/24`
- Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network
- Pulling container image quay.io/ceph/ceph:v17...
- Ceph version: ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable)
- Extracting ceph user uid/gid from container image...
- Creating initial keys...
- Creating initial monmap...
- Creating mon...
- Waiting for mon to start...
- Waiting for mon...
- mon is available
- Assimilating anything we can from ceph.conf...
- Generating new minimal ceph.conf...
- Restarting the monitor...
- Setting mon public_network to 192.168.122.0/24
- Wrote config to /etc/ceph/ceph.conf
- Wrote keyring to /etc/ceph/ceph.client.admin.keyring
- Creating mgr...
- Verifying port 9283 ...
- Waiting for mgr to start...
- Waiting for mgr...
- mgr not available, waiting (1/15)...
- mgr not available, waiting (2/15)...
- mgr is available
- Enabling cephadm module...
- Waiting for the mgr to restart...
- Waiting for mgr epoch 5...
- mgr epoch 5 is available
- Setting orchestrator backend to cephadm...
- Generating ssh key...
- Wrote public SSH key to /etc/ceph/ceph.pub
- Adding key to root@localhost authorized_keys...
- Adding host node1...
- 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
- /usr/bin/ceph: stderr Error EINVAL: Unable to reach remote host node1. Process exited with non-zero exit status 127
- 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