Skip to content

Commit 4c6faaf

Browse files
committed
fixup: propagate multisite to dcs
1 parent 563c9c7 commit 4c6faaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patroni/dcs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def get_dcs(config: Union['Config', Dict[str, Any]]) -> 'AbstractDCS':
129129
for name, dcs_class in iter_dcs_classes(config):
130130
# Propagate some parameters from top level of config if defined to the DCS specific config section.
131131
config[name].update({
132-
p: config[p] for p in ('namespace', 'name', 'scope', 'loop_wait',
132+
p: config[p] for p in ('namespace', 'name', 'scope', 'loop_wait', 'multisite',
133133
'patronictl', 'ttl', 'retry_timeout')
134134
if p in config})
135135

0 commit comments

Comments
 (0)