Merge "Api-ref:Add target volume preconditions for backup restore."

This commit is contained in:
Zuul 2018-03-10 01:44:59 +00:00 committed by Gerrit Code Review
commit 9480b305d2

View File

@ -182,6 +182,10 @@ Restores a Block Storage backup to an existing or new Block Storage volume.
The name parameter will work only if a new volume is created. The name parameter will work only if a new volume is created.
If UUID is specified, the backup will be restored to the specified volume. If UUID is specified, the backup will be restored to the specified volume.
The specified volume has the following requirements:
* the specified volume status is ``available``.
* the size of specified volume must be equal to or greater than the size of backup.
If no existing volume UUID is provided, the backup will be restored to a If no existing volume UUID is provided, the backup will be restored to a
new volume matching the size and name of the originally backed up volume. new volume matching the size and name of the originally backed up volume.