From a6b49b46d349f6f30229387b5821fa59fc56bc97 Mon Sep 17 00:00:00 2001 From: Seyeong Kim Date: Thu, 7 Aug 2014 19:09:14 +0900 Subject: [PATCH] s3gw.fcgi should have same configuration name in ceph.conf --- files/www/s3gw.fcgi | 2 +- templates/ceph.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/www/s3gw.fcgi b/files/www/s3gw.fcgi index c0f4854a..e766fcb9 100755 --- a/files/www/s3gw.fcgi +++ b/files/www/s3gw.fcgi @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.rados.gateway \ No newline at end of file +exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway diff --git a/templates/ceph.conf b/templates/ceph.conf index 1b46aa42..d57943c8 100644 --- a/templates/ceph.conf +++ b/templates/ceph.conf @@ -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