Skip to content

chore(benchmarks): repoint dead /mnt-1 paths at /var after #3159 decommission (#3162) - #3166

Merged
Xore merged 1 commit into
mainfrom
issue-3162-mnt1-sweep
Sep 10, 2026
Merged

Xore merged 1 commit into
mainfrom
issue-3162-mnt1-sweep

Conversation

@Xore

@Xore Xore commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Why

/mnt-1 was decommissioned in #3158/#3159. Every remaining default across the
benchmark/training tree still pointed at the dead mount, so scripts would
silently write to the root fs instead of failing loud on a missing volume.

What

  • Round-7 corpus/training scripts: /mnt-1 defaults → /var
  • Disk-layout docs and BLOB-RETENTION-POLICY rewritten for the single-volume /var layout
  • unsloth compose bind mount repointed (only live-breaking mount in the set)
  • build-supervisor.sh uses the real /var path
  • injection-gate-protocol doc repointed
  • rex86 large-model handling moves to a /var subdir (no second volume to split across anymore)
  • Dated historical records (benchmark run logs, plan docs from before the decommission) left referencing /mnt-1 as-is, with a note — they describe what actually happened at the time

Closes #3162

…mmission (#3162)

/mnt-1 was decommissioned in #3158/#3159; every remaining default in this
tree still pointed at it, so scripts would silently write to the root fs
instead of failing loud. Sweep replaces all live /mnt-1 defaults with /var
across the round-7 corpus/training scripts, disk-layout docs, and the
build-supervisor. The only live-breaking mount was unsloth's hf-cache bind,
now repointed. Dated historical records (benchmark run logs, plan docs) are
left referencing /mnt-1 as-is with a note, since they describe what actually
happened at the time. rex86 large-model handling moves to a /var subdir
since there is no second volume to split across anymore.

Closes #3162
@strix-security

strix-security Bot commented Sep 10, 2026 •

Copy link
Copy Markdown

Strix Security Review

No security issues found.

Updated for 7822e5d.


Reviewed by Strix
Re-run review · Configure security review settings

@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@strix-security strix-security Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is a mechanical chore that repoints decommissioned /mnt-1 paths to /var across benchmark/training shell scripts, Docker Compose bind mounts, a Python path constant, and supporting documentation. Every changed file was reviewed. The changes are path-string substitutions with no new input sources, sinks, or removed security controls. The single behavioral edit — build-supervisor.sh's DIR variable becoming environment-overridable via ${DIR:-...} — is a standard configurability idiom whose value is only used to locate a trusted build script in an operator/CI-run context, with no evidence of untrusted reachability. No authentication, authorization, injection, secret-handling, or file-path security regressions were introduced.


Reviewed by Strix
Configure security review settings

@Xore
Xore merged commit 11e21cb into main Sep 10, 2026
107 checks passed
@Xore
Xore deleted the issue-3162-mnt1-sweep branch September 10, 2026 20:47
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.

54 files still reference /mnt-1 after the #3159 decommission — including a live unsloth bind mount and every benchmark driver's default BASE

1 participant