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 <crisbud@redhat.com>
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/5303
This commit is contained in:
Chetan Risbud 2013-07-09 16:24:44 +05:30 committed by Luis Pabon
parent 13959e2817
commit f8d876248d
6 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,8 @@ mount_check = true
bind_port = 6012
user = root
log_facility = LOG_LOCAL2
# Override swift's default behaviour for fallocate.
disable_fallocate = true
[pipeline:main]
pipeline = account-server

View File

@ -4,6 +4,8 @@ mount_check = true
bind_port = 6011
user = root
log_facility = LOG_LOCAL2
# Override swift's default behaviour for fallocate.
disable_fallocate = true
[pipeline:main]
pipeline = container-server

View File

@ -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

View File

@ -4,6 +4,8 @@ mount_check = false
bind_port = 6012
user = root
log_facility = LOG_LOCAL2
# Override swift's default behaviour for fallocate.
disable_fallocate = true
[pipeline:main]
pipeline = account-server

View File

@ -4,6 +4,8 @@ mount_check = false
bind_port = 6011
user = root
log_facility = LOG_LOCAL2
# Override swift's default behaviour for fallocate.
disable_fallocate = true
[pipeline:main]
pipeline = container-server

View File

@ -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