Spdk/module/bdev/raid
Artur Paszkiewicz 65f2af1dcb module/raid: continue operation after base bdev removal
Don't stop the raid bdev if the minimum number of base bdevs are
available.

When removing a base bdev, first suspend the raid bdev and then perform
the actual removal/cleanup. Finally, resume the raid bdev.

Change-Id: Ie010d3760c32b0dad455a5a2a0ab7adcc602edf9
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
2023-05-09 17:58:11 +08:00
..
bdev_raid_rpc.c module/raid: data offset and data size implementation 2023-05-09 17:58:11 +08:00
bdev_raid.c module/raid: continue operation after base bdev removal 2023-05-09 17:58:11 +08:00
bdev_raid.h module/raid: add raid_bdev ptr to raid_base_bdev_info 2023-05-09 17:58:11 +08:00
concat.c module/raid: data offset and data size implementation 2023-05-09 17:58:11 +08:00
Makefile so_ver: increase all major versions 2023-01-24 08:37:21 +00:00
raid0.c module/raid: data offset and data size implementation 2023-05-09 17:58:11 +08:00
raid1.c module/raid: data offset and data size implementation 2023-05-09 17:58:11 +08:00
raid5f.c module/raid: data offset and data size implementation 2023-05-09 17:58:11 +08:00