Bug 1902627 - must-gather should wait for debug pods to be in ready state
Summary: must-gather should wait for debug pods to be in ready state
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenShift Container Storage
Classification: Red Hat Storage
Component: must-gather
Version: 4.6
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: OCS 4.6.0
Assignee: Pulkit Kundra
QA Contact: Oded
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-11-30 08:21 UTC by Pulkit Kundra
Modified: 2020-12-17 06:25 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-12-17 06:25:30 UTC
Embargoed:


Attachments (Terms of Use)
must-gather console output (157.37 KB, text/plain)
2020-12-03 00:21 UTC, Oded
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github openshift ocs-operator pull 921 0 None closed Must Gather: collection continues even when the debug pods are not ready. 2020-12-14 08:01:23 UTC
Github openshift ocs-operator pull 922 0 None closed Bug 1902627: [release-4.6] Must Gather: collection continues even when the debug pods are not ready. 2020-12-14 08:01:25 UTC
Red Hat Product Errata RHSA-2020:5605 0 None None None 2020-12-17 06:25:44 UTC

Comment 3 RAJAT SINGH 2020-11-30 08:54:26 UTC
PR that supports this BZ https://github.com/openshift/ocs-operator/pull/921

Comment 9 Oded 2020-12-02 19:56:22 UTC
I Ran "oc adm must-gather" command 5 times:

0 -failed, error: unable to upgrade connection: container not found ("container-00")
1 -pass
2 -failed, POD error: error creating remote tar of source directory: unable to upgrade connection: container not found
3 -failed, POD error: No available strategies to copy.
4 -failed, POD WARNING: cannot use rsync: rsync not available in container

SetUp:
Provider:Vmware Dynamic
OCP Version: 4.6.0-0.nightly-2020-11-29-153115
OCS Version:ocs-operator.v4.6.0-183.ci


Test Process:
1.run must-gather ocs 5 times
#!/bin/bash
for i in {0..5}
do
  oc adm must-gather --image=quay.io/rhceph-dev/ocs-must-gather:latest-4.6 > $i.txt
done

2.check for crash collection
0.txt [Failed]
[must-gather-bcxfj] POD collecting crash logs  from node compute-0 
[must-gather-bcxfj] POD collecting crash logs  from node compute-1 
[must-gather-bcxfj] POD collecting crash logs  from node compute-2 
[must-gather-bcxfj] POD waiting for 2377 2389 2411 to terminate
[must-gather-bcxfj] POD Starting pod/compute-1-debug ...
[must-gather-bcxfj] POD To use host binaries, run `chroot /host`
[must-gather-bcxfj] POD Starting pod/compute-0-debug ...
[must-gather-bcxfj] POD To use host binaries, run `chroot /host`
[must-gather-bcxfj] POD Starting pod/compute-2-debug ...
[must-gather-bcxfj] POD To use host binaries, run `chroot /host`
[must-gather-bcxfj] POD receiving incremental file list
[must-gather-bcxfj] POD posted/
[must-gather-bcxfj] POD 
[must-gather-bcxfj] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-bcxfj] POD total size is 0  speedup is 0.00
[must-gather-bcxfj] POD error: unable to upgrade connection: container not found ("container-00")
[must-gather-bcxfj] POD rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
[must-gather-bcxfj] POD rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.3]
[must-gather-bcxfj] POD error: exit status 12
[must-gather-bcxfj] POD receiving incremental file list
[must-gather-bcxfj] POD posted/



