Only radosgw needs this option, and each one will be different, so
remove it from the ceph.conf template.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
mds debug frag = true
[client]
- rgw socket path = {testdir}/apache/tmp/fastcgi_sock/rgw_sock
rgw cache enabled = true
rgw enable ops log = true
rgw enable usage log = true
client=client),
data="""#!/bin/sh
ulimit -c unlimited
-exec radosgw -f -n {client}
+exec radosgw -f -n {client} --rgw-socket-path {tdir}/apache/tmp.{client}/fastcgi_sock/rgw_sock
+
""".format(tdir=testdir, client=client)
)
remote.run(