summaryrefslogtreecommitdiffstats
path: root/tests/00-geo-rep/georep-config-upgrade.t
Commit message (Collapse)AuthorAgeFilesLines
* geo-rep: Fix config upgrade on non-participating nodeKotresh HR2019-10-171-0/+132
After upgrade, if the config files are of old format, it gets migrated to new format. Monitor process migrates it. Since monitor doesn't run on nodes where bricks are not hosted, it doesn't get migrated there. So this patch fixes the config upgrade on nodes which doesn't host bricks. This happens during config either on get/set/reset. Change-Id: Ibade2f2310b0f3affea21a3baa1ae0eb71162cba Signed-off-by: Kotresh HR <khiremat@redhat.com> fixes: bz#1762220