1.txt [PASS]
[must-gather-zjggz] POD collecting crash logs  from node compute-0 
[must-gather-zjggz] POD collecting crash logs  from node compute-1 
[must-gather-zjggz] POD collecting crash logs  from node compute-2 
[must-gather-zjggz] POD waiting for 2371 2380 2398 to terminate
[must-gather-zjggz] POD Starting pod/compute-0-debug ...
[must-gather-zjggz] POD To use host binaries, run `chroot /host`
[must-gather-zjggz] POD Starting pod/compute-1-debug ...
[must-gather-zjggz] POD To use host binaries, run `chroot /host`
[must-gather-zjggz] POD Starting pod/compute-2-debug ...
[must-gather-zjggz] POD To use host binaries, run `chroot /host`
[must-gather-zjggz] POD receiving incremental file list
[must-gather-zjggz] POD posted/
[must-gather-zjggz] POD 
[must-gather-zjggz] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-zjggz] POD total size is 0  speedup is 0.00
[must-gather-zjggz] POD receiving incremental file list
[must-gather-zjggz] POD receiving incremental file list
[must-gather-zjggz] POD posted/
[must-gather-zjggz] POD 
[must-gather-zjggz] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-zjggz] POD total size is 0  speedup is 0.00
[must-gather-zjggz] POD posted/
[must-gather-zjggz] POD 
[must-gather-zjggz] POD sent 24 bytes  received 64 bytes  176.00 bytes/sec
[must-gather-zjggz] POD total size is 0  speedup is 0.00
[must-gather-zjggz] POD ceph core dump collection completed
[must-gather-zjggz] OUT waiting for gather to complete
[must-gather-zjggz] OUT downloading gather output
[must-gather-zjggz] OUT receiving incremental file list
[must-gather-zjggz] OUT ./
[must-gather-zjggz] OUT event-filter.html
[must-gather-zjggz] OUT gather-debug.log
[must-gather-zjggz] OUT timestamp



2.txt
[must-gather-j878n] POD collecting crash logs  from node compute-0 
[must-gather-j878n] POD collecting crash logs  from node compute-1 
[must-gather-j878n] POD collecting crash logs  from node compute-2 
[must-gather-j878n] POD waiting for 2393 2405 2425 to terminate
[must-gather-j878n] POD Starting pod/compute-0-debug ...
[must-gather-j878n] POD To use host binaries, run `chroot /host`
[must-gather-j878n] POD Starting pod/compute-2-debug ...
[must-gather-j878n] POD To use host binaries, run `chroot /host`
[must-gather-j878n] POD Starting pod/compute-1-debug ...
[must-gather-j878n] POD To use host binaries, run `chroot /host`
[must-gather-j878n] POD WARNING: cannot use rsync: rsync not available in container
[must-gather-j878n] POD error: error creating remote tar of source directory: unable to upgrade connection: container not found ("container-00")
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD waiting for the debug pod to be in ready state
...
...
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD 
[must-gather-j878n] POD Removing debug pod ...
[must-gather-j878n] POD 
[must-gather-j878n] POD Removing debug pod ...
[must-gather-j878n] POD 
[must-gather-j878n] POD Removing debug pod ...
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD waiting for the debug pod to be in ready state
[must-gather-j878n] POD error: resource name may not be empty
[must-gather-j878n] POD error: resource name may not be empty
[must-gather-j878n] POD ceph core dump collection completed
[must-gather-j878n] OUT waiting for gather to complete
[must-gather-j878n] OUT downloading gather output
[must-gather-j878n] OUT receiving incremental file list
[must-gather-j878n] OUT ./
[must-gather-j878n] OUT event-filter.html
[must-gather-j878n] OUT gather-debug.log
[must-gather-j878n] OUT timestamp
[must-gather-j878n] OUT ceph/
[must-gather-j878n] OUT ceph/event-filter.html
[must-gather-j878n] OUT ceph/timestamp


