Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[crmsh-4.6] behave: gfs2: In crmsh-4.6, sbd fence agent should be external/sbd #1700

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions test/features/gfs2.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Scenario: Configure gfs2 along with init process
When Run "crm cluster init -s /dev/sda1 -g /dev/sda2 -y" on "hanode1"
Then Cluster service is "started" on "hanode1"
And Service "sbd" is "started" on "hanode1"
And Resource "stonith-sbd" type "fence_sbd" is "Started"
And Resource "stonith-sbd" type "external/sbd" is "Started"
And Resource "dlm-controld-ra" type "pacemaker:controld" is "Started"
And Resource "gfs2-clusterfs" type "heartbeat:Filesystem" is "Started"

Expand All @@ -36,7 +36,7 @@ Scenario: Configure cluster lvm2 + gfs2 with init process
When Run "crm cluster init -s /dev/sda1 -g /dev/sda2 -g /dev/sda3 -C -y" on "hanode1"
Then Cluster service is "started" on "hanode1"
And Service "sbd" is "started" on "hanode1"
And Resource "stonith-sbd" type "fence_sbd" is "Started"
And Resource "stonith-sbd" type "external/sbd" is "Started"
And Resource "dlm-controld-ra" type "pacemaker:controld" is "Started"
And Resource "gfs2-lvmlockd" type "heartbeat:lvmlockd" is "Started"
And Resource "gfs2-lvmactivate" type "heartbeat:LVM-activate" is "Started"
Expand All @@ -53,7 +53,7 @@ Scenario: Add gfs2 alone on a running cluster
Then Online nodes are "hanode1 hanode2"
And Service "sbd" is "started" on "hanode1"
And Service "sbd" is "started" on "hanode2"
And Resource "stonith-sbd" type "fence_sbd" is "Started"
And Resource "stonith-sbd" type "external/sbd" is "Started"
When Run "crm cluster init gfs2 -g /dev/sda2 -y" on "hanode1"
Then Resource "dlm-controld-ra" type "pacemaker:controld" is "Started"
And Resource "gfs2-clusterfs" type "heartbeat:Filesystem" is "Started"
Expand All @@ -69,7 +69,7 @@ Scenario: Add cluster lvm2 + gfs2 on a running cluster
Then Online nodes are "hanode1 hanode2"
And Service "sbd" is "started" on "hanode1"
And Service "sbd" is "started" on "hanode2"
And Resource "stonith-sbd" type "fence_sbd" is "Started"
And Resource "stonith-sbd" type "external/sbd" is "Started"
When Run "crm cluster init gfs2 -g /dev/sda2 -C -y" on "hanode1"
Then Resource "dlm-controld-ra" type "pacemaker:controld" is "Started"
And Resource "gfs2-lvmlockd" type "heartbeat:lvmlockd" is "Started"
Expand Down
Loading