configure: remove deprecated RAID options
Change-Id: Ibbb53fefad5fa117c9b630301fb50bc04c87c3ea Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/442728 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
b52c6ea9d0
commit
d555d6c2d0
@ -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
|
||||
|
6
configure
vendored
6
configure
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user