We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614463c commit 56751a4Copy full SHA for 56751a4
test/run-functional-tests
@@ -328,7 +328,7 @@ setup_cluster() {
328
[ "$CONFIG_COROSYNC_FLAG" -eq 0 ] && return
329
config_cluster ${hanodes_arry[@]}
330
start_cluster ${hanodes_arry[@]}
331
- podman_exec "hanode1" "crm configure property stonith-enabled=false"
+ podman_exec "hanode1" "crm configure property stonith-enabled=false" 1> /dev/null
332
}
333
334
0 commit comments