I think apart from what you are doing, you need to add the following in your conf file rgw section.
rgw_frontends="civetweb port=<port_to_be_used>"
Separate rgw section should have different civetweb ports mentioned.
Thanks & Regards
Somnath
From: Italo Santos [mailto:okdokk@xxxxxxxxx]
Sent: Wednesday, June 24, 2015 3:53 PM
To: Somnath Roy
Cc: ceph-users@xxxxxxxxxxxxxx
Subject: Re: [ceph-users] RadosGW - Multiple instances on same host
I’ve create the files, one for each instance but when I restart the radosgw I see the message bellow on radosgw logs:
2015-06-24 18:46:47.567711 7f30190e3780 0 civetweb: 0xaed360: set_ports_option: cannot bind to 7480: 98 (Address already in use)
Could you show how did you do that with civetweb?
On Wednesday, June 24, 2015 at 18:26, Somnath Roy wrote:
Hi Italo,
What we did was with civetweb and each RGW instances will be running with its own civetweb instances I guess.
Now, it seems you are trying to run multiple fastcgi external servers with single apache instance. This should work but I never tried
and I am not sure how apache load balanced between those.
I think along with the different fcgi file, you need to create separate rgw conf file within
/etc/apache2/sites-available .
Thanks & Regards
Somnath
From: Italo Santos [mailto:okdokk@xxxxxxxxx]
Sent: Wednesday, June 24, 2015 1:46 PM
To: Somnath Roy
Cc: ceph-users@xxxxxxxxxxxxxx
Subject: Re: [ceph-users] RadosGW - Multiple instances on same host
In this case I’ll need create a ceph.conf like bellow Also, I’ll need to create two different .fcgi files on /var/www/ one for each instance, as same with the apache config, right?
[client.radosgw.instance-01]
keyring = /etc/ceph/ceph.client.radosgw.instance-01.keyring
rgw socket path = /var/run/ceph/ceph.radosgw.instance-01.fastcgi.sock
log file = /var/log/radosgw/client.radosgw.log
rgw dns name = instance-01.mydomain
rgw enable apis = s3, admin
rgw enable ops log = true
[client.radosgw.instance-02]
keyring = /etc/ceph/ceph.client.radosgw.instance-02.keyring
rgw socket path = /var/run/ceph/ceph.radosgw.instance-02.fastcgi.sock
log file = /var/log/radosgw/client.radosgw.log
rgw dns name = instance-02.mydomain
rgw enable apis = s3, admin
rgw enable ops log = true
On Wednesday, June 24, 2015 at 17:33, Somnath Roy wrote:
Yes, it is possible. Each RGW instance is very cpu intensive, make sure you don’t run out of cpu though. Also, each one will be having
its own webserver in front so you need a LB in front.
Thanks & Regards
Somnath
From: ceph-users [mailto:ceph-users-bounces@xxxxxxxxxxxxxx]
On Behalf Of Italo Santos
Sent: Wednesday, June 24, 2015 1:05 PM
To: ceph-users@xxxxxxxxxxxxxx
Subject: [ceph-users] RadosGW - Multiple instances on same host
I’d like to know if someone knows if its possible run multiples radosgw instances on the same host? What I’m trying to do is have two diferente radosgw instances responding by different rgw dns...
PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended recipient, you are hereby notified that you have received this
message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify the sender by telephone or e-mail (as shown above) immediately and destroy
any and all copies of this message in your possession (whether hard copies or electronically stored copies).
|