3.txt [Failed]
[must-gather-2v62f] POD collecting crash logs  from node compute-0 
[must-gather-2v62f] POD collecting crash logs  from node compute-1 
[must-gather-2v62f] POD collecting crash logs  from node compute-2 
[must-gather-2v62f] POD waiting for 2384 2393 2421 to terminate
[must-gather-2v62f] POD Starting pod/compute-1-debug ...
[must-gather-2v62f] POD To use host binaries, run `chroot /host`
[must-gather-2v62f] POD Starting pod/compute-0-debug ...
[must-gather-2v62f] POD To use host binaries, run `chroot /host`
[must-gather-2v62f] POD Starting pod/compute-2-debug ...
[must-gather-2v62f] POD To use host binaries, run `chroot /host`
[must-gather-2v62f] POD WARNING: cannot use rsync: rsync not available in container
[must-gather-2v62f] POD WARNING: cannot use rsync: rsync not available in container
[must-gather-2v62f] POD WARNING: cannot use tar: tar not available in container
[must-gather-2v62f] POD error: No available strategies to copy.
[must-gather-2v62f] POD WARNING: cannot use tar: tar not available in container
[must-gather-2v62f] POD error: No available strategies to copy.
[must-gather-2v62f] POD receiving incremental file list
[must-gather-2v62f] POD posted/
[must-gather-2v62f] POD 
[must-gather-2v62f] POD sent 24 bytes  received 64 bytes  176.00 bytes/sec
[must-gather-2v62f] POD total size is 0  speedup is 0.00
[must-gather-2v62f] POD ceph core dump collection completed
[must-gather-2v62f] OUT waiting for gather to complete
[must-gather-2v62f] OUT downloading gather output
[must-gather-2v62f] OUT receiving incremental file list
[must-gather-2v62f] OUT ./
[must-gather-2v62f] OUT event-filter.html
[must-gather-2v62f] OUT gather-debug.log
[must-gather-2v62f] OUT timestamp


4.txt- [Failed]
[must-gather-k4476] POD collecting crash logs  from node compute-0 
[must-gather-k4476] POD collecting crash logs  from node compute-1 
[must-gather-k4476] POD collecting crash logs  from node compute-2 
[must-gather-k4476] POD waiting for 2378 2387 2414 to terminate
[must-gather-k4476] POD Starting pod/compute-0-debug ...
[must-gather-k4476] POD To use host binaries, run `chroot /host`
[must-gather-k4476] POD Starting pod/compute-1-debug ...
[must-gather-k4476] POD To use host binaries, run `chroot /host`
[must-gather-k4476] POD Starting pod/compute-2-debug ...
[must-gather-k4476] POD To use host binaries, run `chroot /host`
[must-gather-k4476] POD WARNING: cannot use rsync: rsync not available in container
[must-gather-k4476] POD receiving incremental file list
[must-gather-k4476] POD posted/
[must-gather-k4476] POD 
[must-gather-k4476] POD sent 24 bytes  received 64 bytes  176.00 bytes/sec
[must-gather-k4476] POD total size is 0  speedup is 0.00
[must-gather-k4476] POD waiting for the debug pod to be in ready state
[must-gather-k4476] POD waiting for the debug pod to be in ready state
[must-gather-k4476] POD waiting for the debug pod to be in ready state
[must-gather-k4476] POD waiting for the debug pod to be in ready state
...
...
[must-gather-k4476] POD waiting for the debug pod to be in ready state
[must-gather-k4476] POD waiting for the debug pod to be in ready state
[must-gather-k4476] POD 
[must-gather-k4476] POD Removing debug pod ...
[must-gather-k4476] POD 
[must-gather-k4476] POD Removing debug pod ...
[must-gather-k4476] POD 
[must-gather-k4476] POD Removing debug pod ...
[must-gather-k4476] POD waiting for the debug pod to be in ready state
[must-gather-k4476] POD error: resource name may not be empty
[must-gather-k4476] POD ceph core dump collection completed
[must-gather-k4476] OUT waiting for gather to complete
[must-gather-k4476] OUT downloading gather output
[must-gather-k4476] OUT receiving incremental file list
[must-gather-k4476] OUT ./
[must-gather-k4476] OUT event-filter.html
[must-gather-k4476] OUT gather-debug.log
[must-gather-k4476] OUT timestamp

