docs: local-disk tiering design note (spike-verified) - #8
Merged
Conversation
Design note for keeping the agent's working tree and caches on the compute node's /local/job$ID while the shared mirror stays the durable repository: a post-commit hook publishes each commit to the mirror, and a periodic snapshot of the dirty tree lands on refs/sucoder/wip/<name>. Replaces the orphan-prone all-on-/local --local-disk layout. Includes measured filesystem facts (~/mirrors is a Lustre symlink; flock fails only on NFS $HOME), a manual spike on n0036.savio4 that verified every claim (clone 3.5s, commit-to-published 1.15s, snapshot 1.27s, restore byte-identical), and the finding that no deadline watchdog runs for confined jobs because _start_slurm_timer is only reached on the salloc path. Also links persistent-presence.org from the docs index, which was published but unlisted. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01StcQgXQDE4F6eJer1sEXRb
…pdate The docs job failed twice in a row on PR #8 with E: Failed to fetch https://dl.google.com/linux/chrome-stable/deb/dists/stable/main/binary-amd64/Packages.gz Hash Sum mismatch before reaching org-publish. Only emacs-nox from Ubuntu's repos is needed. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01StcQgXQDE4F6eJer1sEXRb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Design note for a disposable working tree on
/local/job$IDwith the shared mirror as the durable repo and git as the sync (post-commit hook + periodic WIP snapshot onrefs/sucoder/wip/<name>). Spike-verified on n0036.savio4; results table in the note. Also linkspersistent-presence.orgfrom the docs index.Companion finding, to be fixed separately: no deadline watchdog runs for confined jobs (
_start_slurm_timeris only reached via_ensure_slurm_node,cli.py:1130).🤖 Generated with Claude Code
https://claude.ai/code/session_01StcQgXQDE4F6eJer1sEXRb