From 0458016906c1cc0ce3e7b17e704d9da8a85aaec1 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Wed, 4 Dec 2013 16:15:01 -0500 Subject: Fix test configuration file All the configuration files were missing settings used when gluster-swift is installed Change-Id: I4ff877241a5965f2b0359e0549629614596045bb Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/6430 Reviewed-by: Thiago Da Silva Reviewed-by: Prashanth Pai Reviewed-by: pushpesh sharma Tested-by: pushpesh sharma --- test/functional_auth/tempauth/conf/proxy-server.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/functional_auth/tempauth') diff --git a/test/functional_auth/tempauth/conf/proxy-server.conf b/test/functional_auth/tempauth/conf/proxy-server.conf index 4b422f4..830fadf 100644 --- a/test/functional_auth/tempauth/conf/proxy-server.conf +++ b/test/functional_auth/tempauth/conf/proxy-server.conf @@ -16,6 +16,11 @@ log_level = WARN # or delete an account. So leave this off. allow_account_management = false account_autocreate = true +# Ensure the proxy server uses fast-POSTs since we don't need to make a copy +# of the entire object given that all metadata is stored in the object +# extended attributes (no .meta file used after creation) and no container +# sync feature to present. +object_post_as_copy = false # Only need to recheck the account exists once a day recheck_account_existence = 86400 # May want to consider bumping this up if containers are created and destroyed -- cgit