radosgw ignores rgw_frontends? (10.2.2)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I just did a test deployment using ceph-deploy rgw create <hostname> after which I've added

[client.rgw.c11n1]
rgw_frontends = “civetweb port=80”

to the config.

Using show-config I can see that it’s there:

root@c11n1:~# ceph --id rgw.c11n1 --show-config | grep civet
debug_civetweb = 1/10
rgw_frontends = civetweb port=80
root@c11n1:~#

However, radosgw ignores it:

root@c11n1:~# netstat -anlp | grep radosgw
tcp        0      0 IP:48514       IP:6800        ESTABLISHED 29879/radosgw
tcp        0      0 IP:47484       IP:6789         ESTABLISHED 29879/radosgw
unix  2      [ ACC ]     STREAM     LISTENING     720517   29879/radosgw       /var/run/ceph/ceph-client.rgw.c11n1.asok
root@c11n1:~#

I’ve removed the key under /var/lib/ceph and copied it under /etc/ceph then added the keyring configuration after, which is read and is used by radosgw.

Any ideas how I could debug this further?
Is there a debug option that shows me that configuration settings is it reading from the configuration file?

I’ve been launching it for debugging purposes like this:
usr/bin/radosgw --cluster=ceph -c /etc/ceph/ceph.conf --id rgw.c11n1 -d --setuser ceph --setgroup ceph --debug_rgw='20/20' --debug_client='20/20' --debug_civetweb='20/20' --debug_asok='20/20' --debug_auth='20/20' --debug-rgw=20/20

Thanks,
Zoltan
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com




[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux