-
Notifications
You must be signed in to change notification settings - Fork 2.4k
align docker and podman implementations #3761
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
Conversation
eee7623 to
c68fdd9
Compare
c68fdd9 to
1951240
Compare
|
This will probably conflict with #3760 - happy to rebase if that patch goes in first |
|
/cc @haircommander - easiest reviewed per-commit; this aligns the code more between the two packages to make it easier to keep them in sync where possible.
|
|
Some failures; not sure if related or flaky; let me see if I can find; |
|
Ah, I see other PRs fail as well, and from the So it's possible that some parts of the tests doesn't handle that correctly; at least I notice the list of storage-drivers, which doesn't include cadvisor/integration/tests/api/docker_test.go Lines 350 to 355 in 387e703
|
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
use more generic names to start aligning the implementations for easier maintenance. Signed-off-by: Sebastiaan van Stijn <[email protected]>
It's more idiomatic, and aligns with the docker implementation for the same. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Align the code between the implementations for easier comparison; mostly renaming some vars, changing order, and syncing comments. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1951240 to
afc6074
Compare
|
@dims rebased 😄 |
zfsFilesystemandzfsParentbeing swapped. #3765taken from #3757 - see individual commits for details