From: Joshua Blanch Date: Tue, 3 Mar 2026 18:13:34 +0000 (+0000) Subject: qa/standalone: bdev-expand calls with no underlying device expansion X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0eb1b730d1656f1513e3ccd45c729cdf8435cbc6;p=ceph.git qa/standalone: bdev-expand calls with no underlying device expansion Signed-off-by: Joshua Blanch --- diff --git a/qa/standalone/osd/osd-bluefs-volume-ops.sh b/qa/standalone/osd/osd-bluefs-volume-ops.sh index 75f39935ad7..8f4f14cf14a 100755 --- a/qa/standalone/osd/osd-bluefs-volume-ops.sh +++ b/qa/standalone/osd/osd-bluefs-volume-ops.sh @@ -519,6 +519,12 @@ function TEST_bluestore_expand_online() { sleep 5 create_pool foo 16 + # no device expansion sanity check + ceph tell osd.0 bluestore bluefs-bdev-expand || return 1 + ceph tell osd.1 bluestore bluefs-bdev-expand || return 1 + ceph tell osd.2 bluestore bluefs-bdev-expand || return 1 + ceph tell osd.3 bluestore bluefs-bdev-expand || return 1 + timeout 60 rados bench -p foo 30 write -b 4096 --no-cleanup #|| return 1 # expand slow devices while OSDs are running