Skip to content

Commit 56751a4

Browse files
committed
Fix: run-functional-tests: surpass the known error before pacemaker DC ready
1 parent 614463c commit 56751a4

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
@@ -328,7 +328,7 @@ setup_cluster() {
328328
[ "$CONFIG_COROSYNC_FLAG" -eq 0 ] && return
329329
config_cluster ${hanodes_arry[@]}
330330
start_cluster ${hanodes_arry[@]}
331-
podman_exec "hanode1" "crm configure property stonith-enabled=false"
331+
podman_exec "hanode1" "crm configure property stonith-enabled=false" 1> /dev/null
332332
}
333333

334334

0 commit comments

Comments
 (0)