Change “wr-openstack” instances to “|prefix|-openstack”. PS2: Use |prefix| substitution instead of "stx" PS3, 4, 5, 6, 7: Fix table alignment PS8: Replace table with text for |prefix| usage Closes-Bug: 1948045 Change-Id: I41f804dd83d480e99a9c8ebfc252def3de0215ea Signed-off-by: MCamp859 <maryx.camp@intel.com>
1.5 KiB
Back up OpenStack
is backed up using the back-up facilities.
The backup playbook will produce a OpenStack backup tarball in addition to the platform tarball. This can be used to perform restores independently of restoring the underlying platform.
Note
Data stored in Ceph such as Glance images, Cinder volumes or volume backups or Rados objects (images stored in ceph) are not backed up automatically.
To backup glance images use the image_backup.sh script. For example:
~(keystone_admin)$ image-backup export <uuid>
To back-up other Ceph data such as cinder volumes, backups in ceph or rados objects use the
rbd export
command for the data in OpenStack pools cinder-volumes, cinder-backup and rados.For example if you want to export a Cinder volume with the ID of: 611157b9-78a4-4a26-af16-f9ff75a85e1b you can use the following command:
~(keystone_admin)$ rbd export -p cinder-volumes 611157b9-78a4-4a26-af16-f9ff75a85e1b /tmp/611157b9-78a4-4a26-af16-f9ff75a85e1b
To see the the Cinder volumes, use the
openstack volume-list
command.After export, copy the data off-box for safekeeping.
For details on performing a back-up, see System Backup and Restore <backing-up-starlingx-system-data>
.