-
Notifications
You must be signed in to change notification settings - Fork 325
Closed as not planned
Labels
area/composefsIssues related to composefsIssues related to composefsdifficulty/mediummedium complexity/difficutly issuemedium complexity/difficutly issuereward/smallThis is a minor fix or cleanupThis is a minor fix or cleanuptriagedThis issue has been evaluated and is validThis issue has been evaluated and is valid
Description
- Enable composefs by adding following lines to
ostree-prepare-root.conf
:
[composefs]
enabled=yes
- Apply image and reboot
- Check
systemctl status systemd-remount-fs.service
Result:
2月 22 13:28:48 karubook systemd-remount-fs[19855]: mount: /: mount point not mounted or bad option.
2月 22 13:28:48 karubook systemd-remount-fs[19855]: dmesg(1) may have more information after failed mount system call.
2月 22 13:28:48 karubook systemd-remount-fs[19854]: /usr/bin/mount for / exited with exit status 32.
2月 22 13:28:48 karubook systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
This might be a systemd bug that tried to re-mount the overlay on / type overlay (ro,relatime,seclabel,lowerdir=/run/ostree/.private/cfsroot-lower::/sysroot/ostree/repo/objects,redirect_dir=on,metacopy=on)
. If you can comfirm this I can file an another issue on systemd repo.
Metadata
Metadata
Assignees
Labels
area/composefsIssues related to composefsIssues related to composefsdifficulty/mediummedium complexity/difficutly issuemedium complexity/difficutly issuereward/smallThis is a minor fix or cleanupThis is a minor fix or cleanuptriagedThis issue has been evaluated and is validThis issue has been evaluated and is valid