轻量版和容器内升级,启动超时时间设置为10min

This commit is contained in:
zhang_xubo
2024-01-25 17:35:50 +08:00
parent cd0e987360
commit 9266120b92
2 changed files with 2 additions and 2 deletions

View File

@ -714,7 +714,7 @@ function stop_dbnode() {
}
function start_dbnode() {
start_cmd="gs_ctl start -D ${GAUSSDATA}"
start_cmd="gs_ctl start -D ${GAUSSDATA} -t 600 "
if [[ X"$dn_role" = X ]]; then
return 1
fi

View File

@ -703,7 +703,7 @@ function stop_dbnode() {
}
function start_dbnode() {
start_cmd="gs_ctl start -D ${PGDATA} "
start_cmd="gs_ctl start -D ${PGDATA} -t 600 "
if [[ X"$dn_role" = X ]]; then
return 1
fi