Operationexecutor log format problem #103907
Comments
@njuptlzf: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
/triage accepted |
Seems like caused by https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/util/operationexecutor/operation_generator.go#L974, this line still not in structured logging, we need to handle these messages. |
I don’t know if this package will be accepted for structured log migration. |
/assign |
I think it‘s only kubelet required too. |
@mcbenjemaa Hi, sorry about that I didn't realize that you assigned yourself to this issue. Hope #103911 is helpful for this issue. |
What happened:
I0726 15:05:12.072600 39595 operation_generator.go:974] UnmountDevice succeeded for volume "volume-name" %!(EXTRA string=UnmountDevice succeeded for volume "volume-name" (UniqueName: "fake-plugin/fake-device1") on node "mynodename" )
Here at the same time, simple, detail information is returned and formatting problems are caused.
What you expected to happen:
No format error. For example, only datail is returned.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Found from running pkg/kubelet/volumemanager/reconciler/reconciler_test.go
Environment:
kubectl version
):cat /etc/os-release
):uname -a
):/good-first-issue
The text was updated successfully, but these errors were encountered: