Change max file size
Change-Id: I232c04050e932200b37eb64ba41622d7b187fb24 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5420 Reviewed-on: http://review.gluster.org/5505
This commit is contained in:
		| @@ -15,9 +15,9 @@ swift_hash_path_suffix = gluster | |||||||
| # the cluster. This is also the limit on the size of each segment of | # the cluster. This is also the limit on the size of each segment of | ||||||
| # a "large" object when using the large object manifest support. | # a "large" object when using the large object manifest support. | ||||||
| # This value is set in bytes. Setting it to lower than 1MiB will cause | # 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 | # some tests to fail.  | ||||||
| # the default (5 * 2**30 + 2). | # Default is 1 TiB = 2**30*1024  | ||||||
| max_file_size = 18446744073709551616 | max_file_size = 1099511627776 | ||||||
|  |  | ||||||
|  |  | ||||||
| # max_meta_name_length is the max number of bytes in the utf8 encoding | # max_meta_name_length is the max number of bytes in the utf8 encoding | ||||||
|   | |||||||
| @@ -15,9 +15,9 @@ swift_hash_path_suffix = gluster | |||||||
| # the cluster. This is also the limit on the size of each segment of | # the cluster. This is also the limit on the size of each segment of | ||||||
| # a "large" object when using the large object manifest support. | # a "large" object when using the large object manifest support. | ||||||
| # This value is set in bytes. Setting it to lower than 1MiB will cause | # 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 | # some tests to fail.  | ||||||
| # the default (5 * 2**30 + 2). | # Default is 1 TiB = 2**30*1024  | ||||||
| max_file_size = 18446744073709551616 | max_file_size = 1099511627776 | ||||||
|  |  | ||||||
|  |  | ||||||
| # max_meta_name_length is the max number of bytes in the utf8 encoding | # max_meta_name_length is the max number of bytes in the utf8 encoding | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Luis Pabon
					Luis Pabon