Skip to content

Ship /public/dumps/public symlink in singleuser image - #532

Merged
filippog merged 2 commits into
mainfrom
dumps-nfs-public-symlink
Aug 20, 2026
Merged

Ship /public/dumps/public symlink in singleuser image#532
filippog merged 2 commits into
mainfrom
dumps-nfs-public-symlink

Conversation

@filippog

Copy link
Copy Markdown
Member

Previously /public/dumps was a nfs mount and thus didn't need to exist in the host or container filesystem.

Changing the type to DirectoryOrCreate means the path needs to exist on the worker, and it can't be created in the read-only container, thus singleuser fails to start.

Switch to shipping the now-static symlink /public/dumps/public to /mnt/nfs/dumps which is where dumps-nfs.w.o is now canonically mounted.

@filippog
filippog requested a review from dhinus August 20, 2026 13:44
dhinus
dhinus previously approved these changes Aug 20, 2026
Previously /public/dumps was a nfs mount and thus didn't need to exist
in the host or container filesystem.

Changing the type to DirectoryOrCreate means the path needs to exist on
the worker, and it can't be created in the read-only container, thus
singleuser fails to start.

Switch to shipping the now-static symlink /public/dumps/public to
/mnt/nfs/dumps which is where dumps-nfs.w.o is now canonically mounted.
@filippog
filippog merged commit e8f6524 into main Aug 20, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants