2016-05-04

Hello, I have 2 Database Server with MariaDB galera cluster replication. I want to add new opennebula zone. I understood that I need to add slave database server with certain tables replication:
replicate-do-table = opennebula.user_pool
replicate-do-table = opennebula.group_pool
replicate-do-table = opennebula.vdc_pool
replicate-do-table = opennebula.zone_pool
replicate-do-table = opennebula.db_versioning
replicate-do-table = opennebula.acl

My question. Can I add third multimaster server with full database replication for new slave zone ( for federation slave)? Or I must replicate only tables from list?

Show more