Bug 1746016
| Summary: | [osp] machine-controller logs unuseful info | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | sunzhaohua <zhsun> |
| Component: | Cloud Compute | Assignee: | Mike Fedosin <mfedosin> |
| Status: | CLOSED ERRATA | QA Contact: | sunzhaohua <zhsun> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.2.0 | CC: | agarcial, eduen, jchaloup |
| Target Milestone: | --- | ||
| Target Release: | 4.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | osp | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-16 06:37:54 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: | |||
|
Description
sunzhaohua
2019-08-27 13:28:21 UTC
hi! this should be fixed by https://github.com/openshift/cluster-api-provider-openstack/pull/61 the error happend because we used the upstream API version for OpenShift machines, and therefore coudln't convert the provider spec. after the API change I don't see these messages in the logs. Verified. 4.2.0-0.nightly-2019-09-02-172410 I0903 08:53:35.830059 1 controller.go:238] Reconciling machine "share-0903c-xc62h-worker-test" triggers idempotent update I0903 08:53:36.500589 1 actuator.go:297] Populating current state for boostrap machine share-0903c-xc62h-worker-test I0903 08:53:37.225501 1 controller.go:129] Reconciling Machine "share-0903c-xc62h-worker-test" I0903 08:53:37.225689 1 controller.go:298] Machine "share-0903c-xc62h-worker-test" in namespace "openshift-machine-api" doesn't specify "cluster.k8s.io/cluster-name" label, assuming nil cluster I0903 08:53:37.762121 1 controller.go:238] Reconciling machine "share-0903c-xc62h-worker-test" triggers idempotent update I0903 08:59:08.941523 1 controller.go:129] Reconciling Machine "share-0903c-xc62h-worker-test" I0903 08:59:08.941734 1 controller.go:298] Machine "share-0903c-xc62h-worker-test" in namespace "openshift-machine-api" doesn't specify "cluster.k8s.io/cluster-name" label, assuming nil cluster I0903 08:59:09.401215 1 controller.go:238] Reconciling machine "share-0903c-xc62h-worker-test" triggers idempotent update I0903 08:59:09.401616 1 controller.go:129] Reconciling Machine "share-0903c-xc62h-worker-test" I0903 08:59:09.401646 1 controller.go:298] Machine "share-0903c-xc62h-worker-test" in namespace "openshift-machine-api" doesn't specify "cluster.k8s.io/cluster-name" label, assuming nil cluster 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, 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/RHBA-2019:2922 |