Skip to content

Commit

Permalink
Fix: surpass the known error before pacemaker DC ready
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhou1 committed Nov 20, 2024
1 parent b241f2b commit c413d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-functional-tests
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ setup_cluster() {
[ "$CONFIG_COROSYNC_FLAG" -eq 0 ] && return
config_cluster ${hanodes_arry[@]}
start_cluster ${hanodes_arry[@]}
podman_exec "hanode1" "crm configure property stonith-enabled=false"
podman_exec "hanode1" "crm configure property stonith-enabled=false" 1> /dev/null
}


Expand Down

0 comments on commit c413d85

Please sign in to comment.