| 971ec012 | 07-Oct-2024 |
Shuhei Matsumoto <smatsumoto@nvidia.com> |
bdevperf: Add hide_metadata option
Add hide_metadata option to the bdevperf tool as a global option. Verify the option by adding a simple test with three DIF configuration.
Signed-off-by: Shuhei Ma
bdevperf: Add hide_metadata option
Add hide_metadata option to the bdevperf tool as a global option. Verify the option by adding a simple test with three DIF configuration.
Signed-off-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: I20696a07fe8334473854377c38d2ac7516af494f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25145 Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Community-CI: Mellanox Build Bot Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@nvidia.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
| a25b1619 | 23-Oct-2024 |
Michal Berger <michal.berger@intel.com> |
test/nvme/xnvme: Enable polling in nvme driver
Under latest linux kernels (>=6.11.x) the underlying filename must support polled io for the uring's IOPOLL to work. Since we use nvme for these tests,
test/nvme/xnvme: Enable polling in nvme driver
Under latest linux kernels (>=6.11.x) the underlying filename must support polled io for the uring's IOPOLL to work. Since we use nvme for these tests, make sure number of polling queues is > 0 while setting up the driver.
in blockdev.sh xnvme is not the critical part of the tests so instead of playing with nvme driver, we simply enable conserve_cpu which skips IOPOLL setup altogether.
Change-Id: I63771c63a8be8bc3415c098ffeefa4475b8dc7ed Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25321 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Karl Bonde Torp <k.torp@samsung.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Reviewed-by: Jim Harris <jim.harris@nvidia.com>
show more ...
|
| 1e148deb | 02-Sep-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test/raid: wait for examine after re-adding passthru bdev
bdev_passthru_create doesn't wait until the new bdev is examined, so there's a race between the raid bdev examining it and the bdev_get_bdev
test/raid: wait for examine after re-adding passthru bdev
bdev_passthru_create doesn't wait until the new bdev is examined, so there's a race between the raid bdev examining it and the bdev_get_bdevs call.
Fixes: #3498
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I51b24154910a4d57f3665312d46322b95922bca0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24771 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| d8f50cfb | 03-Sep-2024 |
Michal Berger <michal.berger@intel.com> |
test/bdev: Wait for capacity change after starting nbd disk
Under fedora40, which is shipped with latest 6.10 kernel build, the bdev_nbd test introduces a new intermittent failure - when the mkfs is
test/bdev: Wait for capacity change after starting nbd disk
Under fedora40, which is shipped with latest 6.10 kernel build, the bdev_nbd test introduces a new intermittent failure - when the mkfs is called against the target nbd device, right after nbd_start_disk(), it fails reporting the size of underlying device being 0. This is then followed by -EPIPE while reading the reply from the device:
block nbd0: Receive control failed (result -32)
This is kernel essentially telling us that there was no proper request to disconnect the device either.
To mitigate, wait until setting up the nbd device completed by checking change in capacity.
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I0233785ac4e1cb42d85a3a071d6cc32e702fbfa1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24787 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| 87a2b42b | 03-Sep-2024 |
Michal Berger <michal.berger@intel.com> |
test/bdev: Simplify nbd_lvol_verify()
This function uses only single nbd so there's no point in passing the entire list. Also, the es from mkfs doesn't have to be handled since if it fails errexit w
test/bdev: Simplify nbd_lvol_verify()
This function uses only single nbd so there's no point in passing the entire list. Also, the es from mkfs doesn't have to be handled since if it fails errexit will catch it way sooner.
Change-Id: Iee7b66f1bd8b83d5cc03171f7768b34f0da41ba6 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24786 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| 03f2331b | 16-Aug-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/raid: remove some redundant jq calls
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Suggested-by: Michal Berger <michal.berger@intel.com> Change-Id: I636489a24b1052772fdcb92d7f3
test/raid: remove some redundant jq calls
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Suggested-by: Michal Berger <michal.berger@intel.com> Change-Id: I636489a24b1052772fdcb92d7f33ae05bcd840f4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24576 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz@tzawadzki.com>
show more ...
|
| 3b3688f8 | 16-Aug-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/raid: don't use a temp file for RPCs
Also, inline the configure_raid_bdev function because it doesn't improve readability now.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Su
test/raid: don't use a temp file for RPCs
Also, inline the configure_raid_bdev function because it doesn't improve readability now.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Suggested-by: Michal Berger <michal.berger@intel.com> Change-Id: I9df8bc02ad6ff3bda527962ea1d871d3462cde7c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24575 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Tomasz Zawadzki <tomasz@tzawadzki.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| e2a4d0ee | 25-Aug-2024 |
Michal Berger <michal.berger@intel.com> |
test/bdev: Fix raid_resize_data_offset_test()
There was a mishap between the following commits:
3cd7b237e6, 141bc565bb
where former didn't include proper changes introduced by the latter. Adjust t
test/bdev: Fix raid_resize_data_offset_test()
There was a mishap between the following commits:
3cd7b237e6, 141bc565bb
where former didn't include proper changes introduced by the latter. Adjust the test so it does now.
Change-Id: Ibf3c3496899436659df4e5c7c1fe999aa4f9bd5b Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24666 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Bypass-Merge-Requirements: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 3cd7b237 | 26-Jul-2024 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
bdev/raid: clear `data_offset` to allow it to be recalculated
If one of the slots of raid bdev is replaced, the optimal `data_offset` for the new disk added will be recalculated.
Fixes #3419
Chang
bdev/raid: clear `data_offset` to allow it to be recalculated
If one of the slots of raid bdev is replaced, the optimal `data_offset` for the new disk added will be recalculated.
Fixes #3419
Change-Id: I748ef2d3274f37d0a1e7cd4c443e316b8b0e45bc Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24339 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
show more ...
|
| 141bc565 | 16-Aug-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/raid: use DEFAULT_RPC_ADDR
The custom rpc_server socket is not useful, just use the default.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I7a7a9840b7923fd006976234
test/raid: use DEFAULT_RPC_ADDR
The custom rpc_server socket is not useful, just use the default.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I7a7a9840b7923fd006976234472c9cc3590288d3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24574 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Ben Walker <ben@nvidia.com>
show more ...
|
| 3be45abb | 14-Aug-2024 |
Jim Harris <jim.harris@samsung.com> |
test/raid: use rpc_cmd to optimize RPC calls
Signed-off-by: Jim Harris <jim.harris@samsung.com> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I1095bf3a544e01c3d0b7d999c12
test/raid: use rpc_cmd to optimize RPC calls
Signed-off-by: Jim Harris <jim.harris@samsung.com> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I1095bf3a544e01c3d0b7d999c12e50d00b3f8145 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24562 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com>
show more ...
|
| 34edd9f1 | 10-Jul-2024 |
Kamil Godzwon <kamilx.godzwon@intel.com> |
general: fix misspells and typos
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: Iab206ef526eb7032c6681a3145450010c91705a4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+
general: fix misspells and typos
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: Iab206ef526eb7032c6681a3145450010c91705a4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24120 Community-CI: Mellanox Build Bot Reviewed-by: Karol Latecki <karol.latecki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| cac68eec | 23-Jul-2024 |
Kamil Godzwon <kamilx.godzwon@intel.com> |
autotest: reduce RAID tests runs
To reduce the number of RAID test executions, keep all of them under SPDK_TEST_RAID flag (bdev raid, spdkcli raid and raid5f)
Use SPDK_TEST_RAID to set proper confi
autotest: reduce RAID tests runs
To reduce the number of RAID test executions, keep all of them under SPDK_TEST_RAID flag (bdev raid, spdkcli raid and raid5f)
Use SPDK_TEST_RAID to set proper config params for raid5f tests (--with-raid5f)
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I5349473db2dc14c4699f124a5f76525352477780 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24292 Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Tomasz Zawadzki <tomasz@tzawadzki.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
show more ...
|
| 8ee2672c | 24-May-2024 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
test/bdev: Add test for resized RAID with superblock
Change-Id: Ia680f4677ba0a151e2dcdeb19c17199e20a7aa50 Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://revi
test/bdev: Add test for resized RAID with superblock
Change-Id: Ia680f4677ba0a151e2dcdeb19c17199e20a7aa50 Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23397 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
show more ...
|
| 3b9baa5f | 20-Mar-2024 |
Loïc Yavercovski <loic.yavercovski@gmail.com> |
bdev/raid1: Support resize when increasing the size of base bdevs
Implement the resize function for RAID1. raid1_resize() calculate the new raid_bdev's block count and if it is different from the ol
bdev/raid1: Support resize when increasing the size of base bdevs
Implement the resize function for RAID1. raid1_resize() calculate the new raid_bdev's block count and if it is different from the old block count, call spdk_bdev_notify_blockcnt_change() with the new block count.
Add a simple functional test for this feature. The test is to create a raid1 bdev with two null bdevs, resize one null bdev, check if the raid1 bdev is not resize, resize another null bdev, check if the raid1 bdev is resized.
The commit is an overall copy/adaptation of the work of Shuhei Matsumoto with raid0.
Change-Id: I0737ba3fe4e1260d35d51e7b022c9cfd1eb6db58 Signed-off-by: Loïc Yavercovski <loic.yavercovski@gmail.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22619 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| e8a22bcc | 17-May-2024 |
Michal Berger <michal.berger@intel.com> |
test/bdev: Skip "hidden" nvme devices from the sysfs
Change-Id: I76e2da953a49f137cb57bbee8e57707cab02c3b3 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/g
test/bdev: Skip "hidden" nvme devices from the sysfs
Change-Id: I76e2da953a49f137cb57bbee8e57707cab02c3b3 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23181 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Marek Chomnicki <marek.chomnicki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| 8b196864 | 15-May-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/raid: io error tests
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I8edd6cf57627dff247c4e1e2d78746da16087346 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+
test/raid: io error tests
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I8edd6cf57627dff247c4e1e2d78746da16087346 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23186 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| 5d6ea30d | 16-May-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/raid: improve script cleanup
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Ia5d0dd1d97901f5cd4d250679b4d6036b4966bbd Reviewed-on: https://review.spdk.io/gerrit/c/spd
test/raid: improve script cleanup
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Ia5d0dd1d97901f5cd4d250679b4d6036b4966bbd Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23205 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| f9cccaa8 | 04-Apr-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
raid: examine other bdevs when starting from superblock
When a bdev containing a superblock is examined, search for other base bdevs and claim them, without having to examine every base bdev separat
raid: examine other bdevs when starting from superblock
When a bdev containing a superblock is examined, search for other base bdevs and claim them, without having to examine every base bdev separately.
For example, if a raid bdev is stopped and we remove one base bdev, then add it back, this will now cause the raid bdev to be brought back up. Earlier, we would have to re-add every base bdev.
Related to #3306
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I71193de1cdb8b3a451aa8490255d4414d81da159 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22641 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| dafdb289 | 15-Mar-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
raid: allow re-adding a base bdev with superblock
If a raid bdev is in ONLINE state and a base bdev is added that was a member of this array, rebuild should start automatically.
Signed-off-by: Artu
raid: allow re-adding a base bdev with superblock
If a raid bdev is in ONLINE state and a base bdev is added that was a member of this array, rebuild should start automatically.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I30583ced59f351658d1c5029faea49fbb2ee9367 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22501 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
| 30c08caa | 26-Mar-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/raid: always create pt bdevs in rebuild test
It doesn't hurt when superblock is not used and the code is a little simpler this way.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.co
test/raid: always create pt bdevs in rebuild test
It doesn't hurt when superblock is not used and the code is a little simpler this way.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Ic65b4f0ba4d6bd3aac531d522c35573ef0a01399 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22499 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| e2f90f3c | 25-Mar-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/raid: remove unnecessary recreating of base bdevs
The raid bdev did not start so the superblock hasn't been written yet.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-I
test/raid: remove unnecessary recreating of base bdevs
The raid bdev did not start so the superblock hasn't been written yet.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I2818de16b0be2b5fd24bf3bfbff166b98386fc80 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22498 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 2a1b861b | 18-Mar-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
raid: allow re-adding base bdev when in CONFIGURING state
When a base bdev is removed from a raid bdev in CONFIGURING state, make it possible to add it back.
Signed-off-by: Artur Paszkiewicz <artur
raid: allow re-adding base bdev when in CONFIGURING state
When a base bdev is removed from a raid bdev in CONFIGURING state, make it possible to add it back.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Iaced5234c62015b4a7115f246fd387b556d81146 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22497 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| d18ccc61 | 02-Feb-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/bdev_raid: add tests with metadata
Test some cases with separate and interleaved md.
The rebuild test with interleaved md has to be run without data verification because nbd does not support i
test/bdev_raid: add tests with metadata
Test some cases with separate and interleaved md.
The rebuild test with interleaved md has to be run without data verification because nbd does not support interleaved metadata.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I1192e3e0bcd8c585914ff1c4494995d671c69a53 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21687 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Mateusz Kozlowski <mateusz.kozlowski@solidigm.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| 17e71c7d | 02-Feb-2024 |
Artur Paszkiewicz <artur.paszkiewicz@intel.com> |
test/bdev_raid: make base bdev block size configurable
...and add some tests with 4k block.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I0e6d2e3f966e8bfca211d37cfb76b9
test/bdev_raid: make base bdev block size configurable
...and add some tests with 4k block.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I0e6d2e3f966e8bfca211d37cfb76b9d7a1391ffe Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21685 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|