Bug 1244163
| Summary: | /etc/init.d/rbdmap relies on functions which are not defined in rhel 7 | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Brad Hubbard <bhubbard> |
| Component: | RBD | Assignee: | Josh Durgin <jdurgin> |
| Status: | CLOSED WONTFIX | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 1.2.3 | CC: | ceph-eng-bugs, ceph-qe-bugs, jdillama, jdurgin, kdreyer, nlevine, vumrao |
| Target Milestone: | rc | ||
| Target Release: | 1.2.4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1244158 | Environment: | |
| Last Closed: | 2015-10-19 22:43:12 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
Brad Hubbard
2015-07-17 10:54:23 UTC
Problem is worse on 1.2.3 as there are more undefined function calls. ceph-common-0.80.8-7.el7cp.x86_64 # service rbdmap start /etc/init.d/rbdmap: line 32: log_daemon_msg: command not found /etc/init.d/rbdmap: line 54: log_progress_msg: command not found /etc/init.d/rbdmap: line 60: log_end_msg: command not found /etc/init.d/rbdmap: line 64: log_action_begin_msg: command not found /etc/init.d/rbdmap: line 66: log_action_end_msg: command not found # service rbdmap stop /etc/init.d/rbdmap: line 71: log_daemon_msg: command not found /etc/init.d/rbdmap: line 81: log_progress_msg: command not found /etc/init.d/rbdmap: line 86: log_end_msg: command not found Pushing all systemd fixes/features/bugs to 1.3 so setting this to Closed. |