-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ISO: persistently mount /var/lib/containerd #7843
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
kvm2 Driver |
Would be a less intrusive change to only move |
This needs a rebase, without the podman revert |
once jenkins is done the URL will be https://storage.cloud.google.com/minikube-builds/7843/minikube.iso update i tried the ISO it doesnt seem to work on hyperkit
|
I think you should leave re-organizing |
ade5a44
to
4823728
Compare
4823728
to
27e5690
Compare
kvm2 Driver Times for Minikube (PR 7843): [65.129501025 66.45322463000001 65.24051424299999] Averages Time Per Log
docker Driver Times for Minikube (PR 7843): [28.103371672 28.228692250999995 27.330325618000003] Averages Time Per Log
|
Codecov Report
@@ Coverage Diff @@
## master #7843 +/- ##
=======================================
Coverage 35.57% 35.57%
=======================================
Files 148 148
Lines 9297 9297
=======================================
Hits 3307 3307
Misses 5593 5593
Partials 397 397 |
kvm2 Driver Times for Minikube (PR 7843): [64.48972665299999 65.079870305 65.495530272] Averages Time Per Log
docker Driver Times for Minikube (PR 7843): [27.806755057000004 27.700561630999996 26.297996064] Averages Time Per Log
|
before this PR:
/var/lib/containerd was stored in tmpfs
After this PR
this PR will add /var/lib/containerd to disk instead of tmpfs that caused preload containerd to fail
and possible source of other mysterious containerd test failures.
also put /kubelet/pods there too since that was only folder on tempfs before this PR. leaving the rest of /var to be presitant in following up PRs