Hi List, I would like to know the best way to have several radosgw servers on the same cluster with the same ceph.conf file From now, I have 2 radosgw server but I have 1 conf file on each with below section on parrot : [client.radosgw.gateway] host = parrot keyring = /etc/ceph/ceph.client.radosgw.keyring rgw socket path = "" log file = /var/log/radosgw/client.radosgw.gateway.log rgw frontends = fastcgi socket_port=9000 socket_host=0.0.0.0 rgw print continue = false rgw enable usage log = true rgw usage log tick interval = 30 rgw usage log flush threshold = 1024 rgw usage max shards = 32 rgw usage max user shards = 1 And below section on cougar node : [client.radosgw.gateway] host = cougar keyring = /etc/ceph/ceph.client.radosgw.keyring rgw socket path = "" log file = /var/log/radosgw/client.radosgw.gateway.log rgw frontends = fastcgi socket_port=9000 socket_host=0.0.0.0 rgw print continue = false rgw enable usage log = true rgw usage log tick interval = 30 rgw usage log flush threshold = 1024 rgw usage max shards = 32 rgw usage max user shards = 1 Is it possible to have 2 different keys for parrot and cougar and 2 sections client.radosgw in order to have the same ceph.conf for whole cluster (and use cep-deploy to push conf) ? Thanks |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com