Skip to content

Commit

Permalink
Merge pull request #5674 from Vincent-lau/private/shul2/cluster-stack…
Browse files Browse the repository at this point in the history
…-default

CA-393507: Default cluster_stack value
  • Loading branch information
minglumlu authored Jun 6, 2024
2 parents e802010 + f12b9b2 commit ff0c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi-idl/cluster/cluster_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ type cluster_config = {
; config_version: int64
; cluster_token_timeout_ms: int64
; cluster_token_coefficient_ms: int64
; cluster_stack: Cluster_stack.t
; cluster_stack: Cluster_stack.t [@default Corosync2]
}
[@@deriving rpcty]

Expand Down

0 comments on commit ff0c97e

Please sign in to comment.