Clarify sizing when creating vol from source
The api-ref stated new volumes created from a source volume or snapshot would have the same size as the original, but that is not the case if a larger size is requested. Change-Id: Id2e0d53b56d5879026c182521a512dc2cfcd28f7
This commit is contained in:
parent
4158fb44bc
commit
e4a41feab3
@ -1487,8 +1487,8 @@ source_replica:
|
|||||||
type: string
|
type: string
|
||||||
source_volid:
|
source_volid:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the source volume. The API creates a
|
The UUID of the source volume. The API creates a new volume with the same
|
||||||
new volume with the same size as the source volume.
|
size as the source volume unless a larger size is requested.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
@ -2400,7 +2400,7 @@ snapshot_id_3:
|
|||||||
description: |
|
description: |
|
||||||
The UUID of the source volume snapshot. The API
|
The UUID of the source volume snapshot. The API
|
||||||
creates a new volume snapshot with the same size as the source
|
creates a new volume snapshot with the same size as the source
|
||||||
volume snapshot.
|
volume snapshot unless a larger size is requested.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
@ -2473,8 +2473,8 @@ source_replica:
|
|||||||
type: string
|
type: string
|
||||||
source_volid:
|
source_volid:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the source volume. The API creates a
|
The UUID of the source volume. The API creates a new volume with the same
|
||||||
new volume with the same size as the source volume.
|
size as the source volume unless a larger size is requested.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user