> 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.
> Yes, I forgot the ceph.conf, sorry.
[global]
fsid = e79c0ace-b910-40af-ab2c-ae90fa4f5dd2
mon initial members = mon1, mon2, mon3
mon host = 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
public network = 192.168.1.0/24
cluster_network = 172.16.0.0/16
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
osd journal size = 1024
osd pool default size = 3
osd pool default min size = 2
osd pool default pg num = 333
osd pool default pgp num = 333
osd crush chooseleaf type = 1
[client.rgw.s3]
host = s3 # See note (1)
rgw frontends = "civetweb port=80"
rgw dns name = s3.anonicloud.test
(1) In RedHat doc I found to put here the hostname -s; in other pages on
the net they indicated the ip address... where is the truth?
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx