Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "FFU: change transfer parameters for database resync" into stab…
Browse files Browse the repository at this point in the history
…le/wallaby
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 9, 2021
2 parents 08dd2fc + f972c37 commit 1a74baf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deployment/database/mysql-pacemaker-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -647,3 +647,19 @@ outputs:
tripleo_transfer_dest_dir: /var/lib/mysql
tripleo_transfer_dest_host: "{{hostvars[groups['overcloud'][0]]['mysql_short_bootstrap_node_name']}}"
tripleo_transfer_flag_file: /var/lib/tripleo/transfer-flags/var-lib-mysql
# inline copy of galera database
tripleo_transfer_sync_options:
--whole-file
--ignore-times
--inplace
--archive
--delete
# include innodb files and dirs (schemas)
tripleo_transfer_include:
- '/ibdata*'
- '/ib_lru_dump'
- '/ib_logfile[0-9]*'
- '/undo*'
- '/*/'
# exclude everything else
tripleo_transfer_exclude: '/*'

0 comments on commit 1a74baf

Please sign in to comment.