Hi all,
on a working test cluster trying to install radosgw on a separate
machine; the system is like
mon1...mon3 - 192.168.1.50 - 192.168.1.52
osd1...osd3 - 192.168.1.60 - 192.168.1.60 + Cluster network 172.16.0.0/16
radosgw - hostname - s3.anonicloud.test - IP: 192.168.1.70
Everything deployed under Debian 10.10.
Installed radosgw and ceph-common via apt; modified ceph.conf as follows
on mon1 and propagated the modified file to all hosts and obviously to
s3.anonicloud.test.
Side note: I run a local DNS for the anonicloud.test zone and with dig
the hostname resolve to the correct ip.
Also the ceph.client.admin.keyring has been copied to radosgw host.
However, when I try to ceph -s on the new host, this is the result:
# ceph -s
server name not found: v2:192.168.1.50:3300 (Name or service not known)
unable to parse addrs in 'v2:192.168.1.50:3300,v1:192.168.1.50:6789,
v2:192.168.1.51:3300,v1:192.168.1.51:6789,
v2:192.168.1.52:3300,v1:192.168.1.52:6789'
[errno 22] error connecting to the cluster
Obviously any other command like:
# ceph auth get-or-create client.rgw.`hostname -s` osd 'allow rwx' mon
'allow rw' -o /var/lib/ceph/radosgw/ceph-rgw.`hostname -s`/keyring
...fails in the same way.
Hostname has been set as:
# cat /etc/hostname
s3.anonicloud.test
# cat /etc/resolv.conf
domain anonicloud.test
search anonicloud.test
nameserver 192.168.1.200 # This is my local DNS
# cat /etc/hosts
127.0.0.1 localhost
192.168.1.70 s3.anonicloud.test s3
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Sidenote: IPv6 has been disabled on this machine.
Any help is appreciated.
Thanks, Francesco
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx