-
Notifications
You must be signed in to change notification settings - Fork 34
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
Mount atomfs molecule with overlay filesystem with xino=on. #492
Mount atomfs molecule with overlay filesystem with xino=on. #492
Conversation
f5d88c1
to
64c2731
Compare
Without xino=on you can end up with duplicate inodes numbers in the same overlayfs mount. Signed-off-by: Scott Moser <smoser@brickies.net>
64c2731
to
22a2ab4
Compare
Codecov Report
@@ Coverage Diff @@
## main #492 +/- ##
===========================
===========================
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@smoser tests are failing! |
ugh.
|
I hit 'rerun failed jobs' https://github.com/project-stacker/stacker/actions/runs/6028557234?pr=492 |
We should just upload alpine:edge into project-stacker's ghcr repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Without xino=on you can end up with duplicate inodes numbers in theo same overlayfs filesystem.
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.