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 cf16312a09
commit 3a40a981ec
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