diff --git a/lib/config.py b/lib/config.py index a81b75519f8855063006acf70079e4cbd848df1b..0d1d8973991a9ebef50b7546e69f174d9be098c9 100644 --- a/lib/config.py +++ b/lib/config.py @@ -859,6 +859,9 @@ class ConfigWriter: # and redistribute the config file self._DistributeConfig() + # Write ssconf files on all nodes (including locally) + rpc.RpcRunner.call_write_ssconf_files(self._UnlockedGetNodeList()) + @locking.ssynchronized(_config_lock) def InitConfig(self, version, cluster_config, master_node_config): """Create the initial cluster configuration.