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 2bf3fdb commit 7a38e61Copy full SHA for 7a38e61
test/features/bootstrap_options.feature
@@ -200,6 +200,6 @@ Feature: crmsh bootstrap process - options
200
Then Cluster service is "started" on "hanode1"
201
When Try "crm cluster join -c hanode1 -i eth1 -y" on "hanode2"
202
Then Cluster service is "stopped" on "hanode2"
203
- And Except "knet transport of all cluster nodes need 2 links via '-i' options, but provided 1" in stderr
+ And Except "Node hanode1 has 2 links, but provided 1" in stderr
204
When Run "crm cluster join -c hanode1 -i eth0 -i eth1 -y" on "hanode2"
205
Then Cluster service is "started" on "hanode2"
0 commit comments