Bug 1945630
Summary: | Pod log filename no longer in <pod-name>-<container-name>.log format | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Rejeeb <rabdulra> | ||||
Component: | Management Console | Assignee: | Jon Jackson <jonjacks> | ||||
Status: | CLOSED ERRATA | QA Contact: | Siva Reddy <schituku> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.6 | CC: | aos-bugs, jokerman, jonjacks, spadgett, yapei | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.8.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Cause: During a previous bug fix, the download link for pod logs was changed to a standard HTML anchor element with an empty download attribute.
Consequence: The downloaded file lost the previous default file name format.
Fix: Add a file name to the anchor element download attribute
Result: A default file name formatted as "<pod-name>-<container-name>.log" is used when downloading pod logs.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-07-27 22:57:07 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: | 1951210 | ||||||
Attachments: |
|
Description
Rejeeb
2021-04-01 13:18:41 UTC
Created attachment 1770286 [details]
the downloaded log file names
The pod logs are now named as pod names instead of generic text.
Version:
4.8.0-0.nightly-2021-04-08-005413
Steps to verify:
1. Login to admin console
2. Navigate to the Workloads>pods and download logs from the details
3. Note the name of the log file is same as the pod name.
log file name is in format: ${pod_name}-${container_name}.log 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: OpenShift Container Platform 4.8.2 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-2021:2438 |