-
Notifications
You must be signed in to change notification settings - Fork 99
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
immucore fails to create directories define in bind_mounts
#1172
Comments
confirmed. Weird, I expected that it will create those dirs, as some of the default ones arent in the base image and /etc has to be RW at that point as its on the RW_PATHS.... |
Manually creating the dir works after boot.... so maybe its a timing issue? /etc is not RW yet at that point?? That makes no sense
|
Some of the bind mounts that we specify are not in the rootfs so it cannot be that, for example the default /etc/rancher does not exist in the rootfs:
but then on boot:
So creating new dirs under a RW path should work. Adding a branch with extra debugging to immucore to track this. |
ah shit, its a dependency issue. Mount binds should depend on overlay-mount to start, as overlay-mount mounts the RW paths. Patch incoming |
Installing kairos with this config (as part of #1114):
the 2 bind_mount directories are not created. The logs from
/run/immucore/immucore.log
:Kairos version:
A custom build with the sdk bumped:
so that I can use this: kairos-io/kairos-sdk@7a148fe
CPU architecture, OS, and Version:
Describe the bug
the directories in
bind_mounts
should be created and mounted as persistentTo Reproduce
see above config
The text was updated successfully, but these errors were encountered: