1d75d9ec43
This commit just changes the autogenerated files to match what's output after the following commits in openstack-doc-tools: d740b7f4dd84a2142b7a370ebf3cf10f76c2a651 6708afbef1f4a662fd1b164ce3f635ad71ba7662 Change-Id: Ie48b99deb54877f9857abe94e90c9f160852aa92
86 lines
3.9 KiB
XML
86 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- The tool that generated this table lives in the
|
|
tools directory of this repository. As it was a one-time
|
|
generation, you can edit this file. -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Description of configuration options for <literal>[swift-constraints]</literal> in <literal>swift.conf-sample</literal></caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>max_file_size = 5368709122</td>
|
|
<td>The largest normal object that can be
|
|
saved in 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).</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_meta_name_length = 128</td>
|
|
<td>The maximum number of bytes in the utf8
|
|
encoding of the name portion of a metadata
|
|
header.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_meta_value_length = 256</td>
|
|
<td>The max number of bytes in the utf8
|
|
encoding of a metadata value.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_meta_count = 90</td>
|
|
<td>The maximum number of metadata keys that can
|
|
be stored on a single account, container,
|
|
or object.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_meta_overall_size = 4096</td>
|
|
<td>The maximum number of bytes in the utf8
|
|
encoding of the metadata (keys +
|
|
values).</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_header_size = 8192</td>
|
|
<td>The maximum number of bytes in the utf8
|
|
encoding of each header.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_object_name_length = 1024</td>
|
|
<td>The maximum number of bytes in the utf8
|
|
encoding of an object name.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>container_listing_limit = 10000</td>
|
|
<td>The default (and maximum) number of items
|
|
returned for a container listing
|
|
request.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>account_listing_limit = 10000</td>
|
|
<td>The default (and maximum) number of items
|
|
returned for an account listing request.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_account_name_length = 256</td>
|
|
<td>The maximum number of bytes in the utf8
|
|
encoding of an account name.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_container_name_length = 256</td>
|
|
<td>The maximum number of bytes in the utf8
|
|
encoding of a container name.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|