summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/conf/fs.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/functional/conf/fs.conf b/test/functional/conf/fs.conf
index 43f9b45..b06a854 100644
--- a/test/functional/conf/fs.conf
+++ b/test/functional/conf/fs.conf
@@ -4,11 +4,6 @@
# volumes to be served via Swift API.
mount_ip = localhost
-# By default it is assumed the Gluster volumes can be accessed using other
-# methods besides UFO (not object only), which disables a caching
-# optimizations in order to keep in sync with file system changes.
-object_only = yes
-
# Performance optimization parameter. When turned off, the filesystem will
# see a reduced number of stat calls, resulting in substantially faster
# response time for GET and HEAD container requests on containers with large
@@ -18,3 +13,7 @@ object_only = yes
#
# *** Keep on for Functional Tests ***
accurate_size_in_listing = on
+
+# *** Keep on for Functional Tests ***
+container_update_object_count = on
+account_update_container_count = on