doc/rpc: fix typos about unit of size
Change-Id: I2155f767a10efd148b2b5f7e3b01d2b0cc6ca5e6 Signed-off-by: wuzhouhui <wuzhouhui@kingsoft.com> Reviewed-on: https://review.gerrithub.io/436284 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
ec79b4c8e4
commit
2d6d5d7082
@ -4127,7 +4127,7 @@ Create a logical volume on a logical volume store.
|
|||||||
Name | Optional | Type | Description
|
Name | Optional | Type | Description
|
||||||
----------------------- | -------- | ----------- | -----------
|
----------------------- | -------- | ----------- | -----------
|
||||||
lvol_name | Required | string | Name of logical volume to create
|
lvol_name | Required | string | Name of logical volume to create
|
||||||
size | Required | number | Desired size of logical volume in bytes
|
size | Required | number | Desired size of logical volume in megabytes
|
||||||
thin_provision | Optional | boolean | True to enable thin provisioning
|
thin_provision | Optional | boolean | True to enable thin provisioning
|
||||||
uuid | Optional | string | UUID of logical volume store to create logical volume on
|
uuid | Optional | string | UUID of logical volume store to create logical volume on
|
||||||
lvs_name | Optional | string | Name of logical volume store to create logical volume on
|
lvs_name | Optional | string | Name of logical volume store to create logical volume on
|
||||||
@ -4287,7 +4287,7 @@ Resize a logical volume.
|
|||||||
Name | Optional | Type | Description
|
Name | Optional | Type | Description
|
||||||
----------------------- | -------- | ----------- | -----------
|
----------------------- | -------- | ----------- | -----------
|
||||||
name | Required | string | UUID or alias of the logical volume to resize
|
name | Required | string | UUID or alias of the logical volume to resize
|
||||||
size | Required | number | Desired size of the logical volume in bytes
|
size | Required | number | Desired size of the logical volume in megabytes
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user