Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

stage1: implement read-only rootfs #2624

Merged
merged 5 commits into from May 13, 2016
Merged

Conversation

iaguis
Copy link
Member

@iaguis iaguis commented May 13, 2016

Using the Pod manifest readOnlyRootFS option mounts the rootfs of the app
as read-only using systemd-exec unit option ReadOnlyDirectories.

Fixes #2487
Supersedes #2612

tmrts added 3 commits May 13, 2016 11:24
Using the Pod manifest `readOnlyRootFS` option mounts the rootfs of the app
as read-only using systemd-exec unit option `ReadOnlyDirectories`.

Uses `ReadWriteDirectories` systemd-exec unit option for mounting
read-write volumes.

Fixes rkt#2487
Tests shouldn't fail completely when a case fails
Systemd doesn't take paths relative to RootDirectory when specifying
ReadWriteDirectories and ReadOnlyDirectories.
@alban
Copy link
Member

alban commented May 13, 2016

LGTM if green.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants