diff --git a/tests/align-test b/tests/align-test index 014153d8..95e7d55a 100755 --- a/tests/align-test +++ b/tests/align-test @@ -141,7 +141,7 @@ cleanup echo "# Create enterprise-class 4K drive" echo "# (logical_block_size=4096, physical_block_size=4096, alignment_offset=0)" -add_device dev_size_mb=16 sector_size=4096 num_tgts=1 +add_device dev_size_mb=16 sector_size=4096 num_tgts=1 opt_blks=64 format 256 4096 format 256 2560 8 format 128 2048 @@ -187,7 +187,7 @@ format_null 512 4096 2048 cleanup echo "# Offset check: 4096B sector drive" -add_device dev_size_mb=16 sector_size=4096 num_tgts=1 +add_device dev_size_mb=16 sector_size=4096 num_tgts=1 opt_blks=64 format_null 64 2048 0 8:72:136:200:264:328:392:456 format_null 64 520 1 format_null 64 520 8 @@ -213,7 +213,7 @@ cleanup echo "# Create enterprise-class 4K drive with fs and LUKS images." # loop device here presents 512 block but images have 4k block # cryptsetup should properly use 4k block on direct-io -add_device dev_size_mb=16 sector_size=4096 physblk_exp=0 num_tgts=1 +add_device dev_size_mb=16 sector_size=4096 physblk_exp=0 num_tgts=1 opt_blks=64 for file in $(ls img_fs_*.img.bz2) ; do echo "Format using fs image $file." bzip2 -d -c $file | dd of=$DEV bs=1M 2>/dev/null || fail "bad image"