tests/docker: add devicemapper storage test#474
Merged
t-lo merged 1 commit intoflatcar-masterfrom Nov 1, 2023
Merged
Conversation
krnowak
approved these changes
Nov 1, 2023
kola/tests/docker/docker.go
Outdated
| // This test is normally not related to the cloud environment | ||
| Platforms: []string{"qemu", "qemu-unpriv"}, | ||
| // Note: copied verbatim from https://github.com/coreos/docs/blob/master/os/mounting-storage.md#creating-and-mounting-a-btrfs-volume-file | ||
| // Added explicit btrfs driver selection because overlay2 is the default for btrfs FS in docker 23 and above |
Member
There was a problem hiding this comment.
The comment should rather mention devicemapper, not btrfs2, no?
Add a smoke test for the docker devicemapper storage backend. Flatcar ships docker with support for the devicemapper storage back-end but we don't test it regularly. This has almost lead to the docker 24 update silently shipping without that storage driver. Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
469945c to
686a4eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a smoke test for the docker devicemapper storage backend.
Flatcar ships docker with support for the devicemapper storage back-end but we don't test it regularly. This has almost lead to the docker 24 update silently shipping without that storage driver.
Fixes flatcar/Flatcar#1222