@@ -81,14 +81,12 @@ Feature: crmsh bootstrap sbd management
8181 Given Cluster service is "stopped" on "hanode1"
8282 Given Cluster service is "stopped" on "hanode2"
8383 When Run "crm cluster init ssh -y" on "hanode1"
84- And Run "crm cluster init csync2 -y" on "hanode1"
8584 And Run "crm cluster init corosync -y" on "hanode1"
8685 And Run "crm cluster init sbd -s /dev/sda1 -y" on "hanode1"
8786 And Run "crm cluster init cluster -y" on "hanode1"
8887 Then Cluster service is "started" on "hanode1"
8988 And Service "sbd" is "started" on "hanode1"
9089 When Run "crm cluster join ssh -y -c hanode1" on "hanode2"
91- And Run "crm cluster join csync2 -y -c hanode1" on "hanode2"
9290 And Run "crm cluster join ssh_merge -y -c hanode1" on "hanode2"
9391 And Run "crm cluster join cluster -y -c hanode1" on "hanode2"
9492 Then Cluster service is "started" on "hanode2"
@@ -100,14 +98,12 @@ Feature: crmsh bootstrap sbd management
10098 Given Cluster service is "stopped" on "hanode1"
10199 Given Cluster service is "stopped" on "hanode2"
102100 When Run "crm cluster init ssh -y" on "hanode1"
103- And Run "crm cluster init csync2 -y" on "hanode1"
104101 And Run "crm cluster init corosync -y" on "hanode1"
105102 And Run "crm cluster init sbd -S -y" on "hanode1"
106103 And Run "crm cluster init cluster -y" on "hanode1"
107104 Then Cluster service is "started" on "hanode1"
108105 And Service "sbd" is "started" on "hanode1"
109106 When Run "crm cluster join ssh -y -c hanode1" on "hanode2"
110- And Run "crm cluster join csync2 -y -c hanode1" on "hanode2"
111107 And Run "crm cluster join ssh_merge -y -c hanode1" on "hanode2"
112108 And Run "crm cluster join cluster -y -c hanode1" on "hanode2"
113109 Then Cluster service is "started" on "hanode2"
0 commit comments