From 612f389a7c2e2e1ccb4ae12594d053edd93faf56 Mon Sep 17 00:00:00 2001 From: w41ter Date: Fri, 5 Sep 2025 08:09:31 +0000 Subject: [PATCH] [chore](pipeline) enable ssd storage type for fdb --- regression-test/pipeline/common/doris-utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/pipeline/common/doris-utils.sh b/regression-test/pipeline/common/doris-utils.sh index b76ebd2f42d901..22d7f807846e47 100644 --- a/regression-test/pipeline/common/doris-utils.sh +++ b/regression-test/pipeline/common/doris-utils.sh @@ -336,7 +336,7 @@ function install_fdb() { wget -c -t3 -q https://github.com/apple/foundationdb/releases/download/7.1.23/foundationdb-server_7.1.23-1_amd64.deb sudo dpkg -i foundationdb-clients_7.1.23-1_amd64.deb foundationdb-server_7.1.23-1_amd64.deb # /usr/lib/foundationdb/fdbmonitor --daemonize - # fdbcli --exec 'configure new single ssd' + fdbcli --exec 'configure storage_migration_type=aggressive; configure ssd' if fdbcli --exec 'status'; then echo "INFO: foundationdb installed." else