diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d24f51e..5c32b4ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -170,6 +170,11 @@ The following RPC commands deprecated in the previous release are now removed: - remove_virtio_scsi_bdev - construct_nvmf_subsystem +### Miscellaneous + +The configure options `--with-raid` and `--without-raid` that were deprecated in the previous +release are now removed. + ## v18.10: ### nvme diff --git a/configure b/configure index d4edc209d..264b8fa56 100755 --- a/configure +++ b/configure @@ -167,12 +167,6 @@ for i in "$@"; do --without-rbd) CONFIG[RBD]=n ;; - --with-raid) - echo "--with-raid option ignored and is now deprecated. RAID module is always enabled." - ;; - --without-raid) - echo "--without-raid option ignored and is now deprecated. RAID module is always enabled." - ;; --with-rdma) CONFIG[RDMA]=y ;;