Commit ae800252 authored by paul luse's avatar paul luse Committed by Jim Harris
Browse files

iscsi: minor grammar fixup



In a couple of docs and a .py file, saw while reviewing name changes.

Signed-off-by: default avatarpaul luse <paul.e.luse@intel.com>
Change-Id: I6a8b579ca692cdf6df1024e42eee76de5bde1227
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/467715


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent 08278bf9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.

~~~
+2 −2
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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