diff options
| author | Zuul <zuul@review.opendev.org> | 2022-06-20 15:19:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-06-20 15:19:56 +0000 |
| commit | ec95b58482ae0853998c06dfd335db2456997644 (patch) | |
| tree | 519c5006dc0f26df73bc51fac9ba7de05136a480 /releasenotes/notes | |
| parent | 15608a26963f03bbb5b0427a0b81761dccd190e7 (diff) | |
| parent | de4a69a29ff4657d0c3cd95ca9f35ff24f653b5f (diff) | |
| download | python-openstackclient-ec95b58482ae0853998c06dfd335db2456997644.tar.gz | |
Merge "Refactor "volume backup restore" command"
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/bug-1597189-02a8d8a402725860.yaml | 10 |
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>`_] |
