From 2d2fa6ab8a7be883b042d2dee9506e069d0ed188 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 17 Nov 2016 11:06:56 +0100 Subject: [PATCH] removing deprecated options from DEFAULT Default values and options for backup operations, such as backup_namespace, restore_namespace and backup_runner_options, are already defined in code. Specific per database values should be defined in the datastore sections, their presence in the DEFAULT is deprecated and can cause confusion and generate errors and conflicts. We should remove these specific values and leave only the default common storage strategy and storage options for backups. Change-Id: Iaf4a316087a1d2bd66c80206fb5b5c344b49ec7e --- templates/trove-guestagent.conf.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/trove-guestagent.conf.erb b/templates/trove-guestagent.conf.erb index a3c3a588..da98a791 100644 --- a/templates/trove-guestagent.conf.erb +++ b/templates/trove-guestagent.conf.erb @@ -60,11 +60,6 @@ ignore_dbs = lost+found, mysql, information_schema # Default configuration for storage strategy and storage options # for backups -# Strategy information for backups -backup_namespace = trove.guestagent.strategies.backup.mysql_impl -# Additional commandline options to be passed to the backup runner (by strategy). For example: -# backup_runner_options = InnoBackupEx:--no-lock, MySQLDump:--events --routines --triggers -restore_namespace = trove.guestagent.strategies.restore.mysql_impl storage_strategy = SwiftStorage storage_namespace = trove.common.strategies.storage.swift backup_swift_container = database_backups