Commit 4199e7bb authored by Artur Paszkiewicz's avatar Artur Paszkiewicz Committed by Tomasz Zawadzki
Browse files

raid: update CHANGELOG



Signed-off-by: default avatarArtur Paszkiewicz <artur.paszkiewicz@intel.com>
Change-Id: Id516dbe726bda9e31b7f35e7b65ba98150d82d16
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23260


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
parent 82f7ed1c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -12,6 +12,20 @@

Added `spdk_bdev_get_nvme_ctratt()` API to get controller attributes of bdev.

### bdev_raid

Added support for interleaved metadata.

Added RAID1 I/O error handling.

Examining a bdev with RAID superblock now searches for other base bdevs that may be present.

Re-adding a removed base bdev with superblock will now begin rebuild on applicable RAID levels.

Base bdevs can now be added back if were removed while in configuring state.

RAID in configuring state will not be removed if the last base bdev is removed.

### bdev_uring

Added `bdev_uring_rescan` RPC to allow rescaning the size of uring bdev.