From f8d876248d29fa7f4857ac8ca02324795ba53353 Mon Sep 17 00:00:00 2001 From: Chetan Risbud Date: Tue, 9 Jul 2013 16:24:44 +0530 Subject: Disable fallocate for Gluster volumes The overridden configuration files of gluster now disable the usage of fallocate. Also modified the functional test configuration files accordingly. BUG: 951661 Change-Id: I3c7d518e0415b7eea5b31c88dd647069f9d730ac Signed-off-by: Chetan Risbud Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/5303 --- etc/object-server.conf-gluster | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/object-server.conf-gluster') diff --git a/etc/object-server.conf-gluster b/etc/object-server.conf-gluster index effecd1..9c87b2c 100644 --- a/etc/object-server.conf-gluster +++ b/etc/object-server.conf-gluster @@ -5,6 +5,8 @@ bind_port = 6010 # If not doing the above, setting this value initially to match the number of # CPUs is a good starting point for determining the right value. workers = 1 +# Override swift's default behaviour for fallocate. +disable_fallocate = true [pipeline:main] pipeline = object-server -- cgit