flatcar-postinst: Ensure /etc/extensions is mergable#32
Merged
pothos merged 1 commit intoflatcar-masterfrom Nov 29, 2023
Merged
flatcar-postinst: Ensure /etc/extensions is mergable#32pothos merged 1 commit intoflatcar-masterfrom
pothos merged 1 commit intoflatcar-masterfrom
Conversation
pothos
added a commit
to flatcar/scripts
that referenced
this pull request
Nov 28, 2023
This pulls in flatcar/update_engine#32 to make the Docker/containerd sysexts show up when updating from Beta 3760.1.0.
In Beta 3760.1.0 the /etc/extensions/ folder gets created by "mkdir -p" because it does not exist in the lowerdir /usr/share/flatcar/etc/. This causes the opaque marker to be set by overlayfs. The update to Alpha thus does not merge the new /usr/share/flatcar/etc/extensions/ folder with its docker/containerd sysext symlinks. We should have had /etc/extensions/ in the lowerdir in Beta but didn't. Ensure that the created folders are mergable by removing the overlayfs marker. This is needed for existing installations and folders we expect to exist in the lowerdir but were missing so far.
848f3e5 to
1009cc1
Compare
pothos
added a commit
to flatcar/scripts
that referenced
this pull request
Nov 28, 2023
This pulls in flatcar/update_engine#32 to make the Docker/containerd sysexts show up when updating from Beta 3760.1.0.
2 tasks
tormath1
approved these changes
Nov 28, 2023
pothos
added a commit
to flatcar/scripts
that referenced
this pull request
Nov 29, 2023
This pulls in flatcar/update_engine#32 to make the Docker/containerd sysexts show up when updating from Beta 3760.1.0.
pothos
added a commit
to flatcar/scripts
that referenced
this pull request
Nov 29, 2023
This pulls in flatcar/update_engine#32 to make the Docker/containerd sysexts show up when updating from Beta 3760.1.0.
pothos
added a commit
to flatcar/scripts
that referenced
this pull request
Nov 29, 2023
This pulls in flatcar/update_engine#32 to make the Docker/containerd sysexts show up when updating from Beta 3760.1.0.
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.
In Beta 3760.1.0 the /etc/extensions/ folder gets created by "mkdir -p" because it does not exist in the lowerdir /usr/share/flatcar/etc/. This causes the opaque marker to be set by overlayfs. The update to Alpha thus does not merge the new /usr/share/flatcar/etc/extensions/ folder with its docker/containerd sysext symlinks. We should have had /etc/extensions/ in the lowerdir in Beta but didn't.
Ensure that the created folders are mergable by removing the overlayfs marker. This is needed for existing installations and folders we expect to exist in the lowerdir but were missing so far.
How to use
Backport to Alpha and Beta
Testing done
Update from Beta to this here with
sudo flatcar-update -D -V 1.2.3 -E flatcar_test_update-oem-qemu.gz -P flatcar_test_update.gzand after the reboot the extension folder has all contents.changelog/directory (user-facing change, bug fix, security fix, update)/bootand/usrsize, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.