Skip to content

Commit

Permalink
fixup! CP-48027: Corosync upgrade add cluster_stack_version datamod…
Browse files Browse the repository at this point in the history
…el change
  • Loading branch information
Vincent-lau committed Apr 17, 2024
1 parent 8d1ad3d commit ff5a99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocaml/xapi/xapi_cluster_host.ml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ let enable ~__context ~self =
; token_timeout_ms= None
; token_coefficient_ms= None
; name= None
; cluster_stack= Cluster_stack.of_version (cluster_stack,cluster_stack_version)
; cluster_stack=
Cluster_stack.of_version (cluster_stack, cluster_stack_version)
}
in
let result =
Expand Down

0 comments on commit ff5a99f

Please sign in to comment.