b90c780d2b
This adds commands to import and export volume backup records so they can be imported and restored on other Cinder instances or to the original instance if the service or database has been lost and had to be rebuilt. I know this is a commonly used process by some users, so it would be good to have this functionality in osc so they do not have to switch clients. More details about the export and import process can be found here: https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html Change-Id: Ic95f87b36a416a2b50cb2193fd5759ab59336975 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
16 lines
873 B
YAML
16 lines
873 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``openstack volume backup record export <backup>`` command that
|
|
provides encrypted backup record metadata that can then be used to import
|
|
and restore on a different or rebuilt block storage service. Information
|
|
about volume backup export and import can be found in the `Cinder block
|
|
storage service documentation <https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html>`_.
|
|
- |
|
|
Add ``openstack volume backup record import <backup_service>
|
|
<backup_matadata>`` command that can be used to import and restore on a
|
|
different or rebuilt block storage service. Information about volume backup
|
|
export and import can be found in the `Cinder block storage service
|
|
documentation <https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html>`_.
|
|
|