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 27abbf7 commit ff9c9f3Copy full SHA for ff9c9f3
test/run-functional-tests
@@ -332,7 +332,7 @@ setup_cluster() {
332
[ "$CONFIG_COROSYNC_FLAG" -eq 0 ] && return
333
config_cluster ${hanodes_arry[@]}
334
start_cluster ${hanodes_arry[@]}
335
- podman_exec "hanode1" "crm configure property stonith-enabled=false"
+ podman_exec "hanode1" "crm configure property stonith-enabled=false" 1> /dev/null
336
}
337
338
0 commit comments