Comment 10 RAJAT SINGH 2020-12-02 20:50:49 UTC
@oviner 
When I tried to run this image, it gave me this error.
```
[must-gather-6k775] OUT gather did not start: unable to pull image: ErrImagePull: rpc error: code = Unknown desc = Error reading manifest latest-4.6 in quay.io/rhceph-dev/ocs-must-gather: unauthorized: access to the requested resource is not authorized
[must-gather      ] OUT clusterrolebinding.rbac.authorization.k8s.io/must-gather-rcn4j deleted
[must-gather      ] OUT namespace/openshift-must-gather-7rs97 deleted
error: gather did not start for pod must-gather-6k775: unable to pull image: ErrImagePull: rpc error: code = Unknown desc = Error reading manifest latest-4.6 in quay.io/rhceph-dev/ocs-must-gather: unauthorized: access to the requested resource is not authorized
```
Is there's any secret that I have to add in particular?. Or am I missing something else?.

Comment 11 Oded 2020-12-03 00:21:53 UTC
Created attachment 1735841 [details]
must-gather console output

Comment 12 Oded 2020-12-03 00:23:05 UTC
@RAJAT SINGH
this issue did not reconstruct on my cluster.. 
*attached must-gather console output

Comment 15 Oded 2020-12-03 09:22:55 UTC
I ran "oc adm must-gather" command 6 times
0 -PASS
1 -PASS
2 -PASS
3 -PASS
4 -PASS
5 -PASS

SetUp:
Provider:Vmware Dynamic
OCP Version: 4.6.0-0.nightly-2020-12-02-165806
OCS Version: ocs-operator.v4.6.0-183.ci


Test Process:
1.run must-gather ocs 5 times
#!/bin/bash
for i in {0..5}
do
  oc adm must-gather --image=quay.io/rhceph-dev/ocs-must-gather:latest-4.6 > $i.txt
  sleep 6m
done


2.check for crash collection
0.txt [PASS]
[must-gather-b2gqc] POD collecting crash logs  from node compute-0 
[must-gather-b2gqc] POD collecting crash logs  from node compute-1 
[must-gather-b2gqc] POD collecting crash logs  from node compute-2 
[must-gather-b2gqc] POD waiting for 2378 2392 2416 to terminate
[must-gather-b2gqc] POD Starting pod/compute-0-debug ...
[must-gather-b2gqc] POD To use host binaries, run `chroot /host`
[must-gather-b2gqc] POD Starting pod/compute-1-debug ...
[must-gather-b2gqc] POD To use host binaries, run `chroot /host`
[must-gather-b2gqc] POD Starting pod/compute-2-debug ...
[must-gather-b2gqc] POD To use host binaries, run `chroot /host`
[must-gather-b2gqc] POD waiting for the debug pod to be in ready state
[must-gather-b2gqc] POD waiting for the debug pod to be in ready state
[must-gather-b2gqc] POD waiting for the debug pod to be in ready state
[must-gather-b2gqc] POD receiving incremental file list
[must-gather-b2gqc] POD posted/
[must-gather-b2gqc] POD 
[must-gather-b2gqc] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-b2gqc] POD total size is 0  speedup is 0.00
[must-gather-b2gqc] POD receiving incremental file list
[must-gather-b2gqc] POD posted/
[must-gather-b2gqc] POD 
[must-gather-b2gqc] POD sent 24 bytes  received 64 bytes  176.00 bytes/sec
[must-gather-b2gqc] POD total size is 0  speedup is 0.00
[must-gather-b2gqc] POD receiving incremental file list
[must-gather-b2gqc] POD posted/
[must-gather-b2gqc] POD 
[must-gather-b2gqc] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-b2gqc] POD total size is 0  speedup is 0.00
[must-gather-b2gqc] POD ceph core dump collection completed
[must-gather-b2gqc] OUT waiting for gather to complete
[must-gather-b2gqc] OUT downloading gather output
[must-gather-b2gqc] OUT receiving incremental file list
[must-gather-b2gqc] OUT ./
[must-gather-b2gqc] OUT event-filter.html
[must-gather-b2gqc] OUT gather-debug.log
[must-gather-b2gqc] OUT timestamp


