summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-07-29 16:47:07 -0400
committerLuis Pabon <lpabon@redhat.com>2013-07-29 13:56:50 -0700
commit8ac3d25f32b9772d697aa1aed604ef770d42d9ff (patch)
tree15e741166ac47623319af0c648b02defa13fff20
parent603eae44bb7f9c03de6aedf8764813dbc623c2f3 (diff)
Change max file size
Change-Id: I232c04050e932200b37eb64ba41622d7b187fb24 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5420
-rw-r--r--etc/swift.conf-gluster6
-rw-r--r--test/functional/conf/swift.conf6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/swift.conf-gluster b/etc/swift.conf-gluster
index d69eefa..ce9a4d0 100644
--- a/etc/swift.conf-gluster
+++ b/etc/swift.conf-gluster
@@ -15,9 +15,9 @@ swift_hash_path_suffix = gluster
# the cluster. This is also the limit on the size of each segment of
# a "large" object when using the large object manifest support.
# This value is set in bytes. Setting it to lower than 1MiB will cause
-# some tests to fail. It is STRONGLY recommended to leave this value at
-# the default (5 * 2**30 + 2).
-max_file_size = 18446744073709551616
+# some tests to fail.
+# Default is 1 TiB = 2**30*1024
+max_file_size = 1099511627776
# max_meta_name_length is the max number of bytes in the utf8 encoding
diff --git a/test/functional/conf/swift.conf b/test/functional/conf/swift.conf
index d69eefa..ce9a4d0 100644
--- a/test/functional/conf/swift.conf
+++ b/test/functional/conf/swift.conf
@@ -15,9 +15,9 @@ swift_hash_path_suffix = gluster
# the cluster. This is also the limit on the size of each segment of
# a "large" object when using the large object manifest support.
# This value is set in bytes. Setting it to lower than 1MiB will cause
-# some tests to fail. It is STRONGLY recommended to leave this value at
-# the default (5 * 2**30 + 2).
-max_file_size = 18446744073709551616
+# some tests to fail.
+# Default is 1 TiB = 2**30*1024
+max_file_size = 1099511627776
# max_meta_name_length is the max number of bytes in the utf8 encoding