s3gw.fcgi should have same configuration name in ceph.conf

This commit is contained in:
Seyeong Kim 2014-08-07 19:09:14 +09:00
parent fca9f66c30
commit a6b49b46d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/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

View File

@ -11,7 +11,7 @@
err to syslog = {{ use_syslog }}
clog to syslog = {{ use_syslog }}
[client.rados.gateway]
[client.radosgw.gateway]
host = {{ hostname }}
keyring = /etc/ceph/keyring.rados.gateway
rgw socket path = /tmp/radosgw.sock