summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-09-22 17:10:32 +0800
committerStephen Finucane <sfinucan@redhat.com>2022-03-10 12:04:11 +0000
commitde4a69a29ff4657d0c3cd95ca9f35ff24f653b5f (patch)
treebf53a4f91a0afeddf809297d6f54effe94a6cfa0 /releasenotes
parent8c975ba09790f9fe57c32293fb4320bf5c56e012 (diff)
downloadpython-openstackclient-de4a69a29ff4657d0c3cd95ca9f35ff24f653b5f.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1597189-02a8d8a402725860.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1597189-02a8d8a402725860.yaml b/releasenotes/notes/bug-1597189-02a8d8a402725860.yaml
new file mode 100644
index 00000000..69d1eb77
--- /dev/null
+++ b/releasenotes/notes/bug-1597189-02a8d8a402725860.yaml
@@ -0,0 +1,10 @@
+---
+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>`_]