From: Igor Fedotov Date: Mon, 9 Feb 2026 12:21:25 +0000 (+0300) Subject: qa/standalone: shorten bluefs test durations X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=59f8432d6fc8a31024cdbc1ae7f58676db64ec76;p=ceph.git qa/standalone: shorten bluefs test durations Signed-off-by: Igor Fedotov (cherry picked from commit 5a901808dfe03dad5e34ef6374e34c0c03766e96) --- diff --git a/qa/standalone/osd/osd-bluefs-volume-ops.sh b/qa/standalone/osd/osd-bluefs-volume-ops.sh index 8e1742491336..0f521524363b 100755 --- a/qa/standalone/osd/osd-bluefs-volume-ops.sh +++ b/qa/standalone/osd/osd-bluefs-volume-ops.sh @@ -52,7 +52,7 @@ function TEST_bluestore() { create_pool foo 16 # write some objects - timeout 60 rados bench -p foo 30 write -b 4096 --no-cleanup #|| return 1 + timeout 60 rados bench -p foo 15 write -b 4096 --no-cleanup #|| return 1 echo "after bench" @@ -152,7 +152,7 @@ function TEST_bluestore() { wait_for_clean || return 1 # write some objects - timeout 60 rados bench -p foo 30 write -b 4096 --no-cleanup #|| return 1 + timeout 60 rados bench -p foo 15 write -b 4096 --no-cleanup #|| return 1 # kill while kill $osd_pid0; do sleep 1 ; done @@ -180,7 +180,8 @@ function TEST_bluestore() { dd if=/dev/zero of=$dir/1/db count=1024 bs=1M ceph-bluestore-tool --path $dir/1 \ --dev-target $dir/1/db \ - --command bluefs-bdev-new-db || return 1 + --command bluefs-bdev-new-db \ + --log-file $dir/bluestore_tool.log || return 1 ceph-bluestore-tool --path $dir/1 \ --devs-source $dir/1/block \ @@ -228,7 +229,7 @@ function TEST_bluestore() { osd_pid3=$(cat $dir/osd.3.pid) # write some objects - timeout 60 rados bench -p foo 30 write -b 4096 --no-cleanup #|| return 1 + timeout 60 rados bench -p foo 15 write -b 4096 --no-cleanup #|| return 1 # kill while kill $osd_pid0; do sleep 1 ; done @@ -334,7 +335,7 @@ function TEST_bluestore() { osd_pid3=$(cat $dir/osd.3.pid) # write some objects - timeout 60 rados bench -p foo 30 write -b 4096 --no-cleanup #|| return 1 + timeout 60 rados bench -p foo 15 write -b 4096 --no-cleanup #|| return 1 wait_for_clean || return 1 } @@ -431,7 +432,7 @@ function TEST_bluestore_expand() { create_pool foo 16 # write some objects - timeout 60 rados bench -p foo 30 write -b 4096 --no-cleanup #|| return 1 + timeout 60 rados bench -p foo 10 write -b 4096 --no-cleanup #|| return 1 sleep 5 total_space_before=$( ceph tell osd.0 perf dump bluefs | jq ".bluefs.slow_total_bytes" )