-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #495 from liangxiao1/aws
update insights_client_log save path
- Loading branch information
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = '0.4.0' | ||
__codedate__ = '20241201' | ||
__codedate__ = '20241224' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1482,7 +1482,7 @@ | |
"trigger": "" | ||
}, | ||
"msg_166": { | ||
"content": ".*systemd-udevd.*could not read from.*acpi_cpufreq/initstate.*", | ||
"content": ".*systemd-udevd.*could not read from.*initstate.*", | ||
"analyze": "The message can be ignored since it is harmless.", | ||
"branch": "rhel", | ||
"status": "active", | ||
|
@@ -2339,7 +2339,7 @@ | |
"addeddate": "20240926" | ||
}, | ||
"msg_250": { | ||
"content": ".*Version: (invalid).*", | ||
"content": ".*Version.*invalid.*", | ||
"analyze": "dmidecode known issue", | ||
"branch": "rhel", | ||
"status": "active", | ||
|
@@ -2373,5 +2373,17 @@ | |
"cases": "os_tests.tests.test_lifecycle.TestLifeCycle.test_boot_debugkernel", | ||
"addedby": "[email protected]", | ||
"addeddate": "20241103" | ||
}, | ||
"msg_253": { | ||
"content": ".*i2c i2c-.*Failed!.*", | ||
"analyze": "known issue", | ||
"branch": "rhel", | ||
"status": "active", | ||
"link": "https://issues.redhat.com/browse/RHEL-70163", | ||
"path": "", | ||
"trigger": "", | ||
"cases": "", | ||
"addedby": "[email protected]", | ||
"addeddate": "20241206" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters