jsonrpc.md: add cache param to construct_ftl_bdev
The new param was added ina0cb5e9d
[1], but never described in jsonrpc.md. [1]a0cb5e9d
(lib/ftl: retrieve caching bdev from configuration) Change-Id: I735644ffcf47abdede13a96ffddef8d1ce48c815 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/449736 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Wojciech Malikowski <wojciech.malikowski@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
ca44fd6955
commit
06ec27a54d
@ -1843,6 +1843,7 @@ trtype | Required | string | Transport type
|
||||
traddr | Required | string | NVMe target address
|
||||
punits | Required | string | Parallel unit range in the form of start-end e.g 4-8
|
||||
uuid | Optional | string | UUID of restored bdev (not applicable when creating new instance)
|
||||
cache | Optional | string | Name of the bdev to be used as a write buffer cache
|
||||
|
||||
### Result
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user