Bug 2106543
Summary: | Typo in must-gather release-4.10 | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Chuck Douglas <cdouglas> | |
Component: | oc | Assignee: | Scott Dodson <sdodson> | |
oc sub component: | oc | QA Contact: | zhou ying <yinzhou> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | medium | CC: | dwalsh, eparis, mfojtik | |
Version: | 4.10 | Keywords: | Bugfix, Patch | |
Target Milestone: | --- | |||
Target Release: | 4.11.0 | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause: A typo in the gather script
Consequence: Insights data was not properly collected.
Fix: The typo was corrected
Result: Insights data is now properly collected via must-gather.
|
Story Points: | --- | |
Clone Of: | ||||
: | 2106559 (view as bug list) | Environment: | ||
Last Closed: | 2022-08-10 11:20:54 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2106559 |
Description
Chuck Douglas
2022-07-12 22:57:17 UTC
Bug status changed to NEW as previous linked PR https://github.com/openshift/must-gather/pull/321 has been closed can't reproduce the issue now : [root@localhost ~]# oc adm must-gather -- /usr/bin/gather_insights [must-gather ] OUT Using must-gather plug-in image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:88d9b350be62e6314c2602112467e082bbf7d4c1538ae6a096c303d78ed5326f When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: b409e270-f5ab-44f4-86a9-5796f018d70c ClusterVersion: Stable at "4.11.0-0.nightly-2022-07-11-080250" ClusterOperators: clusteroperator/machine-config is degraded because Failed to resync 4.11.0-0.nightly-2022-07-11-080250 because: error during syncRequiredMachineConfigPools: [timed out waiting for the condition, error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)] [must-gather ] OUT namespace/openshift-must-gather-ncxch created [must-gather ] OUT clusterrolebinding.rbac.authorization.k8s.io/must-gather-brmxs created [must-gather ] OUT pod for plug-in image quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:88d9b350be62e6314c2602112467e082bbf7d4c1538ae6a096c303d78ed5326f created [must-gather-2cnfp] POD 2022-07-13T10:28:22.860768587Z INFO: Collecting Insights Archives from insights-operator-69798d9b66-s69ct [must-gather-2cnfp] POD 2022-07-13T10:28:23.200372116Z receiving incremental file list [must-gather-2cnfp] POD 2022-07-13T10:28:23.205353409Z insights-operator/ [must-gather-2cnfp] POD 2022-07-13T10:28:23.205490712Z insights-operator/insights-2022-07-13-093920.tar.gz [must-gather-2cnfp] POD 2022-07-13T10:28:23.210314602Z [must-gather-2cnfp] POD 2022-07-13T10:28:23.210434804Z sent 47 bytes received 83,161 bytes 55,472.00 bytes/sec [must-gather-2cnfp] POD 2022-07-13T10:28:23.210434804Z total size is 82,984 speedup is 1.00 [must-gather-2cnfp] OUT waiting for gather to complete [must-gather-2cnfp] OUT downloading gather output [must-gather-2cnfp] OUT receiving incremental file list [must-gather-2cnfp] OUT ./ [must-gather-2cnfp] OUT insights-data/ [must-gather-2cnfp] OUT insights-data/insights-operator/ [must-gather-2cnfp] OUT insights-data/insights-operator/insights-2022-07-13-093920.tar.gz [must-gather-2cnfp] OUT [must-gather-2cnfp] OUT sent 58 bytes received 83,240 bytes 15,145.09 bytes/sec [must-gather-2cnfp] OUT total size is 82,984 speedup is 1.00 [must-gather ] OUT namespace/openshift-must-gather-ncxch deleted [must-gather ] OUT clusterrolebinding.rbac.authorization.k8s.io/must-gather-brmxs deleted Reprinting Cluster State: When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: b409e270-f5ab-44f4-86a9-5796f018d70c ClusterVersion: Stable at "4.11.0-0.nightly-2022-07-11-080250" ClusterOperators: clusteroperator/machine-config is degraded because Failed to resync 4.11.0-0.nightly-2022-07-11-080250 because: error during syncRequiredMachineConfigPools: [timed out waiting for the condition, error pool master is not ready, retrying. Status: (pool degraded: true total: 3, ready 0, updated: 0, unavailable: 3)] [root@localhost ~]# echo $? 0 oc version Client Version: 4.11.0-202207072008.p0.gf17f1aa.assembly.stream-f17f1aa Kustomize Version: v4.5.4 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 (Important: OpenShift Container Platform 4.11.0 bug fix and security update), 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-2022:5069 |