@@ -274,7 +274,7 @@ cluster_formation.classic_config.nodes.peer2 = rabbit@hostname2",
274
274
[{peer_discovery_backend ,rabbit_peer_discovery_classic_config }]},
275
275
{cluster_nodes ,{[rabbit@hostname2 ,rabbit@hostname1 ],disc }}]}],
276
276
[]},
277
-
277
+
278
278
{cluster_formation_module_dns_alias ,
279
279
" cluster_formation.peer_discovery_backend = dns
280
280
cluster_formation.dns.hostname = discovery.eng.example.local" ,
@@ -287,7 +287,7 @@ cluster_formation.dns.hostname = discovery.eng.example.local",
287
287
]}]}
288
288
]}],
289
289
[]},
290
-
290
+
291
291
{cluster_formation_disk ,
292
292
" cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config
293
293
cluster_formation.classic_config.nodes.peer1 = rabbit@hostname1
@@ -758,17 +758,17 @@ tcp_listen_options.exit_on_close = false",
758
758
{fail_if_no_peer_cert , false },
759
759
{honor_ecc_order , true }]}]}],
760
760
[]},
761
-
761
+
762
762
{ssl_cert_login_from_cn ,
763
763
" ssl_cert_login_from = common_name" ,
764
764
[{rabbit ,[{ssl_cert_login_from , common_name }]}],
765
765
[]},
766
-
766
+
767
767
{ssl_cert_login_from_dn ,
768
768
" ssl_cert_login_from = distinguished_name" ,
769
769
[{rabbit ,[{ssl_cert_login_from , distinguished_name }]}],
770
770
[]},
771
-
771
+
772
772
{ssl_cert_login_from_san_dns ,
773
773
" ssl_cert_login_from = subject_alternative_name
774
774
ssl_cert_login_san_type = dns
@@ -779,7 +779,7 @@ tcp_listen_options.exit_on_close = false",
779
779
{ssl_cert_login_san_index , 0 }
780
780
]}],
781
781
[]},
782
-
782
+
783
783
784
784
{ssl_options_bypass_pem_cache ,
785
785
" ssl_options.bypass_pem_cache = true" ,
@@ -838,6 +838,18 @@ tcp_listen_options.exit_on_close = false",
838
838
[{peer_discovery_backend ,rabbit_peer_discovery_classic_config },
839
839
{node_type ,ram }]}]}],
840
840
[]},
841
+ {cluster_formation_retry_limit_integer ,
842
+ " cluster_formation.discovery_retry_limit = 500" ,
843
+ [{rabbit ,
844
+ [{cluster_formation ,
845
+ [{discovery_retry_limit , 500 }]}]}],
846
+ []},
847
+ {cluster_formation_retry_limit_infinity ,
848
+ " cluster_formation.discovery_retry_limit = unlimited" ,
849
+ [{rabbit ,
850
+ [{cluster_formation ,
851
+ [{discovery_retry_limit , unlimited }]}]}],
852
+ []},
841
853
{background_gc_enabled ,
842
854
" background_gc_enabled = true
843
855
background_gc_target_interval = 30000" ,
0 commit comments