From 973e591cc60975ac2a7313e753779f7030243af6 Mon Sep 17 00:00:00 2001 From: ghb <3779166520@qq.com> Date: Tue, 16 Jul 2024 09:13:44 +0800 Subject: [PATCH] update options --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 80a5c42..89549f7 100644 --- a/config.py +++ b/config.py @@ -20,6 +20,7 @@ wsrep_node_name="{node_name}" wsrep_node_address="{node_address}" wsrep_sst_method=rsync wsrep_sst_auth={auth} +wsrep_provider_options="pc.ignore_quorum=true" """ parser = argparse.ArgumentParser(description="Galera Cluster Install Tool(集群配置工具)")