Of course!
[root@cephrgw01 ~]# ps -ef | grep rgw
root 766 1 0 mar09 ?00:00:00 /sbin/dhclient -H cephrgw01
-q -lf /var/lib/dhclient/dhclient--eth0.lease -pf
/var/run/dhclient-eth0.pid eth0
ceph 895 1 0 mar09 ?00:14:39 /usr/bin/radosgw -f
--cluster ceph --name c
Thank you Iban.
Can you please also send me the output of : ps -ef ! grep rgw
Many Thanks.
On Mar 13, 2017 7:32 PM, "Iban Cabrillo" wrote:
> HI Yair,
> This is my conf:
>
> [client.rgw.cephrgw]
> host = cephrgw01
> rgw_frontends = "civetweb port=8080s ssl_certificate=/etc/pki/tls/
> cephrgw01.
HI Yair,
This is my conf:
[client.rgw.cephrgw]
host = cephrgw01
rgw_frontends = "civetweb port=8080s
ssl_certificate=/etc/pki/tls/cephrgw01.crt"
rgw_zone = RegionOne
keyring = /etc/ceph/ceph.client.rgw.cephrgw.keyring
log_file = /var/log/ceph/client.rgw.cephrgw.log
rgw_keystone_url = https://key
But per the doc the client stanza should include
client.radosgw.instance_name
[client.rgw.ceph-rgw-02]
host = ceph-rgw-02
keyring = /etc/ceph/ceph.client.radosgw.keyring
log file = /var/log/radosgw/client.radosgw.gateway.log
rgw_frontends = "civetweb port=8080"
"For example, if your node name
On 03/13/2017 04:06 PM, Yair Magnezi wrote:
Thank you Abhishek
But still ...
root@ceph-rgw-02:/var/log/ceph# ps -ef | grep rgw
ceph 1332 1 1 14:59 ?00:00:00 /usr/bin/radosgw
--cluster=ceph --id *rgw.ceph-rgw-02* -f --setuser ceph --setgroup ceph
root@ceph-rgw-02:/var/log/c
Thank you Abhishek
But still ...
root@ceph-rgw-02:/var/log/ceph# ps -ef | grep rgw
ceph 1332 1 1 14:59 ?00:00:00 /usr/bin/radosgw
--cluster=ceph --id *rgw.ceph-rgw-02* -f --setuser ceph --setgroup ceph
root@ceph-rgw-02:/var/log/ceph# cat /etc/ceph/ceph.conf
[global]
fsid = 00c
On 03/13/2017 03:26 PM, Yair Magnezi wrote:
Hello Wido
yes , the is my /etc/cep/ceph.conf
and yes radosgw.ceph-rgw-02 is the running instance .
root@ceph-rgw-02:/var/log/ceph# ps -ef | grep -i rgw
ceph 17226 1 0 14:02 ?00:00:01 /usr/bin/radosgw
--cluster=ceph --id rgw.ceph
Hello Wido
yes , the is my /etc/cep/ceph.conf
and yes radosgw.ceph-rgw-02 is the running instance .
root@ceph-rgw-02:/var/log/ceph# ps -ef | grep -i rgw
ceph 17226 1 0 14:02 ?00:00:01 /usr/bin/radosgw
--cluster=ceph --id rgw.ceph-rgw-02 -f --setuser ceph --setgroup ceph
Thank
> Op 13 maart 2017 om 15:03 schreef Yair Magnezi :
>
>
> Hello Cephers .
>
> I'm trying to modify the civetweb default port to 80 but from some
> reason it insists on listening on the default 7480 port
>
> My configuration is quiet simple ( experimental ) and looks like this :
>
>
> [gl