diff options
author | Adam Kupczyk <akupczyk@ibm.com> | 2025-01-17 09:31:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 09:31:15 +0100 |
commit | 91591a65ee3cec9774f6934516b7e80eba8afa07 (patch) | |
tree | ea96ca85390e54f8a587d954cdb2694d2a1a1ce9 /qa | |
parent | Merge pull request #61369 from laimis9133/patch-2 (diff) | |
parent | os/bluestore: Fix CBT bluefs-bdev-expand (diff) | |
download | ceph-91591a65ee3cec9774f6934516b7e80eba8afa07.tar.xz ceph-91591a65ee3cec9774f6934516b7e80eba8afa07.zip |
Merge pull request #60363 from aclamk/wip-aclamk-fix-bluefs-bdev-expand
os/bluestore: Create additional bdev labels when expanding block device.
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/standalone/osd/osd-bluefs-volume-ops.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/standalone/osd/osd-bluefs-volume-ops.sh b/qa/standalone/osd/osd-bluefs-volume-ops.sh index aedfbc9b5cb..f7424de8ce1 100755 --- a/qa/standalone/osd/osd-bluefs-volume-ops.sh +++ b/qa/standalone/osd/osd-bluefs-volume-ops.sh @@ -72,7 +72,7 @@ function TEST_bluestore() { truncate $dir/0/block -s 4294967296 # 4GB ceph-bluestore-tool --path $dir/0 bluefs-bdev-expand || return 1 - truncate $dir/1/block -s 4311744512 # 4GB + 16MB + truncate $dir/1/block -s 11811160064 # 11GB to get bdev label at 10737418240 ceph-bluestore-tool --path $dir/1 bluefs-bdev-expand || return 1 truncate $dir/2/block -s 4295099392 # 4GB + 129KB ceph-bluestore-tool --path $dir/2 bluefs-bdev-expand || return 1 |