iscsi: minor grammar fixup
In a couple of docs and a .py file, saw while reviewing name changes. Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I6a8b579ca692cdf6df1024e42eee76de5bde1227 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/467715 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
08278bf97f
commit
ae80025286
@ -103,9 +103,9 @@ In addition to the configuration file, the iSCSI target may also be configured v
|
||||
|
||||
### Target nodes
|
||||
|
||||
- iscsi_create_target_node -- Add a iSCSI target node.
|
||||
- iscsi_delete_target_node -- Delete a iSCSI target node.
|
||||
- iscsi_target_node_add_lun -- Add an LUN to an existing iSCSI target node.
|
||||
- iscsi_create_target_node -- Add an iSCSI target node.
|
||||
- iscsi_delete_target_node -- Delete an iSCSI target node.
|
||||
- iscsi_target_node_add_lun -- Add a LUN to an existing iSCSI target node.
|
||||
- iscsi_get_target_nodes -- Show information about all available iSCSI target nodes.
|
||||
|
||||
~~~
|
||||
|
@ -3174,7 +3174,7 @@ Example response:
|
||||
|
||||
## iscsi_create_target_node method {#rpc_iscsi_create_target_node}
|
||||
|
||||
Add a iSCSI target node.
|
||||
Add an iSCSI target node.
|
||||
|
||||
### Parameters
|
||||
|
||||
@ -3401,7 +3401,7 @@ Example response:
|
||||
|
||||
## iscsi_delete_target_node method {#rpc_iscsi_delete_target_node}
|
||||
|
||||
Delete a iSCSI target node.
|
||||
Delete an iSCSI target node.
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -575,7 +575,7 @@ def bdev_error_delete(client, name):
|
||||
|
||||
@deprecated_alias('construct_iscsi_bdev')
|
||||
def bdev_iscsi_create(client, name, url, initiator_iqn):
|
||||
"""Construct a iSCSI block device.
|
||||
"""Construct an iSCSI block device.
|
||||
|
||||
Args:
|
||||
name: name of block device
|
||||
|
Loading…
Reference in New Issue
Block a user