Bug 1227293
Summary: | chrooted_path not handled properly by dhcpd resource agent [patch] | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Radek Steiger <rsteiger> | ||||||
Component: | resource-agents | Assignee: | Fabio Massimo Di Nitto <fdinitto> | ||||||
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 7.1 | CC: | agk, cluster-maint | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | resource-agents-3.9.5-47.el7 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2015-11-19 04:48:07 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: | |||||||||
Attachments: |
|
Description
Radek Steiger
2015-06-02 11:01:24 UTC
Created attachment 1033704 [details]
proposed patch: replace hardcoded paths with OCF_RESKEY_chrooted_path
Created attachment 1033706 [details]
optional patch: change default chroot path to dhcp's real default path
By default dhcp uses /var/lib/dhcpd directory. The resource agent however uses its own /var/lib/dhcp directory for chroot by default which causes problems with selinux. This patch changes the default chroot_path to the same directory as provided by dhcp rpm package.
modified patches a bit and posted them upstream. https://github.com/ClusterLabs/resource-agents/pull/627 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://rhn.redhat.com/errata/RHBA-2015-2190.html |