Skip to content
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

Use nanoseconds in ImageFsInfo Timestamp on Linux #218

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

surik
Copy link
Contributor

@surik surik commented Jul 31, 2023

According to CRI-API this should be nanoseconds:
https://github.com/kubernetes/cri-api/blob/release-1.28/pkg/apis/runtime/v1/api.proto#L1554

Additionally, image_window.go has nanoseconds already.

@afbjorklund
Copy link
Contributor

Broken since kubernetes/kubernetes@0d907e0 (k8s v1.16)

@surik
Copy link
Contributor Author

surik commented Aug 16, 2023

ping @nwneisen @neersighted

Copy link
Collaborator

@nwneisen nwneisen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

According to CRI-API this should be nanoseconds:
https://github.com/kubernetes/cri-api/blob/release-1.28/pkg/apis/runtime/v1/api.proto#L1554

Additionally, image_window.go has nanoseconds already.
@surik surik force-pushed the fix-timestame-fsinfo-image-linux branch from c25a051 to d58653e Compare September 8, 2023 10:10
@surik
Copy link
Contributor Author

surik commented Sep 8, 2023

This one rebased just in case

@surik
Copy link
Contributor Author

surik commented Sep 10, 2023

The tests look good now. Wonder if there is something else that I have to do to get this merged.

@nwneisen
Copy link
Collaborator

Hey @surik, tests will pass because they are currently pinned to an old version. I've got the fix out so we are running the latest tests versions but we are still working on getting the merged so that everyone is running them.

This change looks small enough that I will merge it in. Thank you for the contribution!

@nwneisen nwneisen merged commit d9273a8 into Mirantis:master Sep 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants