-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MGMT-13454: Group Host and boot logs to a single tarball #4975
MGMT-13454: Group Host and boot logs to a single tarball #4975
Conversation
@nmagnezi: This pull request references MGMT-13454 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Skipping CI for Draft Pull Request. |
/test ? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nmagnezi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@nmagnezi: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test edge-lint |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4975 +/- ##
==========================================
+ Coverage 67.53% 69.31% +1.77%
==========================================
Files 204 204
Lines 30509 33029 +2520
==========================================
+ Hits 20604 22893 +2289
- Misses 8076 8208 +132
- Partials 1829 1928 +99
|
e73267b
to
f0b833c
Compare
/test edge-lint |
f0b833c
to
22dedac
Compare
/test edge-lint |
@nmagnezi: This pull request references MGMT-13454 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@nmagnezi: This pull request references MGMT-13454 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@nmagnezi: This pull request references MGMT-13454 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@nmagnezi: This pull request references MGMT-13454 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@nmagnezi: This pull request references MGMT-13454 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@nmagnezi: This pull request references MGMT-13454 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
22dedac
to
00daeb8
Compare
cluster logs example from |
The extensions for each individual host tar inside that tar is |
Several changes in how we package logs: 1. Host logs will include host and boot logs under a single file. 2. Cluster logs will now include the host tar.gz file containing the content mentioned in openshift#1. 3. The option to download node-boot logs only is disabled.
00daeb8
to
c5e83ca
Compare
Fixed. |
/assign @filanov |
Is there a pending PR to fix the signatures in assisted-installer-deployment? |
@eranco74 yes: openshift-assisted/assisted-installer-deployment#349 |
/hold until openshift-assisted/assisted-installer-deployment#349 gets merged |
/unhold |
/lgtm |
@nmagnezi: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@@ -3987,6 +3985,14 @@ func (b *bareMetalInventory) prepareClusterLogs(ctx context.Context, cluster *co | |||
return fileName, nil | |||
} | |||
|
|||
func (b *bareMetalInventory) preparHostLogs(ctx context.Context, cluster *common.Cluster, host *models.Host) (string, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need this function at all? It is just a 1:1 wrapper over the inner function?
@nmagnezi So now logs_info also report on the boot logs? that will insure that the user will get a notice if he want to reset the installation where not all logs are packaged yet |
) Several changes in how we package logs: 1. Host logs will include host and boot logs under a single file. 2. Cluster logs will now include the host tar.gz file containing the content mentioned in #1. 3. The option to download node-boot logs only is disabled.
List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Checklist
docs
, README, etc)Reviewers Checklist