| Summary: | cinder-backup service doesn't start on boot and missing from chkconfig --list | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Haim <hateya> |
| Component: | openstack-cinder | Assignee: | Eric Harney <eharney> |
| Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.0 | CC: | ddomingo, dmaley, eharney, hateya, sradvan, yeylon |
| Target Milestone: | beta | Flags: | eharney:
needinfo-
|
| Target Release: | 4.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | storage | ||
| Fixed In Version: | openstack-cinder-2013.2-1.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
Cause: openstack-cinder-backup service init scripts were not added to chkconfig.
Consequence: Cinder backup service were not able to be started.
Fix: Add init scripts to chkconfig at install time in the package.
Result: Cinder backup service now operates as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:29:30 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: | |
|
Description
Haim
2013-10-17 15:41:05 UTC
RPM spec only has:
# Initial installation
for svc in volume api scheduler; do
/sbin/chkconfig --add openstack-cinder-$svc
done
*** Bug 1025857 has been marked as a duplicate of this bug. *** verified: openstack-utils-2013.2-1.el6ost.noarch openstack-cinder-2013.2-1.el6ost.noarch 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 |