File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ let maybe_generate_alert ~__context ~num_hosts ~hosts_left ~hosts_joined ~quorum
126
126
let body =
127
127
Printf. sprintf
128
128
" Host %s has joined the cluster, there are now %d host(s) in \
129
- cluster and %d hosts are required to form a quorum"
129
+ cluster and %d host(s) are required to form a quorum"
130
130
host_name num_hosts quorum
131
131
in
132
132
let name, priority = Api_messages. cluster_host_joining in
@@ -135,7 +135,7 @@ let maybe_generate_alert ~__context ~num_hosts ~hosts_left ~hosts_joined ~quorum
135
135
let body =
136
136
Printf. sprintf
137
137
" Host %s has left the cluster, there are now %d host(s) in \
138
- cluster and %d hosts are required to form a quorum"
138
+ cluster and %d host(s) are required to form a quorum"
139
139
host_name num_hosts quorum
140
140
in
141
141
let name, priority = Api_messages. cluster_host_leaving in
@@ -157,7 +157,7 @@ let maybe_generate_alert ~__context ~num_hosts ~hosts_left ~hosts_joined ~quorum
157
157
let name, priority = Api_messages. cluster_quorum_approaching_lost in
158
158
let body =
159
159
Printf. sprintf
160
- " The cluster is losing quorum: current %d hosts , need %d hosts for a \
160
+ " The cluster is losing quorum: currently %d host(s) , need %d host(s) for a \
161
161
quorum"
162
162
num_hosts quorum
163
163
in
You can’t perform that action at this time.
0 commit comments