From f2cddda1547902beb44a76b3ebec8fdf25664edd Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Fri, 26 Jul 2013 14:18:24 -0700 Subject: [PATCH] rgw: correct socket option name Signed-off-by: Josh Durgin --- teuthology/task/rgw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index 942648a700c16..14ab8dc3d9b26 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -158,7 +158,7 @@ def start_rgw(ctx, config): 'radosgw', '-n', client, '-k', '/etc/ceph/ceph.{client}.keyring'.format(client=client), - '--rgw-log-socket', + '--rgw-socket-path', '{tdir}/apache/tmp.{client}/fastcgi_sock/rgw_sock'.format( tdir=testdir, client=client, -- 2.39.5