Skip to content

Commit ff9c9f3

Browse files
committed
Fix: run-functional-tests: surpass the known error before pacemaker DC ready
1 parent 27abbf7 commit ff9c9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-functional-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ setup_cluster() {
332332
[ "$CONFIG_COROSYNC_FLAG" -eq 0 ] && return
333333
config_cluster ${hanodes_arry[@]}
334334
start_cluster ${hanodes_arry[@]}
335-
podman_exec "hanode1" "crm configure property stonith-enabled=false"
335+
podman_exec "hanode1" "crm configure property stonith-enabled=false" 1> /dev/null
336336
}
337337

338338

0 commit comments

Comments
 (0)