This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 9097e0550a9 [chore](pipeline) enable ssd storage type for fdb (#55722)
9097e0550a9 is described below
commit 9097e0550a9929df8db697de87e71c709ce0ea84
Author: walter <[email protected]>
AuthorDate: Sat Sep 6 16:48:38 2025 +0800
[chore](pipeline) enable ssd storage type for fdb (#55722)
---
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 b76ebd2f42d..22d7f807846 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]