Bug 1458797
Summary: | Validation error: ems/core not defined while ContainerGroups in the "Pending" state | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Gellert Kis <gekis> | |
Component: | C&U Capacity and Utilization | Assignee: | Yaacov Zamir <yzamir> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Einat Pacifici <epacific> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.7.0 | CC: | cpelland, fsimonce, gekis, jhardy, obarenbo | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.9.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | container:c&u | |||
Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1461522 (view as bug list) | Environment: | ||
Last Closed: | 2018-03-06 15:47:50 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | Container Management | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1461522 |
Comment 2
Federico Simoncelli
2017-06-05 13:56:18 UTC
Gellert do you think it is acceptable to transform the error: ERROR -- : MIQ(ManageIQ::Providers::Kubernetes::ContainerManager::MetricsCapture#perf_collect_metrics) Container(25987) is not valid: Validation error: cores not defined into a warning with a proper message? WARN -- : MIQ(ManageIQ::Providers::Kubernetes::ContainerManager::MetricsCapture#perf_collect_metrics) Container(25987) is not scheduled on any node yet I am worried to remove these messages completely. submitted upstream https://github.com/ManageIQ/manageiq-providers-kubernetes/pull/33 in https://github.com/ManageIQ/manageiq-providers-kubernetes/pull/33 the warning format is: [----] W, [2017-06-05T18:36:41.441675 #29072:2aec7bb4af7c] WARN -- : MIQ(ManageIQ::Providers::Kubernetes::ContainerManager::MetricsCapture#perf_collect_metrics) Container(68) has no hardware: State may be pending Certainly worth keeping log level messages for lower level and not completely removing the message on all level |