Bug 1306048
| Summary: | package ceph-installer and create systemd config to start the service and its dependencies | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Storage Console | Reporter: | Christina Meno <gmeno> |
| Component: | ceph-installer | Assignee: | Ken Dreyer (Red Hat) <kdreyer> |
| Status: | CLOSED ERRATA | QA Contact: | Martin Bukatovic <mbukatov> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2 | CC: | ceph-eng-bugs, flucifre, hnallurv, icolle, mkudlej, nthomas, sankarshan |
| Target Milestone: | --- | ||
| Target Release: | 2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-installer-1.0.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-23 19:46:49 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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1305198 | ||
|
Description
Christina Meno
2016-02-09 23:20:48 UTC
Currently the daemon stuff is in a Circus template: https://github.com/ceph/ceph-installer/blob/master/deploy/playbooks/roles/common/templates/circus.ini.j2 We'll want to re-construct that in the form of individual systemd unit files. This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Checking ceph-installer-1.0.14-1.el7scon.noarch ~~~ # rpm -ql ceph-installer | grep systemd /usr/lib/systemd/system-preset/80-ceph-installer.preset /usr/lib/systemd/system/ceph-installer-celery.service /usr/lib/systemd/system/ceph-installer.service ~~~ Ceph installer has proper systemd service unit files: * start, stop and restart is possible * enable/disable of the services works * checking logs via journal works * dependencies of ceph-installer are specified Note that ceph-installer service is enabled by default (vendor preset). 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. https://access.redhat.com/errata/RHEA-2016:1754 |