Bug 1499813
| Summary: | Fluentd configuration file is not right on non-ops cluster | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> |
| Component: | Logging | Assignee: | Noriko Hosoi <nhosoi> |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.6.1 | CC: | anli, aos-bugs, jcantril, jkarasek, juzhao, rmeggins |
| Target Milestone: | --- | ||
| Target Release: | 3.6.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-12-07 07:12:13 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
Junqi Zhao
2017-10-09 12:49:22 UTC
Thank you very much, @Junqi. I think I found a cause of the bug... https://github.com/openshift/origin-aggregated-logging/pull/709 https://github.com/openshift/origin-aggregated-logging/pull/710 Commit pushed to master at https://github.com/openshift/origin-aggregated-logging https://github.com/openshift/origin-aggregated-logging/commit/3933f70b8f71112a7dde6414dc0e0c7e1a5adfba Merge pull request #709 from nhosoi/bz1499813 Automatic merge from submit-queue. fluentd/run.sh - fixing a typo in OPS_PORT https://bugzilla.redhat.com/show_bug.cgi?id=1499813 Bug 1499813 - Fluentd configuration file is not right on non-ops cluster Please change to ON_QA, issue is fixed. # oc get po NAME READY STATUS RESTARTS AGE logging-curator-1-gg4w5 1/1 Running 0 14m logging-es-data-master-8jq1w3mn-1-5vhn2 1/1 Running 0 15m logging-fluentd-02kdw 1/1 Running 0 14m logging-fluentd-3zqn5 1/1 Running 0 14m logging-kibana-1-83mv0 2/2 Running 0 14m # oc rsh logging-fluentd-02kdw sh-4.2# ls -al /var/lib/fluentd/ total 876 drwxr-xr-x. 2 root root 214 Oct 12 21:17 . drwxr-xr-x. 15 root root 191 Oct 12 21:01 .. -rw-r--r--. 1 root root 8545 Oct 12 21:17 buffer-output-es-config.output_tag.b55b636ab916cc296.log -rw-r--r--. 1 root root 709449 Oct 11 22:33 buffer-output-es-ops-config.output_ops_tag.b55b505c5336eae80.log -rw-r--r--. 1 root root 171797 Oct 11 22:33 buffer-output-es-ops-config.output_ops_tag.q55b505c43f37ab8c.log sh-4.2# ls -al /etc/fluent/configs.d/openshift | grep filter-post -rw-r--r--. 1 root root 256 Oct 12 21:01 filter-post-z-retag-one.conf # oc rsh logging-fluentd-3zqn5 sh-4.2# ls -al /var/lib/fluentd/ total 732 drwxr-xr-x. 2 root root 214 Oct 12 21:17 . drwxr-xr-x. 15 root root 191 Oct 12 21:01 .. -rw-r--r--. 1 root root 111378 Oct 12 21:17 buffer-output-es-config.output_tag.q55b636cafc97eb9e.log -rw-r--r--. 1 root root 516582 Oct 11 22:33 buffer-output-es-ops-config.output_ops_tag.b55b505c63d6d827d.log -rw-r--r--. 1 root root 32038 Oct 11 22:33 buffer-output-es-ops-config.output_ops_tag.q55b505c624644482.log sh-4.2# ls -al /etc/fluent/configs.d/openshift | grep filter-post -rw-r--r--. 1 root root 256 Oct 12 21:01 filter-post-z-retag-one.conf Images: logging-kibana:v3.6.173.0.49-2 logging-elasticsearch:v3.6.173.0.49-2 logging-fluentd:v3.6.173.0.49-2 logging-auth-proxy:v3.6.173.0.49-2 logging-curator:v3.6.173.0.49-2 Thanks for verifying the bug, @Junqi!! This is a bug found in the new feature. No Doc is needed.
> https://bugzilla.redhat.com/show_bug.cgi?id=1499813
> - Missing doc text
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/RHSA-2017:3389 |