python-openstackclient/releasenotes/notes/bug-1597189-02a8d8a402725860.yaml
Huanxuan Ao de4a69a29f Refactor "volume backup restore" command
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
2022-03-10 12:04:11 +00:00

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>`_]