From 699d0a3b27d0916b44ccfd5afd03cd9d226c11cc Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Fri, 26 Jul 2013 14:15:28 -0700 Subject: [PATCH] rgw: add rgw log socket to daemonized radosgw too Signed-off-by: Josh Durgin --- teuthology/task/rgw.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index f4122fbd7ede6..942648a700c16 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -158,6 +158,11 @@ def start_rgw(ctx, config): 'radosgw', '-n', client, '-k', '/etc/ceph/ceph.{client}.keyring'.format(client=client), + '--rgw-log-socket', + '{tdir}/apache/tmp.{client}/fastcgi_sock/rgw_sock'.format( + tdir=testdir, + client=client, + ), '--log-file', '/var/log/ceph/rgw.{client}.log'.format(client=client), '--rgw_ops_log_socket_path', -- 2.39.5