Bug 1600063
| Summary: | Deploying logging on a system where /tmp mounted with noexec option fails | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Feras Al Taher <faltahe> |
| Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
| Status: | CLOSED DUPLICATE | QA Contact: | Anping Li <anli> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.7.1 | CC: | aos-bugs, rmeggins, tkatarki |
| Target Milestone: | --- | ||
| Target Release: | 3.7.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-12 20:32:50 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: | |||
*** This bug has been marked as a duplicate of bug 1600685 *** The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |
Description of problem: Deploying logging on a system where /tmp mounted with noexec option fails In the file below there is task executes a script o /tmp directory, this is hardcoded to be executed on /tmp directory. openshift/openshift-ansible/roles/openshift_logging_fluentd/tasks/label_and_wait.yaml - name: Execute the fluentd temporary labeling script command: "/tmp/fluentd_label.temp.sh {{ fluentd_host }}" with_items: "{{ openshift_logging_fluentd_hosts }}" loop_control: loop_var: fluentd_host When a system mounts the /tmp directory with noexec option this task fails with the error below, 2018-06-01 15:34:15,427 p=626 u=karel | failed: [i********************] (item=hrrlyicplv005.msnet.railb.be) => { "changed": false, "cmd": "/tmp/fluentd_label.temp.sh h****************", "fluentd_host": "h***********", "invocation": { "module_args": { "_raw_params": "/tmp/fluentd_label.temp.sh h****************", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true } }, "msg": "[Errno 13] Permission denied", "rc": 13 } Version-Release number of the following components: Ansible: ansible 2.5.3 Git: openshift-ansible-3.9.29-1 How reproducible: Allways Steps to Reproduce: 1. Mount the /tmp directory with noexec option 2. Install the looging component Actual results: ansible log will be added to the case. Upstream issue: https://github.com/openshift/openshift-ansible/issues/8517