Bug 1815088
| Summary: | [OCS 4.2][Noobaa]: Cleanup irrelevant commands from collecting noobaa diagnostics | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Container Storage | Reporter: | Deepu K S <dkochuka> |
| Component: | Multi-Cloud Object Gateway | Assignee: | Ohad <omitrani> |
| Status: | CLOSED ERRATA | QA Contact: | Filip Balák <fbalak> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.2 | CC: | assingh, dkochuka, ebenahar, etamir, jonte.regnell, nbecker, ocs-bugs, omitrani, tdesala |
| Target Milestone: | --- | ||
| Target Release: | OCS 4.4.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 4.4.0-410 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-04 12:54:39 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
Deepu K S
2020-03-19 12:54:32 UTC
@ohad, let's suppress errors if FE dumps don't exist. "top" and "slabtop" do not exist on the base image that NooBaa uses. My intention is to remove the calls for these commands and suppress the errors for cp command on non-existing files (fedumps and noobaa_deploy logs) Fixed in upstream PR (see links) (In reply to Ohad from comment #3) > "top" and "slabtop" do not exist on the base image that NooBaa uses. > My intention is to remove the calls for these commands and suppress the > errors for cp command on non-existing files (fedumps and noobaa_deploy logs) Hi Ohad, Can you please help me how we can check the causes of high CPU for noobaa-core? I would like to know what all we can check from noobaa perspective in such a case. Any pointers would be helpful. Thanks. Hi Deepu, Currently, we do not have a special way to figure up if a process on the container uses hi CPU. You can find CPU related information in Prometheus or using the command "oc describe node" on the node hosting the pod. The issue was resolved as described in Comment 2 and Comment 3: There are no `command not found` errors because there are currently no files top.out and slabtop.out in /tmp/diag/ Tested with: ocs-operator.v4.4.0-413.ci 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/RHBA-2020:2393 |