1.txt [PASS]
[must-gather-6jdnm] POD collecting crash logs  from node compute-0 
[must-gather-6jdnm] POD collecting crash logs  from node compute-1 
[must-gather-6jdnm] POD collecting crash logs  from node compute-2 
[must-gather-6jdnm] POD waiting for 2394 2405 2424 to terminate
[must-gather-6jdnm] POD Starting pod/compute-0-debug ...
[must-gather-6jdnm] POD To use host binaries, run `chroot /host`
[must-gather-6jdnm] POD Starting pod/compute-2-debug ...
[must-gather-6jdnm] POD To use host binaries, run `chroot /host`
[must-gather-6jdnm] POD Starting pod/compute-1-debug ...
[must-gather-6jdnm] POD To use host binaries, run `chroot /host`
[must-gather-6jdnm] POD waiting for the debug pod to be in ready state
[must-gather-6jdnm] POD waiting for the debug pod to be in ready state
[must-gather-6jdnm] POD waiting for the debug pod to be in ready state
[must-gather-6jdnm] POD receiving incremental file list
[must-gather-6jdnm] POD posted/
[must-gather-6jdnm] POD 
[must-gather-6jdnm] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-6jdnm] POD total size is 0  speedup is 0.00
[must-gather-6jdnm] POD receiving incremental file list
[must-gather-6jdnm] POD posted/
[must-gather-6jdnm] POD 
[must-gather-6jdnm] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-6jdnm] POD total size is 0  speedup is 0.00
[must-gather-6jdnm] POD receiving incremental file list
[must-gather-6jdnm] POD posted/
[must-gather-6jdnm] POD 
[must-gather-6jdnm] POD sent 24 bytes  received 64 bytes  176.00 bytes/sec
[must-gather-6jdnm] POD total size is 0  speedup is 0.00
[must-gather-6jdnm] POD ceph core dump collection completed
[must-gather-6jdnm] OUT waiting for gather to complete
[must-gather-6jdnm] OUT downloading gather output
[must-gather-6jdnm] OUT receiving incremental file list
[must-gather-6jdnm] OUT ./
[must-gather-6jdnm] OUT event-filter.html
[must-gather-6jdnm] OUT gather-debug.log
[must-gather-6jdnm] OUT timestamp

2.txt [PASS]
[must-gather-gfsrr] POD collecting crash logs  from node compute-0 
[must-gather-gfsrr] POD collecting crash logs  from node compute-1 
[must-gather-gfsrr] POD collecting crash logs  from node compute-2 
[must-gather-gfsrr] POD waiting for 2378 2392 2418 to terminate
[must-gather-gfsrr] POD Starting pod/compute-0-debug ...
[must-gather-gfsrr] POD To use host binaries, run `chroot /host`
[must-gather-gfsrr] POD Starting pod/compute-2-debug ...
[must-gather-gfsrr] POD To use host binaries, run `chroot /host`
[must-gather-gfsrr] POD Starting pod/compute-1-debug ...
[must-gather-gfsrr] POD To use host binaries, run `chroot /host`
[must-gather-gfsrr] POD waiting for the debug pod to be in ready state
[must-gather-gfsrr] POD waiting for the debug pod to be in ready state
[must-gather-gfsrr] POD waiting for the debug pod to be in ready state
[must-gather-gfsrr] POD receiving incremental file list
[must-gather-gfsrr] POD posted/
[must-gather-gfsrr] POD 
[must-gather-gfsrr] POD sent 24 bytes  received 66 bytes  60.00 bytes/sec
[must-gather-gfsrr] POD total size is 0  speedup is 0.00
[must-gather-gfsrr] POD receiving incremental file list
[must-gather-gfsrr] POD posted/
[must-gather-gfsrr] POD 
[must-gather-gfsrr] POD sent 24 bytes  received 64 bytes  58.67 bytes/sec
[must-gather-gfsrr] POD total size is 0  speedup is 0.00
[must-gather-gfsrr] POD receiving incremental file list
[must-gather-gfsrr] POD posted/
[must-gather-gfsrr] POD 
[must-gather-gfsrr] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-gfsrr] POD total size is 0  speedup is 0.00
[must-gather-gfsrr] POD ceph core dump collection completed
[must-gather-gfsrr] OUT waiting for gather to complete
[must-gather-gfsrr] OUT downloading gather output
[must-gather-gfsrr] OUT receiving incremental file list
[must-gather-gfsrr] OUT ./
[must-gather-gfsrr] OUT event-filter.html
[must-gather-gfsrr] OUT gather-debug.log
[must-gather-gfsrr] OUT timestamp

