2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 11:30:23 +00:00

Clear the quorum block on initial xfer

The initial transfer needs to have the configmanager working locally.
This commit is contained in:
Jarrod Johnson 2018-06-22 15:23:20 -04:00
parent b315042850
commit f065fafd61

View File

@ -73,6 +73,7 @@ def connect_to_leader(cert=None, name=None, leader=None):
if not ndata:
raise Exception("Error doing initial DB transfer")
dbjson += ndata
cfm.cfgleader = None
cfm.clear_configuration()
cfm._restore_keys(keydata, None)
for c in colldata: