openstack-manuals/doc/config-reference/source/tables/trove-guestagent.rst

2.6 KiB

Description of guest agent configuration options
Configuration option = Default value Description
[DEFAULT]
agent_call_high_timeout = 600 (Integer) Maximum time (in seconds) to wait for Guest Agent 'slow' requests (such as restarting the database).
agent_call_low_timeout = 15 (Integer) Maximum time (in seconds) to wait for Guest Agent 'quick'requests (such as retrieving a list of users or databases).
agent_heartbeat_expiry = 60 (Integer) Time (in seconds) after which a guest is considered unreachable
agent_heartbeat_time = 10 (Integer) Maximum time (in seconds) for the Guest Agent to reply to a heartbeat request.
agent_replication_snapshot_timeout = 36000 (Integer) Maximum time (in seconds) to wait for taking a Guest Agent replication snapshot.
guest_config = /etc/trove/trove-guestagent.conf (String) Path to the Guest Agent config file to be injected during instance creation.
guest_id = None (String) ID of the Guest Instance.
guest_info = guest_info.conf (String) The guest info filename found in the injected config location. If a full path is specified then it will be used as the path to the guest info file
guest_log_container_name = database_logs (String) Name of container that stores guest log components.
guest_log_expiry = 2592000 (Integer) Expiry (in seconds) of objects in guest log container.
guest_log_limit = 1000000 (Integer) Maximum size of a chunk saved in guest log container.
mount_options = defaults,noatime (String) Options to use when mounting a volume.
storage_namespace = trove.common.strategies.storage.swift (String) Namespace to load the default storage strategy from.
storage_strategy = SwiftStorage (String) Default strategy to store backups.
usage_sleep_time = 5 (Integer) Time to sleep during the check for an active Guest.