| Summary: | cinder-backup service installation | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eric Harney <eharney> |
| Component: | openstack-packstack | Assignee: | Francesco Vollero <fvollero> |
| Status: | CLOSED ERRATA | QA Contact: | Martin Magr <mmagr> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.0 | CC: | aortega, derekh, eharney, fvollero, hateya, ichavero, mmagr, yeylon, yrabl |
| Target Milestone: | rc | Keywords: | OtherQA, Triaged |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:30:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 884748 | ||
| Bug Blocks: | 1018548 | ||
|
Description
Eric Harney
2013-10-21 16:31:25 UTC
There is a change in puppet-cinder that will enable the installation of cinder-backup service, waiting upstream to be properly fixed and arranged, once this is done, we could support it in packstack. https://review.openstack.org/#/c/58792/ Merged *** Bug 1018548 has been marked as a duplicate of this bug. *** [root@virtual-rhel ~]# cat /etc/cinder/cinder.conf | grep backup | grep -v "^#" backup_swift_url=http://192.168.122.15:8080/v1/AUTH_ backup_swift_container=volumes_backup backup_swift_object_size=52428800 backup_swift_retry_attempts=3 backup_swift_retry_backoff=2 backup_driver=cinder.backup.drivers.swift backup_topic=cinder-backup backup_manager=cinder.backup.manager.BackupManager backup_api_class=cinder.backup.api.API backup_name_template=backup-%s [root@virtual-rhel ~]# cat /etc/cinder/cinder.conf | grep backup_swift #backup_swift_url=http://localhost:8080/v1/AUTH_ backup_swift_url=http://192.168.122.15:8080/v1/AUTH_ #backup_swift_auth=per_user #backup_swift_user=<None> #backup_swift_key=<None> #backup_swift_container=volumebackups backup_swift_container=volumes_backup #backup_swift_object_size=52428800 backup_swift_object_size=52428800 #backup_swift_retry_attempts=3 backup_swift_retry_attempts=3 #backup_swift_retry_backoff=2 backup_swift_retry_backoff=2 swift_user and swift_password are missing. Is this a big deal Eric? (In reply to Martin Magr from comment #7) > swift_user and swift_password are missing. Is this a big deal Eric? Well, my opinion is that since Packstack is setting up Swift, there should be as few steps as possible to make a volume backup work after an allinone install. Setting these vars is required for that, and seems like a reasonable thing for Packstack to do. This bug covered the initial basics as far as the service itself but I think we need to get things further along in 5.0. Could Packstack create the volume_backups Swift container as well? Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |