Skip to content
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

Make sure system mount point exists for sci #32

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

schaefi
Copy link
Contributor

@schaefi schaefi commented Jan 15, 2024

Reboot, terminal allocation and pivot of a firecracker machine requires access to sysrq, pts devices and more. sci mounts all kernel filesystems but this requires the mountpoints /proc, /sys /dev, /dev/pts to be available. Some prebuild firecracker images comes without these mountpoints (non FHS compliant btw). With this commit we make sure that at registration time the image has this mountpoint such that the sci issued system mounts can succeed.

Reboot, terminal allocation and pivot of a firecracker machine
requires access to sysrq, pts devices and more. sci mounts all
kernel filesystems but this requires the mountpoints /proc, /sys
/dev, /dev/pts to be available. Some prebuild firecracker
images comes without these mountpoints (non FHS compliant btw).
With this commit we make sure that at registration time the image
has this mountpoint such that the sci issued system mounts
can succeed.
@schaefi schaefi self-assigned this Jan 15, 2024
@schaefi schaefi merged commit 8f64b99 into main Jan 15, 2024
7 checks passed
@schaefi schaefi deleted the make_sure_proc_mountpoint_exists branch January 15, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant