]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone: bdev-expand calls with no underlying device expansion
authorJoshua Blanch <joshua.blanch@clyso.com>
Tue, 3 Mar 2026 18:13:34 +0000 (18:13 +0000)
committerJoshua Blanch <joshua.blanch@clyso.com>
Thu, 23 Apr 2026 15:05:55 +0000 (15:05 +0000)
Signed-off-by: Joshua Blanch <joshua.blanch@clyso.com>
qa/standalone/osd/osd-bluefs-volume-ops.sh

index 75f39935ad75125798a8973f507f0b0c873237d7..8f4f14cf14a7d0087f3a43b4ceaf5daa8019cae4 100755 (executable)
@@ -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