Add a Swift Command Line Interface (CLI) backup location
Add a Swift CLI backup location.
|
The Backup Service requires control over the data and structure of its destination locations. The backup destinations must be dedicated for use only by OpsCenter. Any additional directories or files in those destinations can prevent the Backup Service from properly conducting a Backup or Restore operation. |
-
Install a Swift CLI container to store your backup data.
-
Edit the
CLUSTER_NAME.conffile located at/etc/opscenter/clusters/for package installations, or atINSTALL_DIRECTORY/conf/clusters/for tarball installations. -
To enable Swift CLI for backup, add
use_swift_clitocluster_name.conf:[labs] use_swift_cli = True
Backing up to Swift is currently a Labs feature.
-
Optional: To set a delay before allowing the Openstack Swift backup to be verified, using the default delay, add
swift_cli_sync_status_delay_secondstocluster_name.conf.
[labs]
swift_cli_sync_status_delay_seconds = N (1)
| 1 | The delay default is 10 seconds. Add = N to the delay statement to change the default value, where N is a numeric value of your choosing.
|