From d555d6c2d05f3da80924c35af4b53494c388575c Mon Sep 17 00:00:00 2001 From: Darek Stojaczyk Date: Wed, 30 Jan 2019 11:55:19 +0100 Subject: [PATCH] configure: remove deprecated RAID options Change-Id: Ibbb53fefad5fa117c9b630301fb50bc04c87c3ea Signed-off-by: Darek Stojaczyk Reviewed-on: https://review.gerrithub.io/c/442728 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- CHANGELOG.md | 5 +++++ configure | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) 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 ;;