de4a69a29f
Make the positional argument "volume" optional and add a "--force" option (volume v2 only) to the "volume backup restore" command. Closes-Bug: #1597189 Change-Id: If944e10158bd18e8331be63e96187a23e23095d7
11 lines
510 B
YAML
11 lines
510 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``volume`` argument of the ``volume backup restore`` command is now
|
|
optional and can refer to the name of a new volume that should be created
|
|
rather than a name or ID of an existing volume (which would be
|
|
overwritten). If not provided, cinder will generate a new volume with a
|
|
unique name. To restore a backup to an existing volume, you must now
|
|
specify the ``--force`` option (volume v2, v3 only).
|
|
[Bug `1597189 <https://bugs.launchpad.net/bugs/1597189>`_]
|