s3gw.fcgi should have same configuration name in ceph.conf
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.rados.gateway
|
exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
err to syslog = {{ use_syslog }}
|
err to syslog = {{ use_syslog }}
|
||||||
clog to syslog = {{ use_syslog }}
|
clog to syslog = {{ use_syslog }}
|
||||||
|
|
||||||
[client.rados.gateway]
|
[client.radosgw.gateway]
|
||||||
host = {{ hostname }}
|
host = {{ hostname }}
|
||||||
keyring = /etc/ceph/keyring.rados.gateway
|
keyring = /etc/ceph/keyring.rados.gateway
|
||||||
rgw socket path = /tmp/radosgw.sock
|
rgw socket path = /tmp/radosgw.sock
|
||||||
|
Reference in New Issue
Block a user