3.txt [PASS]
[must-gather-6psj2] POD collecting crash logs  from node compute-0 
[must-gather-6psj2] POD collecting crash logs  from node compute-1 
[must-gather-6psj2] POD collecting crash logs  from node compute-2 
[must-gather-6psj2] POD waiting for 2363 2369 2386 to terminate
[must-gather-6psj2] POD Starting pod/compute-1-debug ...
[must-gather-6psj2] POD To use host binaries, run `chroot /host`
[must-gather-6psj2] POD Starting pod/compute-0-debug ...
[must-gather-6psj2] POD To use host binaries, run `chroot /host`
[must-gather-6psj2] POD Starting pod/compute-2-debug ...
[must-gather-6psj2] POD To use host binaries, run `chroot /host`
[must-gather-6psj2] POD waiting for the debug pod to be in ready state
[must-gather-6psj2] POD waiting for the debug pod to be in ready state
[must-gather-6psj2] POD waiting for the debug pod to be in ready state
[must-gather-6psj2] POD receiving incremental file list
[must-gather-6psj2] POD posted/
[must-gather-6psj2] POD 
[must-gather-6psj2] POD sent 24 bytes  received 64 bytes  176.00 bytes/sec
[must-gather-6psj2] POD total size is 0  speedup is 0.00
[must-gather-6psj2] POD receiving incremental file list
[must-gather-6psj2] POD posted/
[must-gather-6psj2] POD 
[must-gather-6psj2] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-6psj2] POD total size is 0  speedup is 0.00
[must-gather-6psj2] POD receiving incremental file list
[must-gather-6psj2] POD posted/
[must-gather-6psj2] POD 
[must-gather-6psj2] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-6psj2] POD total size is 0  speedup is 0.00
[must-gather-6psj2] POD ceph core dump collection completed
[must-gather-6psj2] OUT waiting for gather to complete
[must-gather-6psj2] OUT downloading gather output
[must-gather-6psj2] OUT receiving incremental file list
[must-gather-6psj2] OUT ./
[must-gather-6psj2] OUT event-filter.html
[must-gather-6psj2] OUT gather-debug.log
[must-gather-6psj2] OUT timestamp
[must-gather-6psj2] OUT ceph/

