Commit f102e3cd 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>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23260

 (master)

(cherry picked from commit 4199e7bb)
Change-Id: Id516dbe726bda9e31b7f35e7b65ba98150d82d16
Signed-off-by: default avatarMarek Chomnicki <marek.chomnicki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23318


Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 60be8395
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -10,6 +10,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.