2014-06-28 22:08:00 +02:00
<?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_db_mysql" >
2014-08-25 19:44:42 +02:00
<caption > Description of MySQL database configuration options</caption>
2014-06-28 22:08:00 +02:00
<col width= "50%" />
<col width= "50%" />
<thead >
<tr >
<th > Configuration option = Default value</th>
<th > Description</th>
</tr>
</thead>
<tbody >
<tr >
<th colspan= "2" > [mysql]</th>
</tr>
2014-09-06 08:55:36 +02:00
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > backup_incremental_strategy</option> = <replaceable > {'InnoBackupEx': 'InnoBackupExIncremental'}</replaceable> </td>
2014-09-28 19:18:19 +02:00
<td > (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental backup, the runner will use the default full backup.</td>
2014-09-06 08:55:36 +02:00
</tr>
2014-08-19 11:22:22 +02:00
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > backup_namespace</option> = <replaceable > trove.guestagent.strategies.backup.mysql_impl</replaceable> </td>
2014-09-28 19:18:19 +02:00
<td > (StrOpt) Namespace to load backup strategies from.</td>
2014-08-19 11:22:22 +02:00
</tr>
2014-06-28 22:08:00 +02:00
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > backup_strategy</option> = <replaceable > InnoBackupEx</replaceable> </td>
2014-06-28 22:08:00 +02:00
<td > (StrOpt) Default strategy to perform backups.</td>
</tr>
2014-08-19 11:22:22 +02:00
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > device_path</option> = <replaceable > /dev/vdb</replaceable> </td>
2014-09-28 19:18:19 +02:00
<td > (StrOpt) Device path for volume if volume support is enabled.</td>
2014-08-19 11:22:22 +02:00
</tr>
2014-06-28 22:08:00 +02:00
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > mount_point</option> = <replaceable > /var/lib/mysql</replaceable> </td>
2014-06-28 22:08:00 +02:00
<td > (StrOpt) Filesystem path for mounting volumes if volume support is enabled.</td>
</tr>
2014-08-25 19:44:42 +02:00
<tr >
2015-04-24 17:12:43 +02:00
<td > <option > replication_namespace</option> = <replaceable > trove.guestagent.strategies.replication.mysql_gtid</replaceable> </td>
2014-08-25 19:44:42 +02:00
<td > (StrOpt) Namespace to load replication strategies from.</td>
</tr>
<tr >
2015-04-24 17:12:43 +02:00
<td > <option > replication_strategy</option> = <replaceable > MysqlGTIDReplication</replaceable> </td>
2014-08-25 19:44:42 +02:00
<td > (StrOpt) Default strategy for replication.</td>
</tr>
2014-08-19 11:22:22 +02:00
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > restore_namespace</option> = <replaceable > trove.guestagent.strategies.restore.mysql_impl</replaceable> </td>
2014-09-28 19:18:19 +02:00
<td > (StrOpt) Namespace to load restore strategies from.</td>
2014-08-19 11:22:22 +02:00
</tr>
2014-06-28 22:08:00 +02:00
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > root_on_create</option> = <replaceable > False</replaceable> </td>
2014-06-28 22:08:00 +02:00
<td > (BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the 'password' field.</td>
</tr>
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > tcp_ports</option> = <replaceable > 3306</replaceable> </td>
2014-06-28 22:08:00 +02:00
<td > (ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).</td>
</tr>
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > udp_ports</option> = <replaceable > </replaceable> </td>
2014-06-28 22:08:00 +02:00
<td > (ListOpt) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).</td>
</tr>
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > usage_timeout</option> = <replaceable > 400</replaceable> </td>
2014-09-28 19:18:19 +02:00
<td > (IntOpt) Maximum time (in seconds) to wait for a Guest to become active.</td>
2014-06-28 22:08:00 +02:00
</tr>
2014-08-19 11:22:22 +02:00
<tr >
2015-01-21 18:40:17 +01:00
<td > <option > volume_support</option> = <replaceable > True</replaceable> </td>
2014-09-28 19:18:19 +02:00
<td > (BoolOpt) Whether to provision a Cinder volume for datadir.</td>
2014-08-19 11:22:22 +02:00
</tr>
2014-06-28 22:08:00 +02:00
</tbody>
</table>
</para>