openstack-manuals/doc/common/tables/trove-guestagent.xml

71 lines
2.6 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_trove_guestagent">
<caption>Description of guest agent configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>agent_call_high_timeout = 60</td>
<td>(IntOpt) Maximum time (in seconds) to wait for Guest Agent 'slow' requests (such as restarting the database).</td>
</tr>
<tr>
<td>agent_call_low_timeout = 5</td>
<td>(IntOpt) Maximum time (in seconds) to wait for Guest Agent 'quick'requests (such as retrieving a list of users or databases).</td>
</tr>
<tr>
<td>agent_heartbeat_time = 10</td>
<td>(IntOpt) Maximum time (in seconds) for the Guest Agent to reply to a heartbeat request.</td>
</tr>
<tr>
<td>agent_replication_snapshot_timeout = 36000</td>
<td>(IntOpt) Maximum time (in seconds) to wait for taking a Guest Agent replication snapshot.</td>
</tr>
<tr>
<td>guest_config = $pybasedir/etc/trove/trove-guestagent.conf.sample</td>
<td>(StrOpt) Path to the Guest Agent config file.</td>
</tr>
<tr>
<td>guest_id = None</td>
<td>(StrOpt) ID of the Guest Instance.</td>
</tr>
<tr>
<td>ignore_dbs = lost+found, mysql, information_schema</td>
<td>(ListOpt) Databases to exclude when listing databases.</td>
</tr>
<tr>
<td>ignore_users = os_admin, root</td>
<td>(ListOpt) Users to exclude when listing users.</td>
</tr>
<tr>
<td>mount_options = defaults,noatime</td>
<td>(StrOpt) Options to use when mounting a volume.</td>
</tr>
<tr>
<td>storage_namespace = trove.guestagent.strategies.storage.swift</td>
<td>(StrOpt) Namespace to load the default storage strategy from.</td>
</tr>
<tr>
<td>storage_strategy = SwiftStorage</td>
<td>(StrOpt) Default strategy to store backups.</td>
</tr>
<tr>
<td>usage_sleep_time = 5</td>
<td>(IntOpt) Time to sleep during the check for an active Guest.</td>
</tr>
</tbody>
</table>
</para>