Description of Percona database configuration options
Configuration option = Default value Description
[percona]
= {'InnoBackupEx': 'InnoBackupExIncremental'} (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.
= trove.guestagent.strategies.backup.mysql_impl (StrOpt) Namespace to load backup strategies from.
= InnoBackupEx (StrOpt) Default strategy to perform backups.
= /dev/vdb (StrOpt) Device path for volume if volume support is enabled.
= /var/lib/mysql (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
= trove.guestagent.strategies.replication.mysql_gtid (StrOpt) Namespace to load replication strategies from.
= NETOU7897NNLOU (StrOpt) Password for replication slave user.
= MysqlGTIDReplication (StrOpt) Default strategy for replication.
= slave_user (StrOpt) Userid for replication slave.
= trove.guestagent.strategies.restore.mysql_impl (StrOpt) Namespace to load restore strategies from.
= False (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.
= 3306 (ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
= (ListOpt) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
= 450 (IntOpt) Maximum time (in seconds) to wait for a Guest to become active.
= True (BoolOpt) Whether to provision a Cinder volume for datadir.