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:
parent
47b17299a4
commit
628cd5e246
@ -199,7 +199,6 @@ Example response:
|
|||||||
"id": 1,
|
"id": 1,
|
||||||
"result": [
|
"result": [
|
||||||
{
|
{
|
||||||
"core": 0,
|
|
||||||
"nqn": "nqn.2014-08.org.nvmexpress.discovery",
|
"nqn": "nqn.2014-08.org.nvmexpress.discovery",
|
||||||
"subtype": "Discovery"
|
"subtype": "Discovery"
|
||||||
"listen_addresses": [],
|
"listen_addresses": [],
|
||||||
@ -207,7 +206,6 @@ Example response:
|
|||||||
"allow_any_host": true
|
"allow_any_host": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"core": 5,
|
|
||||||
"nqn": "nqn.2016-06.io.spdk:cnode1",
|
"nqn": "nqn.2016-06.io.spdk:cnode1",
|
||||||
"subtype": "NVMe",
|
"subtype": "NVMe",
|
||||||
"listen_addresses": [
|
"listen_addresses": [
|
||||||
@ -240,7 +238,6 @@ Construct an NVMe over Fabrics target subsystem.
|
|||||||
|
|
||||||
Name | Optional | Type | Description
|
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
|
nqn | Required | string | Subsystem NQN
|
||||||
listen_addresses | Optional | array | Array of @ref rpc_construct_nvmf_subsystem_listen_address objects
|
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.
|
hosts | Optional | array | Array of strings containing allowed host NQNs. Default: No hosts allowed.
|
||||||
@ -274,7 +271,6 @@ Example request:
|
|||||||
"id": 1,
|
"id": 1,
|
||||||
"method": "construct_nvmf_subsystem",
|
"method": "construct_nvmf_subsystem",
|
||||||
"params": {
|
"params": {
|
||||||
"core": 5,
|
|
||||||
"nqn": "nqn.2016-06.io.spdk:cnode1",
|
"nqn": "nqn.2016-06.io.spdk:cnode1",
|
||||||
"listen_addresses": [
|
"listen_addresses": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user