diff --git a/postgres0.yml b/postgres0.yml index ee69b2e86..8a975156c 100644 --- a/postgres0.yml +++ b/postgres0.yml @@ -43,9 +43,13 @@ etcd: # - 127.0.0.1:2223 # - 127.0.0.1:2224 +# The bootstrap configuration. Works only when the cluster is not yet initialized. +# If the cluster is already initialized, all changes in the `bootstrap` section are ignored! bootstrap: - # this section will be written into Etcd:///config after initializing new cluster - # and all other cluster members will use it as a `global configuration` + # This section will be written into Etcd:///config after initializing new cluster + # and all other cluster members will use it as a `global configuration`. + # WARNING! If you want to change any of the parameters that were set up + # via `bootstrap.dcs` section, please use `patronictl edit-config`! dcs: ttl: 30 loop_wait: 10 diff --git a/postgres1.yml b/postgres1.yml index 860e364e8..6ca2aa646 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -43,9 +43,13 @@ etcd: # - 127.0.0.1:2222 # - 127.0.0.1:2224 +# The bootstrap configuration. Works only when the cluster is not yet initialized. +# If the cluster is already initialized, all changes in the `bootstrap` section are ignored! bootstrap: - # this section will be written into Etcd:///config after initializing new cluster - # and all other cluster members will use it as a `global configuration` + # This section will be written into Etcd:///config after initializing new cluster + # and all other cluster members will use it as a `global configuration`. + # WARNING! If you want to change any of the parameters that were set up + # via `bootstrap.dcs` section, please use `patronictl edit-config`! dcs: ttl: 30 loop_wait: 10 diff --git a/postgres2.yml b/postgres2.yml index 3a06d912b..ee61a0232 100644 --- a/postgres2.yml +++ b/postgres2.yml @@ -43,9 +43,13 @@ etcd: # - 127.0.0.1:2222 # - 127.0.0.1:2223 +# The bootstrap configuration. Works only when the cluster is not yet initialized. +# If the cluster is already initialized, all changes in the `bootstrap` section are ignored! bootstrap: - # this section will be written into Etcd:///config after initializing new cluster - # and all other cluster members will use it as a `global configuration` + # This section will be written into Etcd:///config after initializing new cluster + # and all other cluster members will use it as a `global configuration`. + # WARNING! If you want to change any of the parameters that were set up + # via `bootstrap.dcs` section, please use `patronictl edit-config`! dcs: ttl: 30 loop_wait: 10