doc/jsonrpc: remove "core" from nvmf_tgt methods

The "core" parameter is no longer accepted for construct_nvmf_subsystem,
and it is also no longer returned as part of the get_nvmf_subsystems
result.  Update the documentation to match.

Fixes: 7b397f6281 ("nvmf: No longer tie subsystems to CPU cores")
Change-Id: Ibec85de6942f8da99f195b747423040c54a44959
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/398873
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
Daniel Verkamp 2018-02-07 16:12:17 -07:00 committed by Jim Harris
parent 47b17299a4
commit 628cd5e246

View File

@ -199,7 +199,6 @@ Example response:
"id": 1,
"result": [
{
"core": 0,
"nqn": "nqn.2014-08.org.nvmexpress.discovery",
"subtype": "Discovery"
"listen_addresses": [],
@ -207,7 +206,6 @@ Example response:
"allow_any_host": true
},
{
"core": 5,
"nqn": "nqn.2016-06.io.spdk:cnode1",
"subtype": "NVMe",
"listen_addresses": [
@ -240,7 +238,6 @@ Construct an NVMe over Fabrics target subsystem.
Name | Optional | Type | Description
----------------------- | -------- | ----------- | -----------
core | Optional | number | Core to run the subsystem's poller on. Default: Automatically assign a core.
nqn | Required | string | Subsystem NQN
listen_addresses | Optional | array | Array of @ref rpc_construct_nvmf_subsystem_listen_address objects
hosts | Optional | array | Array of strings containing allowed host NQNs. Default: No hosts allowed.
@ -274,7 +271,6 @@ Example request:
"id": 1,
"method": "construct_nvmf_subsystem",
"params": {
"core": 5,
"nqn": "nqn.2016-06.io.spdk:cnode1",
"listen_addresses": [
{