-
Notifications
You must be signed in to change notification settings - Fork 3
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
SB with bootc: systemd-remount-fs.service : mount: /: fsconfig system call failed: overlay: No changes allowed in reconfigure. #605
Comments
sudo systemctl service-log-level systemd-remount-fs.service debug:
SYSTEMD_LOG_LEVEL=debug systemctl restart -f systemd-remount-fs.service:
journalctl -xe :
I think the problem is here:
|
This is likely because you have the |
We'll have to figure out a way to fix / migrate systems for that 🤔 . This is related to https://gitlab.com/fedora/ostree/sig/-/issues/35. |
Describe the bug
Hello, I'm testing the unofficial image of SB with
bootc
and I noticed something strange in the status of systemd. Thesystemd-omount-fs.service
fails to mount / (!?), But it still does not lake the operation of the OS. I should add that I tested some sysext images (I used usingmkosi+erofs
anddnf --installroot
), following Flatcar (Fedora-Sysext's too) recipe, but I can't say that the error came up after the image was mounted because I only checked the loading failure Unit soon after performingsystemd-sysext unmerge
.To Reproduce
Please describe the steps needed to reproduce the bug:
Screenshots
dmesg:
OS version:
bootc status
PS: The official ostree image does not have this service failure.
The text was updated successfully, but these errors were encountered: