Skip to content

Change to fix the atime propagation for container based app#20

Open
rochonma wants to merge 2 commits intomainfrom
atime-fix-mxl-info
Open

Change to fix the atime propagation for container based app#20
rochonma wants to merge 2 commits intomainfrom
atime-fix-mxl-info

Conversation

@rochonma
Copy link
Collaborator

@rochonma rochonma commented Feb 11, 2026

Change to fix the atime propagation for container based reader and writer. We still need a reader attach to a writer for the last read time to update. Our reader container is not a real reader, it is just mxl-info running constantly. I used the portable reader to do this.

Key Changes Applied:
Permissions: All MXL containers now run as root initially (user: "root") with privileged: true.

Environment: HOST_UID and HOST_GID are passed to match your host user.

Volumes: Switched to mounting the host parent /Volumes/mxl to the exact same path inside the container (/Volumes/mxl) with rw,shared.

Entrypoints: Added the script to remount strictatime, create the mxluser, fix directory ownership, and run the application.

Closes #17

…iter. We still need a reader attach to a writer for the last read time to update. Our reader container is not a real reader, it is just mxl-info running constantly.
@pkeroulas
Copy link
Collaborator

Let's wait for the coming-soon mainstream solution.

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.

Constant Last read time

2 participants