File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6868 validate_re($version , ' ^\d +\.\d +\.\d +(-\d +)*$' ) # Allow 3 digits and optional -n postfix.
6969 # Validate config parameters.
7070 validate_array($cluster_disk_nodes )
71- validate_re($cluster_node_type , ' ^(ram|disc)$' )
71+ validate_re($cluster_node_type , ' ^(ram|disc|disk )$' ) # Both disc and disk are valid http://www.rabbitmq.com/clustering.html
7272 validate_array($cluster_nodes )
7373 validate_string($config )
7474 validate_absolute_path($config_path )
Original file line number Diff line number Diff line change 1717# [*config_mirrored_queues*] - DEPRECATED (doesn't do anything)
1818# [*cluster_disk_nodes*] - DEPRECATED (use cluster_nodes instead)
1919# [*cluster_nodes*] - which nodes to cluster with (including the current one)
20- # [*cluster_node_type*] - Type of cluster node (disc or ram)
20+ # [*cluster_node_type*] - Type of cluster node (disc/disk or ram)
2121# [*erlang_cookie*] - erlang cookie, must be the same for all nodes in a cluster
2222# [*wipe_db_on_cookie_change*] - whether to wipe the RabbitMQ data if the specified
2323# erlang_cookie differs from the current one. This is a sad parameter: actually,
You can’t perform that action at this time.
0 commit comments