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:
Sean McGinnis 2018-04-17 17:47:39 -05:00
parent 4158fb44bc
commit e4a41feab3
2 changed files with 5 additions and 5 deletions

View File

@ -1487,8 +1487,8 @@ source_replica:
type: string
source_volid:
description: |
The UUID of the source volume. The API creates a
new volume with the same size as the source volume.
The UUID of the source volume. The API creates a new volume with the same
size as the source volume unless a larger size is requested.
in: body
required: false
type: string

View File

@ -2400,7 +2400,7 @@ snapshot_id_3:
description: |
The UUID of the source volume snapshot. The API
creates a new volume snapshot with the same size as the source
volume snapshot.
volume snapshot unless a larger size is requested.
in: body
required: true
type: string
@ -2473,8 +2473,8 @@ source_replica:
type: string
source_volid:
description: |
The UUID of the source volume. The API creates a
new volume with the same size as the source volume.
The UUID of the source volume. The API creates a new volume with the same
size as the source volume unless a larger size is requested.
in: body
required: false
type: string