Bug 1157938
| Summary: | service or init.d invoke systemd-run which does not exist in FC-19 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | vishalcdac07 |
| Component: | ceph | Assignee: | Boris Ranto <branto> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | branto, david, fedora, johannbg, jsynacek, lnykryn, msekleta, s, steve, systemd-maint, vishalcdac07, vpavlin, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-0.80.5-11.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-12 02:41:17 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: | |||
|
Description
vishalcdac07
2014-10-28 04:53:25 UTC
$ sudo service ceph restart mon.localhost.localdomain Above command is actually $ sudo service ceph start mon.localhost.localdomain ceph-0.80.5-11.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/ceph-0.80.5-11.fc19 Package ceph-0.80.5-11.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ceph-0.80.5-11.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-14026/ceph-0.80.5-11.fc19 then log in and leave karma (feedback). I would be interested to know the cause for this issue. Thanks It is quite simple -- the ceph init script tries to detect whether the init system is systemd (whether the pid 1 is systemd) and in that case it runs the daemon via systemd-run. However, that binary first appeared in post-f19 systemd version. The fix is to not run the daemon via systemd-run in f19. btw: Were you able to test the latest packages to see if they fixed your issue? ceph-0.80.5-11.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |