We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1683f8f commit e86f3a0Copy full SHA for e86f3a0
ocaml/xapi/xapi_cluster_helpers.ml
@@ -157,7 +157,7 @@ let maybe_generate_alert ~__context ~num_hosts ~hosts_left ~hosts_joined ~quorum
157
let name, priority = Api_messages.cluster_quorum_approaching_lost in
158
let body =
159
Printf.sprintf
160
- "The cluster is losing quorum: current %d hosts, need %d hosts for a \
+ "The cluster is losing quorum: currently %d host(s), need %d hosts for a \
161
quorum"
162
num_hosts quorum
163
in
0 commit comments