4.txt [PASS]
[must-gather-7tf5b] POD collecting crash logs  from node compute-0 
[must-gather-7tf5b] POD collecting crash logs  from node compute-1 
[must-gather-7tf5b] POD collecting crash logs  from node compute-2 
[must-gather-7tf5b] POD waiting for 2369 2378 2396 to terminate
[must-gather-7tf5b] POD Starting pod/compute-0-debug ...
[must-gather-7tf5b] POD To use host binaries, run `chroot /host`
[must-gather-7tf5b] POD Starting pod/compute-2-debug ...
[must-gather-7tf5b] POD To use host binaries, run `chroot /host`
[must-gather-7tf5b] POD Starting pod/compute-1-debug ...
[must-gather-7tf5b] POD To use host binaries, run `chroot /host`
[must-gather-7tf5b] POD waiting for the debug pod to be in ready state
[must-gather-7tf5b] POD waiting for the debug pod to be in ready state
[must-gather-7tf5b] POD waiting for the debug pod to be in ready state
[must-gather-7tf5b] POD receiving incremental file list
[must-gather-7tf5b] POD posted/
[must-gather-7tf5b] POD 
[must-gather-7tf5b] POD sent 24 bytes  received 66 bytes  60.00 bytes/sec
[must-gather-7tf5b] POD total size is 0  speedup is 0.00
[must-gather-7tf5b] POD receiving incremental file list
[must-gather-7tf5b] POD posted/
[must-gather-7tf5b] POD 
[must-gather-7tf5b] POD sent 24 bytes  received 64 bytes  58.67 bytes/sec
[must-gather-7tf5b] POD total size is 0  speedup is 0.00
[must-gather-7tf5b] POD receiving incremental file list
[must-gather-7tf5b] POD posted/
[must-gather-7tf5b] POD 
[must-gather-7tf5b] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-7tf5b] POD total size is 0  speedup is 0.00
[must-gather-7tf5b] POD ceph core dump collection completed
[must-gather-7tf5b] OUT waiting for gather to complete
[must-gather-7tf5b] OUT downloading gather output
[must-gather-7tf5b] OUT receiving incremental file list
[must-gather-7tf5b] OUT ./
[must-gather-7tf5b] OUT event-filter.html
[must-gather-7tf5b] OUT gather-debug.log
[must-gather-7tf5b] OUT timestamp

5.txt [PASS]
[must-gather-bxkfn] POD collecting crash logs  from node compute-0 
[must-gather-bxkfn] POD collecting crash logs  from node compute-1 
[must-gather-bxkfn] POD collecting crash logs  from node compute-2 
[must-gather-bxkfn] POD waiting for 2379 2398 2413 to terminate
[must-gather-bxkfn] POD Starting pod/compute-0-debug ...
[must-gather-bxkfn] POD To use host binaries, run `chroot /host`
[must-gather-bxkfn] POD Starting pod/compute-2-debug ...
[must-gather-bxkfn] POD To use host binaries, run `chroot /host`
[must-gather-bxkfn] POD Starting pod/compute-1-debug ...
[must-gather-bxkfn] POD To use host binaries, run `chroot /host`
[must-gather-bxkfn] POD waiting for the debug pod to be in ready state
[must-gather-bxkfn] POD waiting for the debug pod to be in ready state
[must-gather-bxkfn] POD waiting for the debug pod to be in ready state
[must-gather-bxkfn] POD receiving incremental file list
[must-gather-bxkfn] POD posted/
[must-gather-bxkfn] POD 
[must-gather-bxkfn] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-bxkfn] POD total size is 0  speedup is 0.00
[must-gather-bxkfn] POD receiving incremental file list
[must-gather-bxkfn] POD posted/
[must-gather-bxkfn] POD 
[must-gather-bxkfn] POD sent 24 bytes  received 64 bytes  176.00 bytes/sec
[must-gather-bxkfn] POD total size is 0  speedup is 0.00
[must-gather-bxkfn] POD receiving incremental file list
[must-gather-bxkfn] POD posted/
[must-gather-bxkfn] POD 
[must-gather-bxkfn] POD sent 24 bytes  received 66 bytes  180.00 bytes/sec
[must-gather-bxkfn] POD total size is 0  speedup is 0.00
[must-gather-bxkfn] POD ceph core dump collection completed
[must-gather-bxkfn] OUT waiting for gather to complete
[must-gather-bxkfn] OUT downloading gather output
[must-gather-bxkfn] OUT receiving incremental file list
[must-gather-bxkfn] OUT ./
[must-gather-bxkfn] OUT event-filter.html
[must-gather-bxkfn] OUT gather-debug.log
[must-gather-bxkfn] OUT timestamp

Comment 18 errata-xmlrpc 2020-12-17 06:25:30 UTC
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 (Moderate: Red Hat OpenShift Container Storage 4.6.0 security, bug fix, enhancement 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-2020:5605


Note You need to log in before you can comment on or make changes to this bug.